• Resolved cogz

    (@cogz)


    Hi,
    The Hummingbird Performance Report suggests “3. Move critical scripts to the footer and defer the non-critical scripts using the option “Force load this file after the page has loaded’.” I do not see “Force load this file after the page has loaded” in Assess Optimization.
    Thanks

Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Support Patrick – WPMU DEV Support

    (@wpmudevsupport12)

    Hi @cogz

    I hope you are doing well.

    You will find these options on the Manual mode:
    https://monosnap.com/file/IecNMN0Sn2yQA3J8PsRliOcOfvMgkT

    I suggest avoiding this to the jQuery-core and jQuery-migrate files, those require to load before other scripts.

    You can find more about the manual mode on:
    https://premium.wpmudev.org/docs/wpmu-dev-plugins/hummingbird/#asset-optimization

    Best Regards
    Patrick Freitas

    Thread Starter cogz

    (@cogz)

    Hi,

    So “Force load this file after the page has loaded” is accomplished by selecting InLine CSS and Move to Folder options?
    or is
    Defer – Force files to suspend loading until everything else has loaded. a Pro only option?

    Thanks

    • This reply was modified 5 years, 4 months ago by cogz.
    Plugin Support Amin – WPMU DEV Support

    (@wpmudev-support2)

    Hello @cogz ,

    So “Force load this file after the page has loaded” is accomplished by selecting InLine CSS and Move to Folder options?

    It only requires to Move to Footer. Inline will place all the code of the file in the header of the site. So, for example, you can use it to load CSS files that should be load first (above the fold) and rest that handles things below the fold to the footer.

    Defer – Force files to suspend loading until everything else has loaded. a Pro only option?

    No, it is also present in the free version of the plugin. It is only present for the JS files, not for the CSS.

    kind regards,
    Kasia

    Plugin Support Nithin – WPMU DEV Support

    (@wpmudevsupport11)

    Hi @cogz,

    Since we haven’t heard from you in a while, I’ll mark this thread as resolved. Feel free to re-open this thread or let us know if you have any further queries.

    Best Regards
    Nithin

Viewing 4 replies - 1 through 4 (of 4 total)

The topic ‘Force Load this file after the page has loaded’ is closed to new replies.