Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #460017

    Hi

    Please look at the link for google speed test and help me fix the errors.

    I have tried but could not find help or how to.

    Thanks in advance.

    #460308

    Hey lucky13media!

    The best way to optimize a WordPress site is to use a caching plugin such as WP Super cache or W3 Total cache. A plugin such as BWP Minify will help in minifying the JS and CSS as well.

    That should help with the pagespeed insights.

    Regards,
    Elliott

    #460331

    hi
    thanks for the reply
    however I need help with 2 main issues that needs to be fixed

    1-
    Eliminate render-blocking JavaScript and CSS in above-the-fold content
    Your page has 14 blocking script resources and 11 blocking CSS resources. This causes a delay in rendering your page.

    2-
    Leverage browser caching
    Setting an expiry date or a maximum age in the HTTP headers for static resources instructs the browser to load previously downloaded resources from local disk rather than over the network.

    ————–

    Unless I am wrong and you can tell me that a caching plugin and BWP Minify can fix the above issues

    Regards

    #460367

    Just installed BWP but still saying Minify JavaScript and Minify HTML

    #460463

    I have also installed this plugin https://wordpress.org/plugins/autoptimize/

    and added this to .htaccess

    ## EXPIRES CACHING ##

    ExpiresActive On
    ExpiresByType image/jpg “access 1 year”
    ExpiresByType image/jpeg “access 1 year”
    ExpiresByType image/gif “access 1 year”
    ExpiresByType image/png “access 1 year”
    ExpiresByType text/css “access 1 month”
    ExpiresByType application/pdf “access 1 month”
    ExpiresByType text/x-javascript “access 1 month”
    ExpiresByType application/x-shockwave-flash “access 1 month”
    ExpiresByType image/x-icon “access 1 year”
    ExpiresDefault “access 2 days”

    ## EXPIRES CACHING ##


    STILL HAVE SOME PROBLEMS
    IS WHAT I’VE DONE WRONG?
    PLEASE CHECK AGAIN http://buyfollowersontwittercheap.com/

    #461033

    Hi!

    Eliminate render-blocking JavaScript and CSS in above-the-fold content – You will get this error on any page unless it doesn’t use CSS and JavaScript. Also, the files are in fact not render blocking, they are render helping. Without them the page would not have it’s look and feel. So in short, they are there for a good reason and they are needed there.

    Cheers!
    Rikard

Viewing 6 posts - 1 through 6 (of 6 total)
  • You must be logged in to reply to this topic.