You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Since the upgrade to MongoDB 3.0 and Eve 0.6 (taarifa/TaarifaAPI#9) it seems API requests perform even more poorly. Heroku imposes a 30 second timeout on requests and we're already scratching that for a mere 100 waterpoints.
The text was updated successfully, but these errors were encountered:
I haven't figured out why Angular refuses to cache these client side, but I have added server side caching, which is probably the better approach anyway, given that this data rarely changes.
This issue is a total killer for the dashboard: we don't even get close to serving any API requests within the 30s timeout (certainly not for the national dashboard).
Since the upgrade to MongoDB 3.0 and Eve 0.6 (taarifa/TaarifaAPI#9) it seems API requests perform even more poorly. Heroku imposes a 30 second timeout on requests and we're already scratching that for a mere 100 waterpoints.
The text was updated successfully, but these errors were encountered: