php-mpos/public/include/pages/statistics
Sebastian Grewe 4ea33a5e50 Adding cache detection to many pages
This will allow pages to skip loading data from backends like the
database or the wallet RPC server. If a cached page is detected and
valid, all dynamic content generation will be skipped completely.

Other pages that have not been adjusted in this commit will still fetch
backend data all the time. This will ensure clients always see the most
recent data, like worker information or account changes.

This should fix #309 completely but needs some testing.
2013-07-08 14:41:52 +02:00
..
blocks.inc.php Adding cache detection to many pages 2013-07-08 14:41:52 +02:00
graphs.inc.php Adding cache detection to many pages 2013-07-08 14:41:52 +02:00
pool.inc.php Adding cache detection to many pages 2013-07-08 14:41:52 +02:00