How do I eliminate render-blocking javascript or css for files generated via plugins?
Thank you so much for your assistance.
Grace
Rick Steinwand
unread,
Jan 5, 2015, 3:52:44 PM1/5/15
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to pagespeed-ins...@googlegroups.com
Hi Grace,
For starts, try moving your scripts to the bottom of the page, just before the </body> tag. Then see what's broken and if you can leave all of them there. You might also want to combine those 6 or so scripts into one file.