Optimising my website?
-
I ran a web report on my website to check how long it takes to get on and the results came back:
14.4K 741.31 seconds
28.8K 377.45 seconds
33.6K 325.47 seconds
56K 200.72 seconds
ISDN 128K 70.91 seconds
T1 1.44Mbps 18.57 secondsSome of the biggies that seam to be slowing it are my javascript and css codes:
TOTAL_OBJECTS – Warning! The total number of objects on this page is 68.
TOTAL_SCRIPT – Warning! The total number of external script files on this page is 8.
SCRIPT_SIZE – Warning! The total size of external your scripts is 208373 bytes, which is over 20K.
CSS_SIZE – Warning! The total size of your external CSS is 28235 bytes, which is over 20K.How would I go about reducing these sizes or compressing them to ensure they still work but means less size to load.
Thanks
P.S website is https://www.deewon.com if needed.
- The topic ‘Optimising my website?’ is closed to new replies.