-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Need to make data fetch more efficient #76
Comments
week/month view has sped up the data download to basically negligible speed, but a request spends 99% of its lifetime (currently ~2.5s) waiting, which means that our server is fetching from the database inefficiently. I will deal with this next. |
It's still grabbing all data before slicing down and transferring to client right? This might be the issue.
|
Yes exactly. I just have to learn how to use sequelize mer On Mon, Jun 23, 2014 at 8:35 AM, Daniel Suo notifications@github.com
|
It's getting really slow. One month of LAC data is ~1.9mb. This should be more like 20kb.
The text was updated successfully, but these errors were encountered: