MySQL Forums
Forum List  »  Newbie

Re: How to improve Php web application response time
Posted by: Rick James
Date: June 20, 2016 01:09AM

1.2s is a long time for a web application. If you can, put microtime(true) around the SQL commands to see which command is taking the longest. Then show us the command, plus `SHOW CREATE TABLE`. Also provide `SHOW VARIABLES LIKE '%buffer%';`

Options: ReplyQuote


Subject
Written By
Posted
Re: How to improve Php web application response time
June 20, 2016 01:09AM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.