Skip to content
Test Case with performance detail
Branch: master
Clone or download
Fetching latest commit…
Cannot retrieve the latest commit at this time.
Permalink
Type Name Latest commit message Commit time
Failed to load latest commit information.
README.md
phpTest.php

README.md

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

You can’t perform that action at this time.