All OpCache related Questions

by jaydeep | 05/09/17 | 1 Answers | Tags : PHP , OpCache , website Views : 1329
what is opcache ? i read at [quote] OPcache improves PHP performance by storing precompiled script bytecode in shared memory, thereby removing the need for PHP to load and parse scripts on each request. [/quote] what that mean ? how to use opcache ? how to implement opcache at php script ? is there any php-module or something which can help to integrate opache with php script directly ?

Read more

by yogi | 30/12/16 | 3 Answers | Tags : PHP , Caching Technique , OpCache , XCache Views : 4475
website's some page load very slower , made with PHP and trying to make it faster. so decide to go with cache but now confuse that which one is more good : OpCache or XCache . OpCache or XCache which one give me more good faster pages and ease of code also . OpCache VS XCache , pros and cons of the OpCache and XCache

Read more