UBC-MDS / DSCI-532_2024_12_bigmac

🧐The BigMac Dashboard provides interactive visual insights into the purchasing power parity (PPP) and economic trends globally using the Big Mac Index and minimum wage data.
https://dsci-532-2024-12-bigmac.onrender.com/
MIT License
1 stars 0 forks source link

Performance Improvements #81

Closed Nicole-Tu97 closed 6 months ago

Nicole-Tu97 commented 7 months ago

Optimize Data Loading: Convert data storage to a binary format for faster loading. Data Processing: Create and maintain a processed data file to avoid redundant data manipulations. Optimization: Eliminate slow computations and use caching for at least one function. Performance Testing: Test the app for speed and responsiveness, applying further