Are there any ways to check whether my Mysql database and PHP script are optimal? I want to figure it out and fix if it’s possible till I publish it on internet for many users.
Share
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.
You can use some benchmarking utility, like apache benchmark, ab to emulate some traffic to your site. If you have Apache server installed on your system, just switch to it’s bin directory and run ab from there.
and play with parameters and see.
But of course without an actual data and not on the real server the results will be just approximate.