PHP includes caching
Сейчас озадачен проблемой кэширования инклюдов. Взглянул на наш проект, более 150 инклюдов, и это только на Zend Framework. Нашел ссылку про __autoload с кэширование, сейчас копаю в этом направлении.
Осталось понять, как автоматически парсить инклюды в исходном коде и вырезать их…
По сути вот моя проблема.
Возможные ходы по решению:
In order to preserve the API, I extended Zend_Loader and started overwriting functions such as Zend_Loader::_securityCheck(), which runs a regular expression on the name of each file you feed to __autoload/Zend_Loader.
Вот линки по теме:
http://zendframework.ru/anonses/zend-framework-performance
http://till.vox.com/library/post/zendframework-performance.html
http://habrahabr.ru/blogs/webdev/11553/
http://web-blog.org.ua/articles/uskorenie-zf-proektov-s-pomoschiu-autoloadera