slow test
|
08-04-2011, 02:08 AM
Post: #11
|
|||
|
|||
RE: slow test
Patrick-
Reading up on W3TC and it says that I should NOT minify the js ads? Is that accurate? |
|||
08-04-2011, 03:24 AM
Post: #12
|
|||
|
|||
RE: slow test
Most of the ads js should come from a 3rd party domain and not something you serve. You should only combine and minify the files being served directly for your page.
|
|||
08-04-2011, 05:01 AM
Post: #13
|
|||
|
|||
RE: slow test
"3 - Go to the minify settings and go through the help wizard to combine your css and javascript files. It looks like you have over 8 css files and over 20 javascript files). Get them down to a manageable number (1-2 of each)."
Trying to do this in preview mode and when i save the setting and view preview all i get is a blank page any ideas? |
|||
08-04-2011, 06:38 AM
(This post was last modified: 08-04-2011 06:45 AM by nepd.)
Post: #14
|
|||
|
|||
RE: slow test
So I've installed W3TC. Here are my new results:
http://www.webpagetest.org/result/110803_1Q_17PRH/ Getting a lot where the repeat visit is higher - then sometimes the repeat is like 2.5 seconds. I have the following things enabled in W3TC (marked with *) HTML / XML Enable* Inline CSS minification* Inline JS minification* Don't minify feeds Line break removal* JAVAScript Enable* Combine only after <head> Combine only after <body> Combine only before </body> Preserved comment removal (not applied when combine only is active) Line break removal (not safe, not applied when combine only is active) CSS Enable* Combine only Preserved comment removal (not applied when combine only is active) Line break removal (not applied when combine only is active) Anything else I should enable here? I also enabled, page, database, object, and browser cache with etags and set headers. Another example: http://www.webpagetest.org/result/110803_BZ_17PTA/ |
|||
08-04-2011, 10:48 AM
Post: #15
|
|||
|
|||
RE: slow test
You should also take a look at the browser cache support. Looks like the static images could use some browser-side caching.
The onload looks to be firing at different points in the waterfall for first and repeat views. You might have some async activity that is just getting caught in the repeat view. You should try doing a video capture and take a look at the filmstrip views for the first and repeat views to see how they look visually. Most of the remaining requests look to be a (lot) of ad requests so those are largely going to be out of your control. |
|||
08-04-2011, 10:57 AM
Post: #16
|
|||
|
|||
RE: slow test
(08-04-2011 10:48 AM)pmeenan Wrote: You should also take a look at the browser cache support. Looks like the static images could use some browser-side caching. Thanks again. Do I have my ads set up efficiently? I set up divs where I wanted them and then used loaders at the bottom of my page to place them where they go. |
|||
« Next Oldest | Next Newest »
|
User(s) browsing this thread: 1 Guest(s)