Caching of expensive PHP functions:
authorRoland Häder <roland@mxchange.org>
Tue, 29 Jun 2010 04:48:58 +0000 (04:48 +0000)
committerRoland Häder <roland@mxchange.org>
Tue, 29 Jun 2010 04:48:58 +0000 (04:48 +0000)
commit8d4176053d397a86baca20b4d7ab7ed526355be8
tree5adb8a7117397812db1ced67f5dd0401ebe71725
parent55c394034c676bf5815d5fbc38555258ba6a59d4
Caching of expensive PHP functions:
- date() calls are now wrapped and cached
- translateYesNo() is now cached (will follow more)
- TODOs.txt updated
19 files changed:
DOCS/TODOs.txt
inc/config-local.php.dist
inc/extensions/ext-bonus.php
inc/filters.php
inc/functions.php
inc/mails/beg_mails.php
inc/mails/bonus_mails.php
inc/modules/admin/what-add_rallye.php
inc/modules/admin/what-config_mediadata.php
inc/modules/admin/what-list_beg.php
inc/modules/admin/what-list_bonus.php
inc/modules/admin/what-list_rallyes.php
inc/modules/member/what-holiday.php
inc/monthly/monthly_beg.php
inc/monthly/monthly_bonus.php
inc/reset/reset_birthday.php
inc/stats-functions.php
inc/template-functions.php
inc/wrapper-functions.php