T
|
tedwilder 3/14/2011 |
I have exactly the same problem : I use phprunner on intranet, It's very very slow. |
P
|
procheck 3/14/2011 |
If you display the "loading" message remove it (in Misc I think) and you will see significant improvement. |
L
|
langemand author 3/14/2011 |
langemand: I dont know what kind of database server you use, But if it's mysql you can get mysqllog : it will show you what requests have been made, at what time and how long they took to proceed. ( try to dl the mysql GUI suite from mysql website).
|
![]() |
Admin 3/14/2011 |
As a simplest method you can use Firefox with Firebug installed in order to measure page load speed. You can see how long server-side processing takes what else is loaded and how long does it take. |
T
|
tedwilder 3/14/2011 |
hello thanks for the tip on "removing loading". |
P
|
procheck 3/15/2011 |
Sergey, |
![]() |
Admin 3/15/2011 |
Al, |