Have alook at my site in a new revision

vv.bbcc19

Community Advocate
Community Support
Messages
1,524
Reaction score
92
Points
48
Really nice site and that you have revised it
Your site has a super nice score in the way it handled css.I observed that only one request for CSS has gone from your site and thats the best a site is performing with respect to css.
But now have a look at javascript.There are 4 JavaScript scripts found in the head of the page
http://www.718design.tk/js/cufon.js
http://www.718design.tk/js/chrishand_fnt.js
http://www.718design.tk/js/jquery.js
http://www.718design.tk/js/page.js
You might already know that JavaScript scripts block parallel downloads; that is, when a script is downloading, the browser will not start any other downloads. To help the page load faster, move scripts to the bottom of the page if they are deferrable.Or combine the scripts into one or compress them.Here you can improve a lot and increase the speed.
Regards
VVBB
 

roby718

Member
Messages
53
Reaction score
0
Points
6
Really nice site and that you have revised it
Your site has a super nice score in the way it handled css.I observed that only one request for CSS has gone from your site and thats the best a site is performing with respect to css.
But now have a look at javascript.There are 4 JavaScript scripts found in the head of the page
http://www.718design.tk/js/cufon.js
http://www.718design.tk/js/chrishand_fnt.js
http://www.718design.tk/js/jquery.js
http://www.718design.tk/js/page.js
You might already know that JavaScript scripts block parallel downloads; that is, when a script is downloading, the browser will not start any other downloads. To help the page load faster, move scripts to the bottom of the page if they are deferrable.Or combine the scripts into one or compress them.Here you can improve a lot and increase the speed.
Regards
VVBB

The javascripts cannot be combined, as they are libraries and fonts. I've tried placing them at the bottom but had bad results.
 

vv.bbcc19

Community Advocate
Community Support
Messages
1,524
Reaction score
92
Points
48
Nice.
Atleast keeping them in the bottom makes the visitor think that the website is loaded and he can continue.
Its OK if they cannot be combined as long as the page loads fast.
Good Site.
 

roby718

Member
Messages
53
Reaction score
0
Points
6
cufon needs to be loaded before anything. Otherwise, thanks
And, you know, the whole site is AJAX-based ( i need to work on a graceful degrade site ). so, yeah... Content before frill...
 
Last edited:
Top