Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author Gabe Livan

    (@gabelivan)

    @interflora I checked your website (note that there are sometimes errors such as the following one: “The server is temporarily unable to service your request due to maintenance downtime or capacity problems. Please try again later.”) and it looks like you have render-blocking CSS there, like plenty of other websites.

    Asset CleanUp minifies and combines those files, but they will STILL be render-blocking as that’s their nature. Please read carefully the following post and you will understand what I mean: https://www.assetcleanup.com/docs/can-the-plugin-load-render-blocking-css/

    The render-blocking is NOT caused by Asset CleanUp as it would be against the purpose of the plugin.

    In order to eliminate render-blocking CSS, you can unload useless CSS, preload them asynchronously or implement critical CSS.

    Thread Starter interflora

    (@interflora)

    Regarding:
    (note that there are sometimes errors such as the following one: “The server is temporarily unable to service your request due to maintenance downtime or capacity problems. Please try again later.”)

    Is this a result of my plugins or my host(GoDaddy)?

    Plugin Author Gabe Livan

    (@gabelivan)

    @interflora it could be the hosting package. It happened to me too several times. If, for instance, you’re on a limited account (e.g. shared one) and there’s a traffic spike or some “ill” scripts, you can end up getting these errors once in a while. It could be from just a plugin too or a combination of plugins that use a lot of resources.

    So, unload as much as you can, use caching wisely and you should decrease the chances of getting these errors for sure. I’ve done that (e.g. unloaded whole plugins) and seriously decreased the loading of resources. Never underestimate it, even if you’re using a reputable hosting company.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Render Blocking from asset cleanup’ is closed to new replies.