Quantcast
Channel: Elxis CMS documentation
Viewing all articles
Browse latest Browse all 37

Elxis APC

$
0
0
How to use Alternative PHP Cache (APC) in your Elxis projects.
Elxis 4.x, along with the standard file cache has support for the Alternative PHP Cache (APC). APC allows you to cache intermediate PHP code (opcode) in server's memory (RAM). Getting cached data with APC is extremely fast as they are stored in RAM. Although it is not wise to store in APC large sized data it is ideal to save there things that are hard to calculate, slow down our script or needed freequently. In this guide we will present you the public methods of the elxisAPC library and a usage example.

Viewing all articles
Browse latest Browse all 37

Trending Articles