• 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 seconds

    Some 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 http://www.deewon.com if needed.

Viewing 1 replies (of 1 total)
  • Moderator Ipstenu (Mika Epstein)

    (@ipstenu)

    🏳️‍🌈 Advisor and Activist

    This can help with the files on your server but…
    http://wordpress.org/extend/plugins/wp-minify/

    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.

    The external scripts are a bit out of your reach. Check what you’re linking to and make sure you need it.

Viewing 1 replies (of 1 total)
  • The topic ‘Optimising my website?’ is closed to new replies.