Frank Goossens on "[Plugin: Autoptimize] HTML compression breaks CDATAs"
That is a nice (and smart) solution, as long as you are not relying on the doctype to determine whether it's xhtml, because HTML5 can be either xhtml or html4-style html. It (the HTML minifier that's...
View ArticleFrank Goossens on "[Plugin: Autoptimize] HTML compression breaks CDATAs"
I went ahead and added the filter to enforce the HTML minifier to treat the HTML as XHTML on github, cfr. this commit. Still to be tested though ;-) frank
View Articlewildmice on "[Plugin: Autoptimize] HTML compression breaks CDATAs"
Ok, thanks. This is the standard Google Analytics JS, and apparently something in it matches something in your default exclusions. But i'm not especially worried about inline JS that's at the bottom of...
View Articlewildmice on "[Plugin: Autoptimize] HTML compression breaks CDATAs"
I will try to test that Github version tomorrow.
View ArticleFrank Goossens on "[Plugin: Autoptimize] HTML compression breaks CDATAs"
As for how to detect XHTML, that may be a can of worms if you don't use the doctype The detection in HTML-minify.php (which is not mine, I just use it in AO) uses the doctype, but can be overridden to...
View Articlecsem on "[Plugin: Autoptimize] Eliminate render-blocking JavaScript and CSS"
Hi , In google page speed analyzer i have display issue. check below error text. https://developers.google.com/speed/pagespeed/insights/ if any solution to fix this issue then let me inform. - Thanks...
View ArticleFrank Goossens on "[Plugin: Autoptimize] Eliminate render-blocking JavaScript...
can you share your URL CSEM? frank
View Articletimholz on "[Plugin: Autoptimize] AO filters break css styles in ie8"
Hi Ie8 maybe obsolete, but statistics show, that is still used. This maybe useful for those who aim to exclude undesired results in ie8 applying AO filters. I recently put the AO replacetag- and AO css...
View ArticleFrank Goossens on "[Plugin: Autoptimize] AO filters break css styles in ie8"
That's interesting, thanks for sharing Theo. But does this mean you don't do any page caching?
View Articletimholz on "[Plugin: Autoptimize] AO filters break css styles in ie8"
Hi Some are cached but i cannot cache all pages. Pages with captche images and others, that load items conditionally cannot be cached, unfortunately. regards theo
View ArticleMaple Leafs Hot Stove on "[Plugin: Autoptimize] Wordpress Visualizer Broken"
"Force into head" worked great. Back in action. Thanks, Frank.
View Articlewildmice on "[Plugin: Autoptimize] HTML compression breaks CDATAs"
Frank, i downloaded the zip from Github and that version appears to still be stripping out the CDATA. ~shanna
View ArticleFrank Goossens on "[Plugin: Autoptimize] HTML compression breaks CDATAs"
and so it should, by default, except when using the "autoptimize_filter_html_forcexhtml" to tell the minifier to consider the HTML as XHTML and if (when) & or <'s are in the embedded script. frank
View Articlewildmice on "[Plugin: Autoptimize] HTML compression breaks CDATAs"
Ok, yes the filter is working. But there is another problem here. The block of JS that i pasted above (standard Google Analytics tracking code) is not getting filtered by your new filter, and it is not...
View Articlewildmice on "[Plugin: Autoptimize] HTML compression breaks CDATAs"
I sent you some screenshots. None of the options seem to be working on that last block of JS (the Google Analyics tracking code), and there are no matches with the exclude list.
View ArticleFrank Goossens on "[Plugin: Autoptimize] HTML compression breaks CDATAs"
I'll have a look at the screenshots this weekend, but do take into account that; 1. some JS is hard-excluded from optimization (cfr. this line in autoptimizeScripts.php) 2. the HTML minifier only...
View Articlewildmice on "[Plugin: Autoptimize] HTML compression breaks CDATAs"
Thanks for your patience on this. Perhaps those hidden JS exclusions should be more prominent. That is why the Google Analytics code is being excluded. As for the CDATA, if the rules you listed above...
View Articlewildmice on "[Plugin: Autoptimize] AO conflicts with AdRotate"
You can mark this one as resolved. The script in AdRotator is being enqueued without the necessary jquery dependency. I have notified the plugin author. It was only working because jquery was...
View Articlecsem on "[Plugin: Autoptimize] Eliminate render-blocking JavaScript and CSS"
Hi frank, Sorry! because of some restriction. so i can't share my URL. - Thanks
View ArticleFrank Goossens on "[Plugin: Autoptimize] Eliminate render-blocking JavaScript...
well, if you want, you can mail me the URL at futtta-at-gmail-dot-com. frank
View Article