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

    (@optimizingmatters)

    Morning John;
    * flow-flow-social-stream/js/public.js is loaded by other javascript, so although that initial JS get optimized, the js/public.js-file is invisible to AO
    * same problem with the cached analytics-script, but due to the fact that the initial JS contains GoogleAnalyticsObject, the entire JS remains as is.
    * wp-emoji-release is part of WordPress core, but you could install the “disable emojis” plugin to stop that from being loaded
    * the contact form refill is contact from 7 doing an AJAX request to the WordPress API. no idea why really, maybe it’s an option you can disable?

    hope this clarifies,
    frank

    Thread Starter jstakel

    (@jstakel)

    Thanks for the quick reply, Frank. I’ll look into the disable emojis plugin. Do I have any options to parse javascript for additional loads that happen within? I’m currently using Cache Enabler and Async Javascript .. would moving to something like WP Fastest Cache work to “preprocess” javascript before AO looks at it? Not sure if that is possible. I’m also using Cloudflare .. I haven’t had great success with Rocket Loader .. but have you seen a setup where using rocket loader on manual for a few scripts work well, on top of AO?

    Appreciate any thoughts.

    Thanks
    John

    Plugin Author Optimizing Matters

    (@optimizingmatters)

    I’m afraid I don’t know of any tool that allows to pre-process JS as to allow calls from within JS to be optimized as well John. You could consider switching to other plugins (or changing options in plugins) to avoid some of those calls?

    frank

    Thread Starter jstakel

    (@jstakel)

    Thanks for your thoughts, Frank. I’m definitely evaluating those plugins right now, to see if I have some better options.

    John

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

The topic ‘Combining Javascript Files’ is closed to new replies.