How much more can I do ?
|
04-20-2011, 10:12 PM
Post: #1
|
|||
|
|||
How much more can I do ?
I've spent the past two days optimizing my blog and my forums.
http://celtictalk.org/ Result: http://www.webpagetest.org/result/110420_6B_ETRE/ http://forum.celtictalk.org/ Result: http://www.webpagetest.org/result/110420_85_ETRF/ I'm using MaxCDN, I've put most of my images over several sub domains through MaxCDN. One thing I can't get rid of is those E-tags. Also on the forums I've not touched any of the javascripts yet. Any tips would be greatly appreciated ![]() |
|||
04-21-2011, 12:36 AM
Post: #2
|
|||
|
|||
RE: How much more can I do ?
Nice.
http://celtictalk.org/ - FYI, your page layout is completely broken on Firefox 4, IE9 and Chrome 10 on a wide screen :-) - Looks like it is a wordpress blog, install W3 Total Cache to help with the first times - Merge the css and javascript files together into one of each (W3TC makes this REALLY easy to do) - What is the "mint" call? It is blocking and should be moved/removed if it can be - If you can move the javascript to the end of the page, even better - Make sure you are using the async snippet for GA: http://code.google.com/apis/analytics/do...cking.html - Wow, that's a big background image (though not really byte wise). It looks like you should be able to set a body background color and just use images for the top pieces on either side. - For some of those image elements (not the photo thumbnails but pretty much everything else) you should be able to use a sprite for them and combine them into a single image http://forum.celtictalk.org/ - ACK! RUN and fix persistent connections on the forum.celtictalk.org domain. - Make sure you're using the async analytics script - What is the "mint" call? It is blocking and should be moved/removed if it can be - Looks like there is already some js combining going on, just need to add the other 2 files to it - LOTS of image icons that should/could be combined into sprites |
|||
04-21-2011, 01:08 AM
(This post was last modified: 04-21-2011 01:09 AM by Gaffney.)
Post: #3
|
|||
|
|||
RE: How much more can I do ?
(04-21-2011 12:36 AM)pmeenan Wrote: Nice. |
|||
04-21-2011, 01:20 AM
Post: #4
|
|||
|
|||
RE: How much more can I do ?
(04-21-2011 01:08 AM)Gaffney Wrote: http://celtictalk.org/ Here is the screen shot |
|||
04-21-2011, 01:21 AM
Post: #5
|
|||
|
|||
RE: How much more can I do ?
Screen is 1920x1200 if that helps any.
|
|||
04-21-2011, 01:23 AM
(This post was last modified: 04-21-2011 01:25 AM by Gaffney.)
Post: #6
|
|||
|
|||
RE: How much more can I do ?
ah so your screen is so large the background is repeating and that is causing the board to go out of the middle. I will add no-repeat and can you try again.
edit, can you try now ? |
|||
04-21-2011, 01:47 AM
Post: #7
|
|||
|
|||
RE: How much more can I do ?
Nope, still broken. Is the CSS being served from the CDN? If so you need to purge their cache as well (though generally you'd want to be changing the file names or adding a version parameter to bust the cache).
|
|||
04-21-2011, 02:08 AM
Post: #8
|
|||
|
|||
RE: How much more can I do ?
(04-21-2011 01:47 AM)pmeenan Wrote: Nope, still broken. Is the CSS being served from the CDN? If so you need to purge their cache as well (though generally you'd want to be changing the file names or adding a version parameter to bust the cache).I've fixed it, but now I've got to work on the page again, had to use my old backup. |
|||
« Next Oldest | Next Newest »
|
User(s) browsing this thread: 1 Guest(s)