Quote:
Originally Posted by ruff
Is that something that something that is added to the server like a script, program or module or already in the OS and needs to be enabled? I'm not too knowledgeable on servers.
|
It's a pretty common script caching system that your host can enable for you. When in place you can optimize your code with memcached calls to greatly relieve stress on highly trafficked dynamic pages using db queries or page calls. Great piece of code when properly used imho. Combined with other frameworks such as cake or smarty with caching and storage options also enabled and optimized can make quite a bit of difference in your server loads and delivery speeds.