Jump to content

Recommended Posts

OP misspelled the url. The url in the post doesn't match url in the user's name; reversed the i and w.

Correct url= http://www.buywiseng.com/

 

That said, going to the page, there is a variable wait time before the server responds from 1.41 seconds to a whopping 14024 ms.  Adding salt to the wound is Facebook with a 2.47 second period of blocking. 

 

On the Facebook issue, the browser's developer's console reports that:
"Given URL is not allowed by the Application configuration.: One or more of the given URLs is not allowed by the App's settings.  It must match the Website URL or Canvas URL, or the domain must be a subdomain of one of the App's domains."

 

I assume that you are not minifying/caching html, css or javascript for debugging purposes.  That's putting a load on the server with 116 requests.

 

Servers aren't my gig so I can't be more helpful on what's going on with the wait time.  Did you talk with your webhost about the issue?

Link to comment
Share on other sites

You should combine Javascript and CSS files using CCC. Also 48 images on the home page (2M total). Lazy loading or CDN would help.

Yslow said (home page):

The page has a total of 115 HTTP requests and a total weight of 2521.7K bytes with empty cache

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...