Answer Posted / yasir
Here you go
PECL extention apc (alternate php cache). A most powerful
Caching System by PHP. apc cache bytecode also by default
and increase performance by 60%
or
use PEAR "Cache" class to Cache data or page.
or Smarty also provide page caching.
| Is This Answer Correct ? | 1 Yes | 1 No |
Post New Answer View All Answers
What is difference between required and require_once in php?
Does php support overloading?
Where is php code written?
Can I use php in visual studio?
What is exception handling in php?
What is new keyword in php?
What is csrf verification?
How to redirect a page in php?
What does session start do in php?
What is move_uploaded_file in php?
How to call php function in jquery?
Does php have future?
When to use self over $this?
What are the different ways to login to a remote server?
What is the difference between substr() and strstr()?