Viewing 5 replies - 1 through 5 (of 5 total)
  • Plugin Author Raul P.

    (@alignak)

    You can simply deactivate the plugin and all settings will be restored. I’ll have a look later today.

    Thread Starter hvdtn

    (@hvdtn)

    Ok, thanks for this quick answer. I can breathe again now ??

    And thanks in advance for helping out. I’d like to make you plugin part of the default repository for new sites, but would need to know how to prevent the site from breaking.

    For now I will deactivate.

    Let me know if you need an admin account and to which address to send it to.

    Plugin Author Raul P.

    (@alignak)

    Can you try the latest 1.0.9 version?
    This one should fix all issues that you may have add.

    Thread Starter hvdtn

    (@hvdtn)

    Site does not ‘break’ anymore, but Google Page Speed actually became worse. Please see screenshot, it refers to your plugin as one that needs optimization and render blocking:

    https://www.dropbox.com/s/20s2m0s43w69qne/Screen%20Shot%202016-07-12%20at%2011.34.01.png?dl=0

    Hope this helps you help all users.

    Plugin Author Raul P.

    (@alignak)

    The “Remove render-blocking JavaScript” is a quite common message even with the default settings. For example, jquery loading is blocking and that’s default in most wordpress themes.

    Are you sure that message was not there before activating my plugin?

    If you are (really) sure… you can go to the settings (on my plugin) and enable the “defer javascript” option. This will load javascript only after the page loading is complete and the message will be gone from the pagespeed insights, but be aware that if you need jquery anywhere in the page before the footer, then this might break some functionality.

    If you see that something stopped working, simply disable that option again.
    But in that case, that means you need that script to be blocking.

    More importantly that this though, is the server configuration.
    For example, you need to tweak:

    Leverage browser caching, Reduce server response time, Size tap targets appropriately…

    For the “Minify JavaScript” it seems you don’t have Java available or PHP exec so the files have been merged only. I am working on a next release that will use our own api for minification if java fails, so in the future this will be improved for those on shared hosting plans.

    Currently, this plugin is still better on a cloud / vps environment, where you can customize the software that’s installed (such as java).

    Also take a look at pingdom tools and gtmetrix for better insights.

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Plugin broke site after 5 minutes, please help!’ is closed to new replies.