• Resolved wekhter

    (@wekhter)


    My theme site calls several JS files in the head and then my plugins call several JS files at the end of the page. Is is possible to have Autoptimize put together two different JS files–one that combines the head JS and one that combines the footer JS?

Viewing 1 replies (of 1 total)
  • Plugin Author Frank Goossens

    (@futtta)

    no -currently- AO does not support that: it puts all JS in one file that is either in the footer (deferred) or in the head (which is not optimal from a performance pov). this works very well though, in the default configuration jquery.js is kept in head, all inline js is left untouched and all other non-inline JS is loaded at the very and, resulting in a huge boost in performance.

    hope this clarifies,
    frank

Viewing 1 replies (of 1 total)
  • The topic ‘Create 2 different combined JS files?’ is closed to new replies.