This site is an archive; learn more about 8 years of OpenHatch.

[OH-Dev] [issue561] The JSON fetched by the /people/ page could be cached, but is not, resulting in /people/ feeling really slow

Asheesh Laroia bugs at openhatch.org
Sun Aug 21 05:30:17 UTC 2011


New submission from Asheesh Laroia <asheesh at asheesh.org>:

Right now, the /people/ page is mostly generated client-side. The server sends
the page a big blob of JSON, and then JavaScript in the /people/ page looks at
that JSON and fills in the map.

The JSON fetch takes about 50 seconds, perhaps longer. We can (and should) cache
this so that the JSON is stored in a static file rather than generated
dynamically every time.

----------
messages: 2364
milestone: 0.11.07
nosy: paulproteus
priority: bug
status: unread
title: The JSON fetched by the /people/ page could be cached, but is not, resulting in /people/ feeling really slow

__________________________________________
Roundup issue tracker <bugs at openhatch.org>
<https://openhatch.org/bugs/issue561>
__________________________________________


More information about the Devel mailing list