-
Notifications
You must be signed in to change notification settings - Fork 0
Slow data download #110
Copy link
Copy link
Open
Labels
bugSomething isn't workingSomething isn't workingenhancementNew feature or requestNew feature or requestlongtermlarger feature/longer term development timeframelarger feature/longer term development timeframe
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't workingenhancementNew feature or requestNew feature or requestlongtermlarger feature/longer term development timeframelarger feature/longer term development timeframe
The current download time is very long due to exporting the entire dataframe with every column. To speed up the download, consider reducing the columns or offering basic and detailed versions to the user.
I’m using a .zip file, but logs indicate a 15-20s download time for the deployed version, which is too long. We should try to speed it up. I'll look into this.