Viewing 3 replies - 1 through 3 (of 3 total)
  • stefanledin

    (@stefanledin)

    Hi chienthan!
    I noticed that you have a number of script tags in the <head> of your site. The first thing you should try is to move them to the bottom of the page instead, right before </body>.
    Then, you should concat and minify as many scripts (and stylesheets) as possible. This should take you a long way and would be good enough.
    Plugins like W3 Total Cache are good at this. It takes care of scripts that plugins may add and concatenates them to.

    If you would like to take it a step further and make PageSpeed insights very happy, the scripts and stylesheets should be loaded asynchronously.

    Thread Starter chienthan

    (@chienthan)

    Hi @stefanledin!
    Thanks for your comment, this is so useful with me.
    Can you please provide me document or instruction for W3 Total Cache in my case?
    Some plugins in my site auto assign js or css files into header section. Please let me know How can i control position of them?
    Thanks so much!

    stefanledin

    (@stefanledin)

    Glad I can help ??
    Take a look at the introduction video on the plugin page, I found it very good and helpful.
    W3 has a lot of settings and can be overwhelming at first, but I suggest that you play around with it.
    You can enable minification under General settings->Minify. More settings can be found under Minify.
    As I said, play around and see what happens!

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Really need helps for Remove render-blocking JavaScript Google Speed Test tool’ is closed to new replies.