How do you achieve page caching in PHP?
Answers were Sorted based on User's Feedback
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 |
Answer / mahesh a. chavda
http://www.ilovejackdaniels.com/php/caching-output-in-php/
| Is This Answer Correct ? | 0 Yes | 1 No |
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 |
What is the use of offset in mysql?
What is the meaning of a persistent cookie?
is anybody upload more than 100mb file using PHP upload script in ONLINE SERVER (using .htaccess file)? please give some idea...
What is the difference between PHP,ASP and JSP?
How many types of array supported in php?
How can we enable error reporting in php?
Which framework is best for php development?
Explain setcookie() function in php?
What are php magic quotes?
What are the differences between procedure-oriented languages and object-oriented languages?
What is trim codeigniter?
How we get ip address of client, previous reference page etc?