How do you achieve page caching in PHP?

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


Please Help Members By Posting Answers For Below Questions

How to create an empty array in php?

832


Does exist in php?

737


What is cURL in PHP?

745


How to open a file in php?

812


Write down the benefits of php7?

804


What is php good for?

685


How to pass an argument to a function?

830


What is the string concatenation operator in php?

744


Tell me how is it possible to know the number of rows returned in result set?

797


Explain the difference between $var and $$var?

701


What are major variables in research?

745


How can you increase the maximum execution time of a script in php?

736


What are the uses of implode() function?

825


What is csrf verification?

734


What are php magic methods?

728