How to test my php search engine project ?
- Client side Minimum browser requirement
- How faster the website is?
- performance
Any tool available for that???
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
I would recommend ySlow which is a firefox plugin found here:
https://addons.mozilla.org/en-US/firefox/addon/yslow/ – will give server side recommendations to speed up your site beyond just network speed tests
As well as Googles page speed which is available as a chrome extension:
http://code.google.com/speed/page-speed/docs/using_chrome.html – will give server side recommendations to speed up your site beyond just network speed tests
These will answer points 2 & 3
As for point 1:
http://browsershots.org/ will show you a rendered version of your site in any os/browser combo you want
As for your server side PHP code there are many commercial audit services or google for online php optimizations which will bring up articles like:
http://code.google.com/speed/articles/optimizing-php.html
Hope this helps!