Slow Response Times - Unsure Source of Problem

Hi,

We are experiencing very slow page load times on our wordpress blog, http://www.hotmommagossip.com. According to firebug, the average time spent waiting for the request to the homepage to return is 14s during peak hours.

To begin debugging this, I started logging the time it's taking for apache to serve the requests. However, the average time that is being logged is around 1 second even though the requests are actually taking 14s. (this confused me)

I also am monitoring the RAM/CPU usage during peak hours, and there is plenty to spare.

I'm wondering if there are any problematic areas that I'm overlooking. I'm confused as to what could cause the request to the homepage take 14s when apache says it only takes 1s to render. (The 14s does not include any external page loads. Just the homepage http request).

I appreciate your thoughts and help!

Aaron

1 Reply

Your DNS configuration seems very weird to me. There is a difference between www.hotmommagossip.com and just hotmommagossip.com (no www). The nslookup records return the following information:
> > www.hotmommagossip.com

Server: UnKnown

Address: 10.8.0.1

Non-authoritative answer:

Name: www.hotmommagossip.com

Address: 69.164.216.202

hotmommagossip.com

Server: UnKnown

Address: 10.8.0.1

Non-authoritative answer:

Name: hotmommagossip.com

Addresses: 208.94.146.71

208.94.146.80

208.94.146.81

208.94.146.70

If I had to make a wild guess, that is causing your problems. (If I am wrong, sorry.)

Reply

Please enter an answer
Tips:

You can mention users to notify them: @username

You can use Markdown to format your question. For more examples see the Markdown Cheatsheet.

> I’m a blockquote.

I’m a blockquote.

[I'm a link] (https://www.google.com)

I'm a link

**I am bold** I am bold

*I am italicized* I am italicized

Community Code of Conduct