• Resolved putinbaychuck

    (@putinbaychuck)


    Recommendation: We are getting an error on every page from our SEO tools because of this plugin. It seems to have just started, so possibly with an update to your plugin?

    Specifically, the error is “209 issues with unminified JavaScript and CSS files” and it is due to https://cdn.polyfill.io/v2/polyfill.js which seems to be part of this plugin.

    After a quick test, it appears that you (or someone) have a slightly minified version being served at: https://cdn.polyfill.io/v2/polyfill.min.js

    It would probably be better for everyone if you used the minified version???

    Thanks.

    The page I need help with: [log in to see the link]

Viewing 3 replies - 1 through 3 (of 3 total)
  • Thread Starter putinbaychuck

    (@putinbaychuck)

    Or maybe even add it as an option on the Settings page of the plugin, whether to use minified or unminified version… or even to not use it at all, instead of having to add the:

    /**
    * Disable the polyfill.io script from Site Reviews
    * @return bool
    */
    add_filter( ‘site-reviews/assets/polyfill’, ‘__return_false’ );

    into the functions.php file???

    Thanks again!

    Plugin Author Gemini Labs

    (@geminilabs)

    Thanks @putinbaychuck for pointing that out. Will change it to use the minified version of polyfill.js.

    Site Reviews v2 will only be updated one more time before v3.0 is released.

    I’ll make sure to add the change to that update.

    Thread Starter putinbaychuck

    (@putinbaychuck)

    That’s great news! Thanks!

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Serve Minified version first?’ is closed to new replies.