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 to create a session? How to set a value in session?
Why do we use sessions in php?
What is the best way to change the key without changing the value of a php array element?
How can you send email in php?
Is laravel easy to learn?
What is cookie and why do we use it?
What does session start do in php?
Which php framework is best?
What are session variables in php?
How does csrf token work?
Tell me what does the array operator '===' means?
What is a query give example?
What is input sanitization in php?
What is a controller php?
Tell me what type of operation is needed when passing values through a form or an url?