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
Can php use gettext?
What is final in php?
Why is php used for web development?
What is the difference between "echo" and "print" in php?
Binary tree question - Node has numeric data (int) The function takes depth as argument and sum all the value of the node of the depth. For instance, (0) depth 0 / \ 10 20 depth 1 / \ / \ 40 50 60 70 depth 2 so if you pass get_sum(2), you would return 220 which is 40+50+60+70 (sum of depth2) write the function.
Tell me what is htaccess?
Which function gives us the number of affected entries by a query?
How to block direct directory access in PHP?
What is prepare in php?
Is laravel an oop?
Give the case where we can use get and we can use post methods?
List some string function name in php?
What is a php form?
Explain me the difference between include and require?
Where to put php files in apache server?