• treeflips

    (@treeflips)


    I’m trying to defer a whole bunch of JS’s files. I put just filenames in but it doesn’t seem to work. Do I have to put the query strings as well?

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

    (@optimizingmatters)

    morning @treeflips;
    the “async” field expects a list of comma-separated values.

    so;
    * what do you have there now
    * can you share your URL?

    frank

    Thread Starter treeflips

    (@treeflips)

    I’ve got it turned off…but it was something like:

    something.js,something.min.js,something.js

    Plugin Author Optimizing Matters

    (@optimizingmatters)

    provided those “somethings” were in your HTML source, it should have worked. my money is on a page cache that needed flushing maybe?

    Thread Starter treeflips

    (@treeflips)

    I had caching off. Will try again just to make sure.

    Plugin Author Optimizing Matters

    (@optimizingmatters)

    OK, feel free to follow up here.

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

The topic ‘Not able to defer javascripts’ is closed to new replies.