a3 lazy load with autoptimizer
-
The generated javascript (“localize_printed_scripts”) is queued without depency to jquery.lazyloadxt.extend.js. So the autoptimizer plugin does not know in which order the scripts could be merged. Even excluding jquery.lazyloadxt.extend.js from the javascript-compress will not help – because the generated javascripts (from class-a3-lazy-load.php) are queued in a deprecated way (using wp_print_scripts).
Is it possible to update the source using wp_enqueue_script with the right depencies? I think jquery.lazyloadxt.extend.js will be needed, maybe more.
Thanks!
- The topic ‘a3 lazy load with autoptimizer’ is closed to new replies.