mjordan / islandora_onthisday

Utility module that generate a gallery of objects with a month and day equal to the current day's
GNU General Public License v3.0
1 stars 2 forks source link

Random item block needs to be optimized #19

Open mjordan opened 5 years ago

mjordan commented 5 years ago

On some sites, this block is putting undue strain on Tomcat. We need to optimize this so it puts minimal load on the site.

mjordan commented 5 years ago

The set of objects that the random item is chosen from can be cached. Confirm that it is not before doing any work on this. Is there any reason we should not be caching the daily list of objects?