First time here? Check out the FAQ!
1

Reasonable Site Load time with Pingdom
 

I'm looking into optimizing my site speed, using Pingdom. I'm assuming that this tests the first page load scenario.

Without optimizing beyond Askbot defaults, the load speed was 1.25s. What caught my attention was that the delay looks like its dominated by Django/Askbot processing- 564ms wait time, which seems like a lot. Is this a reasonable number? Are there things I could do to reduce it?

To enter a block of code:

  • enter empty line after your previous text
  • paste or type the code
  • select the code and press the button above
Preview: (hide)
theactiveactor's avatar
167
theactiveactor
asked 12 years ago

Comments

If you are measuring 560 ms for the round trip to the server, then it's more or less ok. On the server page render times are ~250ms.

Evgeny's avatar Evgeny (12 years ago)
see more comments

2 Answers

1

Are you using a cache engine? If not try to use one, that will help, askbot is optimized for cache use reducing database queries to the minimum.

I've noticed that the thing that takes most of the time on a webapp is database queries and then template rendering.

To enter a block of code:

  • enter empty line after your previous text
  • paste or type the code
  • select the code and press the button above
Preview: (hide)
Fitoria's avatar
1.1k
Fitoria
answered 12 years ago
link

Comments

see more comments
0

I don't believe in Pingdom results! It's not the Perfect Right Tool. :)

and we don't know where Pingdom's server's are located. BTW, did you use this tool?

IMHO, To know the Ideal Accurate load-times (leaving network effects) - use wireshark. Also check by running Askbot locally.

Load times will vary from place to place - proximity to the hosted servers. Depends on the current traffic to the Server. It also depends on your DNS Servers. Always use your ISP's DNS(any nearest DNS will do) for Max Page speeds.


Tool to check Load times from the Pingdom servers to any Site - http://tools.pingdom.com/fpt/

To enter a block of code:

  • enter empty line after your previous text
  • paste or type the code
  • select the code and press the button above
Preview: (hide)
pajju's avatar
565
pajju
answered 12 years ago, updated 12 years ago
link

Comments

Observation - when someone edits the answer again, that Question hits FrontPage Top Link. This serves as a smart way to push posts on the top. :) @Evgeny @pajju @todofixthis

pajju's avatar pajju (12 years ago)

Links for Wireshark: - Wikipedia page: https://en.wikipedia.org/wiki/Wireshark - Project home page: https://www.wireshark.org

slelievre's avatar slelievre (8 years ago)

Trying again to see if the issue with hypertext links at the end of comments is fixed (see [Askbot issue 324](https://github.com/ASKBOT/askbot-devel/issues/324). --- Links for Wireshark: - Wikipedia page: https://en.wikipedia.org/wiki/Wireshark - Project home page: https://www.wireshark.org

slelievre's avatar slelievre (7 years ago)

Not fixed here on 0.7.58.

slelievre's avatar slelievre (7 years ago)
see more comments