Imaginedesigns

vv.bbcc19

Community Advocate
Community Support
Messages
1,524
Reaction score
92
Points
48
Nice site and good speed : 17.36 KB loaded in 0.75 seconds @ 0.04 seconds per KB
You can still make it faster by combining all the javascript files in to one.
There are 9 JavaScript scripts in the head of the document

* http://www.imaginedesigns.info/js/jquery.js
* http://www.imaginedesigns.info/js/menu.js
* http://www.imaginedesigns.info/js/preloadcssimages.jquery.js
* http://www.imaginedesigns.info/js/scripts.js
* http://www.imaginedesigns.info/js/cufon-yui.js
* http://www.imaginedesigns.info/js/cufon-replace.js
* http://www.imaginedesigns.info/js/bebas_neue_400.font.js
* http://www.imaginedesigns.info/js/jquery.tiptip.minified.js
* http://www.imaginedesigns.info/js/jquery.pretty_photo.js

If these are combined using js compressor, they load in one call to server and that will speed up your site.
Regards,
VVBB
 

vv.bbcc19

Community Advocate
Community Support
Messages
1,524
Reaction score
92
Points
48
How would this be done?

If you are using Wordpress or joomla, you can straight away have plugins.
If not,please mention the programming mode for website design.I can help
Regards,
VVBB
 

cybrax

Community Advocate
Community Support
Messages
764
Reaction score
27
Points
0
Basically this involves copying the contents inside of all the javascript files into one custom file and it can be done with notepad. It may help a little but the bottleneck is going to be processing inside the clients browser.

Normally a page reload speed is seldom a problem because most of the information such as images, text and external javascript files are cached in the users web browser (stored on their PC for re-use). However just looking at the main page we can see it's 'javascript heavy' that is to say as a designer have tasked the clients web browser to perform a lot of computations prior to making the page actually appear. Whilst the ability to hand some processing tasks off to the clients browser is a useful trick it is a common mistake of designers to over do the eye candy (or 'whistles and bells' depending upon how old you are)to point where it causes noticable delays with page loading times.

Design wise it's very good and do like that top menu. I wish you luck, for it is a cut-throat business that you have chosen to compete in.
 

Imaginedesigns

New Member
Messages
9
Reaction score
1
Points
0
Thank you...

Just for the mention I haven't used wordpress or anyother CMS, I just put the file extention as php so i could use the <?php include (''); ?> line to make coding the site easier...
 

ice.adi49

New Member
Messages
10
Reaction score
0
Points
1
uhmmm, really nice design.
good combination of graphic elements and colors and i just love how the text looks on that background. It's a viewing pleasure :)
 
Top