Skip to content

Latest commit

 

History

History
executable file
·
20 lines (10 loc) · 402 Bytes

README.md

File metadata and controls

executable file
·
20 lines (10 loc) · 402 Bytes

PHP-Performance-with-cache

Test Case with performance detail

If you have installed LAMP then you need to install php extensions for this test.

You can visit php.net for other OS instalation manuals

#APC install (Ubuntu) sudo apt-get install php-apc

sudo /etc/init.d/apache2 restart

Memcached install (Ubuntu)

sudo apt-get install php5-memcached memcached

sudo /etc/init.d/apache2 restart