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
Rendering the page of animal images on Drupal overloads the asm server. Each image requires postgres database calls to check permissions and such. The process for each image can be slow. On our website, we chose to create a page with all animals (hundreds of images). We clear the cache once an hour and rendering the page can take several minutes. While this is going on, requests for this page of animal pictures stack up, overloading the proxy as well as the asm server.
The text was updated successfully, but these errors were encountered:
The performance cost of requesting all animal images once an hour is too steep a price to pay. We will keep animal images around forever, now.
This means that images that are updated will not be reflected on the website.
Updates #22
Rendering the page of animal images on Drupal overloads the asm server. Each image requires postgres database calls to check permissions and such. The process for each image can be slow. On our website, we chose to create a page with all animals (hundreds of images). We clear the cache once an hour and rendering the page can take several minutes. While this is going on, requests for this page of animal pictures stack up, overloading the proxy as well as the asm server.
The text was updated successfully, but these errors were encountered: