![]() |
Sergey Kornilov admin 3/28/2011 |
The typical suggestion is to print SQL query on the page and run it against your database manually. If SQL Query itself is slow you need to check if indexes are in place etc. |
C
|
cjsaputo author 3/28/2011 |
The typical suggestion is to print SQL query on the page and run it against your database manually. If SQL Query itself is slow you need to check if indexes are in place etc. How to print SQL Query on the page: http://xlinesoft.com/phprunner/docs/debugging_tips.htm You can also upload your application to Demo Account to see how it works there.
|
![]() |
Sergey Kornilov admin 3/29/2011 |
Demo Account upload only transfers up to 1000 records per table. If your live database has more data it may run slower. |
C
|
ChrisBlair 4/1/2011 |
Currently have just five tables, MySql on GoDaddy. The performance going from screen to screen is VERY slow, sometimes 30-40 seconds. Could this be caused by the server or is there anything I can do in the code?
|
![]() |
Sergey Kornilov admin 4/1/2011 |
Upd: this issue was caused by slow GoDaddy web server performance and eventually resolved itself. |