Webmaster Forum

Go Back   Webmaster Forum > Web Development > Coding Forum

Coding Forum Problems with your code? Discuss coding issues, including JavaScript, PHP & MySQL, HTML & CSS, Flash & ActionScript, and more.


Reply
 
LinkBack Thread Tools Display Modes
Old 07-06-2009, 07:08 PM   #1 (permalink)
Moderator
 
Hades's Avatar
 
Join Date: 01-23-07
Location: Buenos Aires, Argentina
Posts: 1,250
iTrader: 0 / 0%
Hades is a web professional of the highest orderHades is a web professional of the highest orderHades is a web professional of the highest orderHades is a web professional of the highest orderHades is a web professional of the highest orderHades is a web professional of the highest orderHades is a web professional of the highest orderHades is a web professional of the highest orderHades is a web professional of the highest orderHades is a web professional of the highest orderHades is a web professional of the highest order
Quote:
Originally Posted by tunedTECH View Post
OH so i should host all the pics from my own web hosting instead of using other host like photobucket?

About the 4wheelsnews.com, quantserve which one part in my page this thing related? so i can fix it.
Photobucket is supposed to have a fast high end server and therefore have a fast download on the client browsers, but try to use your own host whenever possible.

As for 3wheelsnews, quantserve, I'm not sure exactly when they are used, I suggest you install the firebug plugin on your Firefox, and it will show you a list of elements (in the network tab), and it will also show you how many seconds each element took to load. Analyze it one by one and after a few hours of work you should have it loading a lot faster.

Quote:
Originally Posted by tunedTECH View Post
How come i see other Car blog site has a very long homepage than mine and their site still load faster compare to mine. example site i am talking about is Beyonddotca
That blog stores images in its own host, it doesn't use photobucket or any other image server, also that blog doesn't show any youtube video in the homepage. Remember, try to put as much stuff as possible in your own hosting.

Also their page might be faster to load because it has less code.
HTML - That blog has 700 lines of HTML while yours is over 1000.
CSS - They have 600 lines of css in the main stylesheet, you have over 1300.
other loaded files - I saw that you are including a lot of .css and .js files on the homepage for WP plugins.

I'd suggest you do the following things:
-store your images in your server, but making sure that it has a good transfer rate, if not, just stick to photobucket.
-optimize your code, use only the .css and that you need on each page, you don't need to load all the .css for every plugin of your wp if you only use a few.
-try to make the html code simpler and shorter.

It's not easy, I know mate. But don't be afraid of spending hours of work in your website
__________________
Hades,
Ancient god, King of the Nether World, and Guardian of the Dead.
...and on my free time I'm also a web developer, contact me if you need one!
Hades is online now  
Add Post to del.icio.us
Reply With Quote
Old 07-06-2009, 09:02 PM   #2 (permalink)
Super Moderator
 
Muddy's Avatar
 
Join Date: 12-03-08
Posts: 5,153
iTrader: 0 / 0%
Latest Blog:
None

Muddy is a web professional of the highest orderMuddy is a web professional of the highest orderMuddy is a web professional of the highest orderMuddy is a web professional of the highest orderMuddy is a web professional of the highest orderMuddy is a web professional of the highest orderMuddy is a web professional of the highest orderMuddy is a web professional of the highest orderMuddy is a web professional of the highest orderMuddy is a web professional of the highest orderMuddy is a web professional of the highest order
Moved to Coding for greater exposure per Hades' good suggestion.
__________________
Your family deserves a serious water filter.
Muddy is online now  
Add Post to del.icio.us
Reply With Quote
Old 07-06-2009, 09:57 PM   #3 (permalink)
v7n Mentor
 
moni's Avatar
 
Join Date: 02-07-09
Location: NYC/Europe
Posts: 247
iTrader: 2 / 100%
moni is a highly respected web promoni is a highly respected web promoni is a highly respected web promoni is a highly respected web promoni is a highly respected web promoni is a highly respected web promoni is a highly respected web promoni is a highly respected web promoni is a highly respected web promoni is a highly respected web promoni is a highly respected web pro
The total size of your main page is 1424940 bytes...and you have 84images there...10 external css style sheets and over 20 external script files. Heh, if i was to guess I'd say all that combines is your problem, doubt it's your host.

Edit: re reading this thread I noticed Hades pointed out what I mentioned, credit goes to him if it gets fixed sorry about that Hades just dint notice there was a second page of posts!
__________________
* Jero Forum Design Forum - join us, you know you want to!
* My blog - Toni Zova - run by a foul mouthed, bad tempered individual!

Last edited by moni; 07-06-2009 at 10:15 PM.. Reason: added bits
moni is offline  
Add Post to del.icio.us
Reply With Quote
Old 07-07-2009, 09:04 AM   #4 (permalink)
Contributing Member
 
tunedTECH's Avatar
 
Join Date: 04-12-09
Location: Canada
Posts: 70
iTrader: 0 / 0%
Latest Blog:
None

tunedTECH is liked by many
ahhh man i thought after finishing this site is the end but i guess im still missing alot

Can anyone here help me how to do the following or anything that i really need for my site to make it load faster?

-store your images in your server, but making sure that it has a good transfer rate, if not, just stick to photobucket.
-optimize your code, use only the .css and that you need on each page, you don't need to load all the .css for every plugin of your wp if you only use a few.
-try to make the html code simpler and shorter.

Really appreciate it guys
__________________
Join our Automotive Blog and Forum Enthusiast. tunedtech.ca
tunedTECH is offline  
Add Post to del.icio.us
Reply With Quote
Old 07-09-2009, 02:27 PM   #5 (permalink)
v7n Mentor
 
Join Date: 07-24-06
Posts: 691
iTrader: 1 / 100%
Latest Blog:
None

nasty.web is just really nicenasty.web is just really nicenasty.web is just really nicenasty.web is just really nicenasty.web is just really nicenasty.web is just really nicenasty.web is just really nicenasty.web is just really nicenasty.web is just really nicenasty.web is just really nicenasty.web is just really nice
I guess, you might be interested in these resources:
http://www.kevinleary.net/testing-pa...-with-firebug/
http://code.google.com/speed/page-sp...les_intro.html
nasty.web is offline  
Add Post to del.icio.us
Reply With Quote
Old 07-10-2009, 05:32 AM   #6 (permalink)
Junior Member
 
kamm's Avatar
 
Join Date: 06-13-09
Posts: 12
iTrader: 0 / 0%
Latest Blog:
None

kamm is liked by many
You should have a look at your site in Firefox with the Firebug addon installed...

This will give you a very good idea of what's slowing things down...

Oops - Sorry - only just noticed that nasty.web above had already recommended Firebug
__________________
kamm...

Last edited by kamm; 07-10-2009 at 05:35 AM.. Reason: Sorry!
kamm is offline  
Add Post to del.icio.us
Reply With Quote
Old 07-10-2009, 09:28 AM   #7 (permalink)
Contributing Member
 
tunedTECH's Avatar
 
Join Date: 04-12-09
Location: Canada
Posts: 70
iTrader: 0 / 0%
Latest Blog:
None

tunedTECH is liked by many
Quote:
Originally Posted by kamm View Post
You should have a look at your site in Firefox with the Firebug addon installed...

This will give you a very good idea of what's slowing things down...

Oops - Sorry - only just noticed that nasty.web above had already recommended Firebug

Yes i have downloaded that firebug on my firefox and i can see all my code etc. but how can i tell which code slow down my site?
__________________
Join our Automotive Blog and Forum Enthusiast. tunedtech.ca
tunedTECH is offline  
Add Post to del.icio.us
Reply With Quote
Old 07-10-2009, 09:48 AM   #8 (permalink)
Contributing Member
 
tunedTECH's Avatar
 
Join Date: 04-12-09
Location: Canada
Posts: 70
iTrader: 0 / 0%
Latest Blog:
None

tunedTECH is liked by many
Quote:
Originally Posted by nasty.web View Post
Hey i did this http://www.kevinleary.net/testing-pa...-with-firebug/

and i found many not modified and not found on my site? and i see some are OK? but really i dont know what this suppose to mean?
__________________
Join our Automotive Blog and Forum Enthusiast. tunedtech.ca
tunedTECH is offline  
Add Post to del.icio.us
Reply With Quote
Old 07-10-2009, 09:50 AM   #9 (permalink)
Moderator
 
Hades's Avatar
 
Join Date: 01-23-07
Location: Buenos Aires, Argentina
Posts: 1,250
iTrader: 0 / 0%
Hades is a web professional of the highest orderHades is a web professional of the highest orderHades is a web professional of the highest orderHades is a web professional of the highest orderHades is a web professional of the highest orderHades is a web professional of the highest orderHades is a web professional of the highest orderHades is a web professional of the highest orderHades is a web professional of the highest orderHades is a web professional of the highest orderHades is a web professional of the highest order
on the Net panel.
Check this guide on how to use firebug:
http://www.litfuel.net/plush/?postid=161
__________________
Hades,
Ancient god, King of the Nether World, and Guardian of the Dead.
...and on my free time I'm also a web developer, contact me if you need one!
Hades is online now  
Add Post to del.icio.us
Reply With Quote
Old 07-10-2009, 02:09 PM   #10 (permalink)
Contributing Member
 
Join Date: 06-11-07
Posts: 238
iTrader: 0 / 0%
Latest Blog:
None

Capo64 is a jewel in the roughCapo64 is a jewel in the roughCapo64 is a jewel in the roughCapo64 is a jewel in the roughCapo64 is a jewel in the roughCapo64 is a jewel in the rough
I'd suggest downloading YSlow for FireBug and go to http://developer.yahoo.com/yslow/smu****/ for your images.

There was some presentation that a guy from Yahoo! did that showed something like 75% of load time being front-end. So optimizing your front-end (JavaScript, CSS, HTML, Image Size, etc.) is really important.

Use gzip if your server supports it. Search Google for this stuff if you don't know what it is.
Capo64 is offline  
Add Post to del.icio.us
Reply With Quote
Old 07-10-2009, 03:33 PM   #11 (permalink)
Moderator
 
Brandon Sheley's Avatar
 
Join Date: 02-04-08
Location: Topeka, KS
Posts: 445
iTrader: 3 / 100%
Brandon Sheley is a splendid one to beholdBrandon Sheley is a splendid one to beholdBrandon Sheley is a splendid one to beholdBrandon Sheley is a splendid one to beholdBrandon Sheley is a splendid one to beholdBrandon Sheley is a splendid one to beholdBrandon Sheley is a splendid one to beholdBrandon Sheley is a splendid one to beholdBrandon Sheley is a splendid one to beholdBrandon Sheley is a splendid one to beholdBrandon Sheley is a splendid one to behold
Send a message via AIM to Brandon Sheley Send a message via MSN to Brandon Sheley Send a message via Yahoo to Brandon Sheley
I would also suggest cleaning up the code, you have 100 validation errors
http://validator.w3.org/check?uri=ht...Inline&group=0
this will slow your page down as well

ps. I want that corvette ZR1
__________________
Are you on Twitter? @BrandonSheley Check out my IPB Forum
Brandon Sheley is offline  
Add Post to del.icio.us
Reply With Quote
Go Back   Webmaster Forum > Web Development > Coding Forum

Reply


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
Display Modes

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
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
How to make thumbnails load faster? fatfree69 Coding Forum 15 03-18-2009 06:23 PM
How do you make your website load faster? bobdole Web Design Lobby 8 11-25-2008 07:11 AM
Images load Faster Stitchy626 Web Design Lobby 6 04-22-2005 02:09 PM


Sponsor Links
Get exposure! Contextual Links V7N SEO Blog V7N Directory


All times are GMT -7. The time now is 03:33 PM.
© Copyright 2008 V7 Inc
Powered by vBulletin
Copyright © 2000-2009 Jelsoft Enterprises Limited.


Search Engine Optimization by vBSEO 3.3.0 ©2009, Crawlability, Inc.