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 distinguishes php from something like client side java script?

538


What enctype is required for file uploads to work?

524


What is nan value?

510


What are the uses of implode() function?

573


What is the name of scripting engine in php?

686






How is the comparison of objects done in php?

523


How to increase the execution time of a PHP script?

531


what is session_set_save_handler in PHP?

614


Is php still relevant 2019?

543


Is php front end?

510


> symbol is used to redirect the output of a command. State Whether True or False?

662


Which is true about the singleton design pattern?

555


What is the difference between "echo" and "print" in php?

522


Where is the submitted form data stored?

577


Why overriding is called runtime polymorphism?

531