The first item we’re going to cover is opcode caches. You’ve probably heard since
your earliest days as a PHP developer that PHP is a scripting language, an interpreted language, that no compiling is required … well, this isn’t exactly true. Stick with
us here.
So, how do you install this magic? It’s simple:
$ pecl install apc
extension=apc.so
Now Again compare with ab benchmarking technique
Now see difference and you will be most happiest person of world.
your earliest days as a PHP developer that PHP is a scripting language, an interpreted language, that no compiling is required … well, this isn’t exactly true. Stick with
us here.
So, how do you install this magic? It’s simple:
$ pecl install apc
extension=apc.so
Now Again compare with ab benchmarking technique
Now see difference and you will be most happiest person of world.
No comments:
Post a Comment