How do you achieve page caching in PHP?

Answers were Sorted based on User's Feedback



How do you achieve page caching in PHP?..

Answer / 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

How do you achieve page caching in PHP?..

Answer / mahesh a. chavda

http://www.ilovejackdaniels.com/php/caching-output-in-php/

Is This Answer Correct ?    0 Yes 1 No

How do you achieve page caching in PHP?..

Answer / sadhana

By using the hidden value input pass any of the variable in
the page which u want to catch,then request the same
variable from another page

Is This Answer Correct ?    1 Yes 4 No

Post New Answer

More PHP Interview Questions

What are examples of independent and dependent variables?

0 Answers  


i have designed a registration form in html (registration.html) and to insert user details in database i have designed a submit form in php (submit_registration.php) but when i click on submit button in registration.html it opens a dialogue box which asks for open or save php(submit_registration.php) even though i have already installed apache HTTP server and php version 5 on my computer and i am using mysql as backend. plz suggest me what should i do????

3 Answers  


how to use particular city location in php?

1 Answers   TCS,


What is the default session time in php?

0 Answers  


What is nginx and what is it used for?

0 Answers  






Explain mysql_errno()?

0 Answers  


How can we access the data sent through the url with the post method?

0 Answers  


What is a query give example?

0 Answers  


What are new features in php 7?

0 Answers  


How can you compare objects in php?

0 Answers  


What is the latest version of php?

0 Answers  


Define about declare construct?

0 Answers  


Categories