Page 1 of 1
numbers at the bottom of the source code
Posted: Mon May 25, 2009 12:21 pm
by StuL
what do they mean...
Re: numbers at the bottom of the source code
Posted: Mon May 25, 2009 2:28 pm
by RonnyK
StuL,
- Time taken to create the page,
- # of queries executed,
- memory used,
- max-memory peak (when server supports)
Ronny
Re: numbers at the bottom of the source code
Posted: Tue May 26, 2009 3:15 am
by replytomk3
I have just realized what they mean today from another post, so let's not laugh at anyone. "Well I can't learn everything at the same time"
Re: numbers at the bottom of the source code
Posted: Tue May 26, 2009 2:38 pm
by tyman00
replytomk3 wrote:
I have just realized what they mean today from another post, so let's not laugh at anyone. "Well I can't learn everything at the same time"
No one was laughing at anyone. RonnyK politely provided the correct answer. What more could you ask for

Re: numbers at the bottom of the source code
Posted: Thu May 28, 2009 8:53 am
by StuL
51 seconds to load doesn't sound too healthy... thanks for the info
Re: numbers at the bottom of the source code
Posted: Wed Jun 03, 2009 5:43 pm
by Pierre M.
157 SQL queries is just insane. I hope you have an efficient caching strategy.
Pierre M.