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

    (@wpmudevsupport12)

    Hi @northcutt

    I hope you are doing well.

    I can see the plugin is combining the files:

    https://monosnap.com/file/jueGz3Iy8F4Rrbyf2KuE6rXUSyTEgd

    It won’t combine everything and create a single file, but combine the group of common files so it won’t return errors on your styles/javascript.

    The plugin also combines the files when WordPress call it, a cached page can cause a delay in the combining.

    I can see you are using Cloudflare.

    Can you please try the following steps?

    – Enable Cloudflare on development mode
    – Disable Hummingbird > Caching > Preload if you have it enabled
    – Remove Query Strings Hummingbird > Advanced Tools
    – Use the plugin heath settings in Hummingbird > Advanced Tools > Plugin health
    – Re-check the Assets in the Hummibgird Assets Optimization
    – Access the front end using a different browser and mobile, and navigate between some pages to ensure WordPress call all scripts using wp_enqeue_script/style.

    Let us know the result you got.
    Best Regards
    Patrick Freitas

    Thread Starter northcutt

    (@northcutt)

    Hey Patrick,

    Thanks… closing the loop on this… I went ahead and tried all of that. No effect on any of those solutions.

    Cloudflare is a non-issue, currently used for DNS only (no proxy).

    I was able partially resolve by changing how I enqueue scripts… turns out I wasn’t using best practice with hooks in functions.php.

    Based on your reply and reading up, it sounds like the feature just doesn’t work as advertised… while it implies that it’s combining everything, much just doesn’t get combined no matter what?

    Can confirm that at least a handful of scripts are combined… so assuming at this point that this is just the best we’re going to get.

    Plugin Support Patrick – WPMU DEV Support

    (@wpmudevsupport12)

    Hi @northcutt

    I hope you are doing well.

    Let me explain a bit more about how it will work.

    We can’t move everything to the footer for example in case the plugin would combine one file that depends on a different file in a wrong sequence it would cause some conflicts in your style and JavaScript, so the plugin is able to identify common tags and combine those files in smaller files giving you to have more control what is moved or not to the footer without creating errors.

    All scripts and files should be minified and combined, but the number of Files inside of the same combined version depends on common files.

    Best Regards
    Patrick Freitas

    Plugin Support Amin – WPMU DEV Support

    (@wpmudev-support2)

    Hello @northcutt ,

    We haven’t heard from you for some time now, so it looks like you don’t have any more questions for us.

    Feel free to re-open this ticket if needed.

    Kind regards
    Kasia

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

The topic ‘Asset Optimization Doesn’t Work’ is closed to new replies.