Jump to content

caching question


silver*

Recommended Posts

Hello, I would just like to confirm my understanding of all the different types of caching in web applicationsĀ  I am assuming that a php accelerator such as PHPA, smarty template engine and memcached for the database are being used. If a page is requested, PHPA is checked first to see if the page is in the op-code cache. If it is not there, smarty's cache is checked to see if there is a cached version of the script. Finally, if there is no script in smarty's cache, memcached for the database may be used if certain queries are needed. Thanks.

Link to comment
https://forums.phpfreaks.com/topic/121059-caching-question/
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.