Render blocking jss/css

Posted in: Newspaper
Post count: 9

The id’s that i get on my dashboard doesn’t match with the id’s on my pagespeed insights results render blocking jss/css.. My website name is http://www.meyvntech.com

Note: I am using tagdiv speed booster plugin.

Post count: 9544

You need to do more than use t he Speed Booster to fully eliminate the render blocking issue due to use of certain plugins, etc.

The speed booster can help, but it’s not 100% able to eliminate the render blocking issue.

Post count: 9

Yes. I’m trying to do more than that speed booster. I’m trying to do this step 5.2

Post count: 9

I mean referring to that step 5.2

Post count: 6535

HI

The function which returns the ids for css/js resources works fine even if the results are not similar with the ones from google page speed tool. Google picks only the resources which blocks page load, which is not the case for ts_inspect_scripts() function. Check this screen fore example: http://screencast.com/t/J2l7Vj0O99aX There you see that the same function returns two different results depending if the user is logged in or not.
Some resources are loaded only if you’re logged in but they will never be displayed in google’s report because when you test the site these resources are not considered. Hoover ts_inspect_scripts() function will display them because they are resources loaded at some point on your site.

Thanks!

Viewing 5 posts - 1 through 5 (of 5 total)
The forum ‘Newspaper’ is closed to new topics and replies.