• Resolved tsabar

    (@tsabar)


    after enabling the plugin and enabling html/css/js without breaking the site, i tested on several speed sites with no difference in results.

    i noticed pagespeed is listing the same resources as needing to be minified (under: render-blocking JavaScript and CSS in above-the-fold content; minify CSS; minify JS).

    i have tried disabling the cache and cdn (both by keycdn) but still no change. am i missing something?

    https://www.ads-software.com/plugins/autoptimize/

Viewing 10 replies - 1 through 10 (of 10 total)
  • Plugin Author Frank Goossens

    (@futtta)

    hard to comment with just the above info tsabar. can you share your URL here or via futtta-at-gmail-dot-com so I can have a detailed look at what is (or is not) happening?

    frank

    Thread Starter tsabar

    (@tsabar)

    sent, thanx!

    Anonymous User 14733231

    (@anonymized-14733231)

    Hello tsabar,

    You can try by GZip Compression and cache expiration date in .htaccess file as well as many other parameter which can improve speed like image optimize, by blocking unwanted script.

    Anonymous User 14733231

    (@anonymized-14733231)

    Try This in your .htaccess file

    <ifModule mod_gzip.c>
    mod_gzip_on Yes
    mod_gzip_dechunk Yes
    mod_gzip_item_include file \.(html?|txt|css|js|php|pl)$
    mod_gzip_item_include handler ^cgi-script$
    mod_gzip_item_include mime ^text/.*
    mod_gzip_item_include mime ^application/x-javascript.*
    mod_gzip_item_exclude mime ^image/.*
    mod_gzip_item_exclude rspheader ^Content-Encoding:.*gzip.*
    </ifModule>

    Please take a backup of your file before you add this

    Thread Starter tsabar

    (@tsabar)

    yes i have gzip enabled and have set cache expiration prior to using the plugin

    Anonymous User 14733231

    (@anonymized-14733231)

    No just put gzip in .htaccess file..

    Can I have site url to check please..?

    Thread Starter tsabar

    (@tsabar)

    Anonymous User 14733231

    (@anonymized-14733231)

    Hello tsabar,

    as i seen your performance report Gzip is already done by plugin but you need to have do following changes in given to GT Matrix

    Anonymous User 14733231

    (@anonymized-14733231)

    Plugin Author Frank Goossens

    (@futtta)

    conversation continued via mail, AO now works with some rtl-css excluded from optimization.

    frank

Viewing 10 replies - 1 through 10 (of 10 total)
  • The topic ‘no difference on pagespeed test’ is closed to new replies.