Bug #2482
closedautomate caching of data for homepage -- replace ant function
0%
Description
We need to automate the caching of data that is displayed on the homepage with a cron job. Currently, the caching is done from the ant target "cache" in /vegbank/web/. We could either use a cron job to update the site every so often, or run this after someone loads more data to the database (after denormalization is complete). Or perhaps both. If we use the cron job, this bug will depend on bug 2478.
/vegbank/views/raw/* needs to be wget into /vegbank/cache/views/raw/*
Once this is done, we can remove the "cache" target in the /web/build.xml file (or just make it do nothing as removing the target could screw up dependencies).
Updated by Michael Lee over 18 years ago
Very important! Perhaps we could set a cron job to run the right ant task to get this done? Or somehow else just get the data!