-
Notifications
You must be signed in to change notification settings - Fork 20
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
HOMEPAGE RELEASE: Global Maps are extremely slow #279
Comments
We're going to replace the Global maps with Static images for this release until we can resolve the excessive resource usage of the calls that populate the map. Above the Global Project and Org maps we should display the following information in the same style that we currently display the Unpublished Project Info: Project map: "Project List" should link to http://rsr.uat.akvo.org/projects/all/ Org map: "Organisation List" should link to http://rsr.uat.akvo.org/organisations/all/ |
Issue further described and to be worked on in #270 |
Looks like there is a problem with the API call on the Global Maps:
http://rsr.uat.akvo.org/maps/projects/all/
http://rsr.uat.akvo.org/maps/organisations/all/
It is taking several minutes before all of the pins are displaying.
This in itself is not a huge issue, but my biggest concern is the load on the server. We have had times when too many Apache processes were spawned from queries taking too long, and we need to be sure this will not happen when released to live.
The text was updated successfully, but these errors were encountered: