• Resolved CharileM

    (@charile7774)


    I’m using different plugins which include jQuery on page multiply times. Is it possible to optimize this files with your plugin ? I need to make sure that all plugins continue to work properly.

Viewing 1 replies (of 1 total)
  • Plugin Author Optimizing Matters

    (@optimizingmatters)

    by default wp-includes/js/jquery/jquery.js is excluded from autoptimization as is inline JS, whereas sourced JS from your own domain are aggregated and loaded late & deferred. this works for most but obviously not all sites.

    best way forwards is to test (on a development- or staging-site) and to use the troubleshooting tips in the FAQ to get to a working configuration if anything breaks. once you have that you can enable on the live site without having to worry 🙂

    hope this helps,
    frank

Viewing 1 replies (of 1 total)

The topic ‘Few jquery’ is closed to new replies.