• Resolved johnnyfyffe

    (@johnnyfyffe)


    Hi Frank,

    I’m putting together an Autoptimize tutorial. I’m explaining how to debug JS errors with Chrome Tools. Will adding the ?ao_noptimize=1 disable all minification? And does it affect any other things?

    Best regards,

    Johnny.

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

    (@optimizingmatters)

    Nice Johnny! 🙂

    ?ao_noptimize=1 disables JS, CSS & HTML optimization, Google Font optimization and Image optimization (in 2.5 images would not be lazyloaded but the lazyload JS would still be added, that will be fixed in 2.6).

    Let me know if you have other questions, I’ll be happy to help you create a great tutorial.

    frank

    Thread Starter johnnyfyffe

    (@johnnyfyffe)

    Cheers Frank,

    I’d love to get your input on it. I’ll continue working through the script and maybe we could have a call to run through a few things in a week or so? I’ll start writing down any questions I have and maybe we could talk through them?

    Many thanks,

    Johnny.

    Plugin Author Optimizing Matters

    (@optimizingmatters)

    sure, we can set something up, ping me at futtta-at-gmail-dot-com 🙂

    Thread Starter johnnyfyffe

    (@johnnyfyffe)

    Will do, thanks very much

    Thread Starter johnnyfyffe

    (@johnnyfyffe)

    Another question for you. What does the “Optimize JavaScript Code”? do exactly? There is no text beside it to explain. Does it just minify and defer or does it do something else also?

    Same question for “Optimize CSS Code”

    Many thanks,

    Johnny.

    Plugin Author Optimizing Matters

    (@optimizingmatters)

    All depends on settings, but when active then by default;
    * JS is aggregated, minified and injected before the closing body tag with the defer flag
    * CSS is aggregated, minified and injected before the opening title tag

    Thread Starter johnnyfyffe

    (@johnnyfyffe)

    Cheers, yes I was just curious about the default setting without any of the advanced options selected.

    Thread Starter johnnyfyffe

    (@johnnyfyffe)

    Hi Frank,

    I sent you through an email. Hopefully you got it.

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

The topic ‘What exactly does ?ao_noptimize=1 do?’ is closed to new replies.