php-mpos/public/include
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
..
classes Merge branch 'next' into issue-392 2013-07-08 08:47:35 +02:00
config Add detailed smarty cache documentation to config 2013-07-08 14:39:22 +02:00
lib Improved cron logging via logfiles 2013-07-07 22:04:43 +02:00
pages Adding cache detection to many pages 2013-07-08 14:41:52 +02:00
smarty/libs added word print for times < 1 2013-05-14 23:58:24 +02:00
autoloader.inc.php Improved cron logging via logfiles 2013-07-07 22:04:43 +02:00
database.inc.php some smaller updates to classes and PHP codes 2013-05-10 15:28:05 +02:00
jsonrpc.inc.php initial import of file base of my WIP 2013-05-06 14:11:38 +02:00
smarty_globals.inc.php Adding cache detection to many pages 2013-07-08 14:41:52 +02:00
smarty.inc.php adjust smarty configurations 2013-07-08 14:39:06 +02:00
xmlrpc.inc.php initial import of file base of my WIP 2013-05-06 14:11:38 +02:00