https://github.com/kenjis/phpspeed
Script to check the speed of your php-server
https://github.com/kenjis/phpspeed
Last synced: 3 months ago
JSON representation
Script to check the speed of your php-server
- Host: GitHub
- URL: https://github.com/kenjis/phpspeed
- Owner: kenjis
- Fork: true (SimonSimCity/PhpSpeed)
- Created: 2012-03-03T04:34:21.000Z (almost 14 years ago)
- Default Branch: my_fix
- Last Pushed: 2012-03-04T01:12:16.000Z (almost 14 years ago)
- Last Synced: 2024-10-02T08:08:16.540Z (over 1 year ago)
- Language: PHP
- Homepage: http://www.phpspeed.com/
- Size: 452 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.txt
Awesome Lists containing this project
README
PHPspeed v1.0 BETA
http://www.phpspeed.com
MANUAL SETUP INSTRUCTIONS
--------------------------------------------------------------------------------
1) Create a new MySQL DB (you might call it phpspeed)
2) Import the included phpspeed.sql file to create the tables
3) Copy the config_db.tpl.php file to config_db.php and update the database connection data
4) You will need to remove the INSTALL folder and all contents
5) CHMOD the 'test3' folder to 777 for the read/write test
6) Load the index.php file to start benchmarking
--------------------------------------------------------------------------------
WEB BASED INSTALLATION
--------------------------------------------------------------------------------
1) Upload the entire phpspeed folder to a web accessible folder on your server
2) Navigate to the folder through a web browser (ex.. http://www.yoursite.com/phpspeed/)
3) Follow the install instructions provided
4) Delete the install folder
5) CHMOD the 'test3' folder to 777 for the read/write test
6) Load the index.php file to start benchmarking
--------------------------------------------------------------------------------
Notes from the author:
--------------------------------------------------------------------------------
You have downloaded our BETA offering of PHPspeed. While we have tested on our
servers extensively, it is impossible to predict how the script will act on
different configurations. Please proceed with caution and report any bugs to
us using the BUG TRACKER at http://www.phpspeed.com.
--------------------------------------------------------------------------------
For any questions or installation problems, please visit http://www.phpspeed.com .
That's it! Enjoy this script.