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?
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.