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 mean by portal
Tell me what sized websites have you worked on in the past?
Differentiate between require and include?
Tell me how to execute an sql query? How to fetch its result?
How can we check the value of a given variable is a number?
Which software is used to run php programs?
Explain how to run the interactive php shell from the command line interface?
How can we display information of a variable and readable by a human with php?
How can we change the maximum size of the files to be uploaded?
What does $_server means?
How to set cookies in PHP?
Can you define an array argument as a reference type?
How can we set and destroy the cookie in php?
What type of language is php?
What is input sanitization in php?