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

what is mean by portal

1723


Tell me what sized websites have you worked on in the past?

718


Differentiate between require and include?

754


Tell me how to execute an sql query? How to fetch its result?

778


How can we check the value of a given variable is a number?

841


Which software is used to run php programs?

729


Explain how to run the interactive php shell from the command line interface?

825


How can we display information of a variable and readable by a human with php?

771


How can we change the maximum size of the files to be uploaded?

787


What does $_server means?

719


How to set cookies in PHP?

835


Can you define an array argument as a reference type?

724


How can we set and destroy the cookie in php?

731


What type of language is php?

765


What is input sanitization in php?

749