Jump to content

php accelerator question


silver*

Recommended Posts

Hello, I know that it is possible to cache part of a php script but how do you actually express that in code and with what tools? Do you use a php op-code cache and include a secondary cached script within the one you are working with? I have been looking around but can't find how to do it. I know it must be fairly simple.

Link to comment
https://forums.phpfreaks.com/topic/124088-php-accelerator-question/
Share on other sites

php accelerators work at the server level to cache parsed/tokenized php pages.

 

Any caching that you can do in a script would be limited to caching data or content that the script generates.

 

What kind of problem are you having that you are trying to solve?

its not necessarily a problem im trying to solve. Im just learning how to scale web sites and there are lots of various caches such as memcache, database caches, caches with template engines such as smarty. Im trying to wrap my head around how all of them work and which ones are equivalent and where to use them. I haven't found any resource on the web that explains this that well. 

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.