Does anyone know if it's possible to enable any sort of cache for our hosted sites? Or what are the necessary steps to do so?
Heard Memcached is a free distributed memory object caching system:
In their site they say it's needed to install the Memcache PECL extension, in order to use the system.
Also I understood that this is somehow PHP related.
The other option I found is eAccelerator, also a free service. Both guides say I need to ask my hosting provider to activate them, so I'm not sure if it's anything I can do through CPanel, or if it is even a possibility.
Heard Memcached is a free distributed memory object caching system:
Using this, or any other caching system would improve the loading time, especially for database driven websites.An open-source Apache module which automatically applies web performance best practices to pages, and associated assets (CSS, JavaScript, images) without requiring that you modify your existing content or workflow.
In their site they say it's needed to install the Memcache PECL extension, in order to use the system.
Also I understood that this is somehow PHP related.
The other option I found is eAccelerator, also a free service. Both guides say I need to ask my hosting provider to activate them, so I'm not sure if it's anything I can do through CPanel, or if it is even a possibility.