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
How many types of php are there?
Is php easy language to learn?
Does php 7 support mysql?
How can you create a session in php?
Suppose we receive a form submitted by a post to subscribe to a newsletter. This form has only one field, an input text field named email. How would we validate whether the field is empty? Print a message "the email cannot be empty" in this case?
What is the function mysql_pconnect() useful for?
What is php mean?
How many columns can be added in a table in mysql?
Is empty in excel?
What is the purpose of break and continue statement?
Tell me how can we automatically escape incoming data?
Is php harder than javascript?
How to get the total number of values in an array?
What is the main difference between asp net and php?
Explain me the difference between include and require?