Go Back   CodingForums.com > :: Client side development > General web building

Before you post, read our: Rules & Posting Guidelines

Reply
 
Thread Tools Rate Thread
Enjoy an ad free experience by logging in. Not a member yet? Register.
Old 11-05-2012, 02:47 PM   PM User | #1
andersedvardsen
New Coder

 
Join Date: Oct 2011
Location: Norway
Posts: 11
Thanks: 0
Thanked 0 Times in 0 Posts
andersedvardsen is an unknown quantity at this point
Extremly slow page load confuses me

Hello

I am building a e-commerce solution at http://skaugsport.effektivhjemmeside.no and the loading time is way to long. I have no idea why the load time is so long, and i am not experienced enough to solve the issue eighter. I am using wordpress and the "Boutique"-theme from Elegant Themes, as well as the WP e-Commerce shopping cart plugin (both in there newest version as of this writing).

As a comparisson you could check my site against the demo-site for the theme at Elegant themes: http://www.elegantthemes.com/preview/Boutique/

I have tried using various addons to check speed issues, and get informed with the usual: Images could be optimized to save a few kb, Add all background-images togheter using CSS Sprites, Combine Javascript etc. All that is a given, but it should not make my site take over 10–15 second to load at all times on my 15 mbps connection. Something must be very, very wrong, since it is this slow, and i would appreciate any help in finding that problem!

Thanks in advance,
Anders
andersedvardsen is offline   Reply With Quote
Old 11-05-2012, 04:04 PM   PM User | #2
Custard7A
Regular Coder

 
Custard7A's Avatar
 
Join Date: Jul 2010
Location: Australia
Posts: 269
Thanks: 32
Thanked 32 Times in 32 Posts
Custard7A is an unknown quantity at this point
It loaded in perhaps 10 seconds for me, which wasn't too bad (My connection isn't the fastest). Opera Dragonfly detected a Javascript error: Unhandled DOMException: INVALID_CHARACTER_ERR in the file "http://w.sharethis.com/button/buttons.js?ver=3.4.2". I'm no Javascript wizz, maybe someone else could tell you if that's a bad problem (Or, you could try disabling whatever is using that file and see if it helps). You might have to consider that it's just the server you're running on, especially if every page seems to be slow.
Custard7A is offline   Reply With Quote
Old 11-05-2012, 05:41 PM   PM User | #3
manusaktteva
New to the CF scene

 
Join Date: Nov 2012
Posts: 3
Thanks: 0
Thanked 0 Times in 0 Posts
manusaktteva can only hope to improve
page Load

Hi,
I would like to suggest a tools offered by Google-Google Page Speed.
Please check your page speed by entering the url of your page. according to page speed Google suggest some html and css changes which increase your page speed.
manusaktteva is offline   Reply With Quote
Old 11-05-2012, 06:13 PM   PM User | #4
DanInMa
Senior Coder

 
DanInMa's Avatar
 
Join Date: Nov 2010
Location: Salem,Ma
Posts: 1,307
Thanks: 12
Thanked 204 Times in 204 Posts
DanInMa is on a distinguished road
your page is slow becuase you have way too many http requests going on at page load. you have a total of 19 external javascripts, 18 external stylesheets and 26 images!

( some of these I beleive are the mutliple .woff custom fonts you are using)
also you are using a lot of individual images for things like navigation, It may be time to look at using css sprites for some of that.

Also since you are using several external sources for things like custom fonts, you are hobbled by the download speed of the servers you are pulling those external files from.

how did I get this much info? I used Firefox with the Firebug and Yslow extensions, very very useful
__________________
- Firebug is a web developers best friend! - Learn it, Love it, use it!
- Validate your code! - JQ/JS troubleshooting
- Using jQuery with Other Libraries - Jslint for Jquery/other JS library users
DanInMa is offline   Reply With Quote
Reply

Bookmarks

Tags
load, page, slow, slowly, wordpress

Jump To Top of Thread


Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT +1. The time now is 05:27 AM.


Advertisement
Log in to turn off these ads.