Frank Goossens on "[Plugin: Autoptimize] Missing JS & CSS in combined file"
Avond Tim; I would like to compare your page with and without AO by adding ?ao_noptimize=1 to the URL, but it seems you've told W3TC to ignore querystrings? Could you temporarily disable that option in...
View ArticleTim van den Belt on "[Plugin: Autoptimize] Missing JS & CSS in combined file"
Haha, avond! Done! Was the Yoast SEO plugin though. Take for example a blog page. There you will find the pullquotes.js. But you will not be able to find this script in the static combined file. Yours...
View ArticleFrank Goossens on "[Plugin: Autoptimize] Missing JS & CSS in combined file"
OK, with regards to CSS, can confirm the cookie-notice CSS indeed is MIA. I'll do some tests with that plugin tomorrow, but for the time being you could add "front.css" to the CSS exclusion list. AO...
View ArticleFrank Goossens on "[Plugin: Autoptimize] Missing JS & CSS in combined file"
ah, maybe have a look in your phperror.log, may provide us with some pointers of what is going on. frank
View ArticleTim van den Belt on "[Plugin: Autoptimize] Missing JS & CSS in combined file"
Hi, Please check the other blog post. On that post it is indeed missing but at the other it is certainly present. The php log contains no errors. I'm also using New Relic which also captures any errors...
View Articlekokomoweb on "[Plugin: Autoptimize] Javascript still has comments"
I'm certainly into coding! Not sure where to start to do this thought. Is there any documentation that I could find on this?
View ArticleFrank Goossens on "[Plugin: Autoptimize] Javascript still has comments"
Well, you would have to hook into the filter like this; add_filter('autoptimize_js_after_minify','kokomoweb_js_after_minfy',10,1); function kokomoweb_js_after_minify($jsIn) {...
View ArticleFrank Goossens on "[Plugin: Autoptimize] Missing JS & CSS in combined file"
OK, some findings; 1. installed cookie-notice on my test-blog, gets autoptimized just fine, so this is not a compatibility-problem as such, but a specific problem in your context. this'll probably...
View ArticleFrank Goossens on "[Plugin: Autoptimize] Missing JS & CSS in combined file"
OK, for the CSS-aggregation debugging-code; could you around line 147 replace } else { // Couldn't read CSS. Maybe getpath isn't working? $css = ''; } with } else { $this->ao_logger("Problem with...
View ArticleMoonDog on "[Plugin: Autoptimize] Pre Use Questions"
Greetings: I'm very interested in trying out this plugin, but before I install it I'd like to ask a few questions. I have a heavily customized responsive child theme, the original theme is U-Design, I...
View ArticleFrank Goossens on "[Plugin: Autoptimize] Pre Use Questions"
hiya moondog; I'm not into (woo-)commerce myself, but I know of several WC-based sites who are using AO (http://thehuntingensemble.nl/ comes to mind). Moreover, if you Google for "autoptimize...
View ArticleTim van den Belt on "[Plugin: Autoptimize] Missing JS & CSS in combined file"
Hi, Yes, I had pull-quotes excluded. But, good news! With your logging code I found out that the linking to the files on the system are incorrect. Hide my WP alters the linking of the files to a...
View ArticleAlfonsBerger on "Autoptimize Plugin & Google Analytics Dashboard not working...
Hi, We are using the Autotimize plugin https://wordpress.org/plugins/autoptimize/ and try to get it to work with the Google Analytics Dashboard plugin. So far the front end of Google Analytics...
View ArticlePro 3xpalin on "[Plugin: Autoptimize] can'i Minify external files ?"
Hi man , Your plugin it's very awesome , i can't believe this plugin magic , with Autoptimize and some tips my score it's 98/100 in Google speed test ( Pro3xplain[dot]com ) and i can make it 100/100...
View ArticleFrank Goossens on "[Plugin: Autoptimize] Missing JS & CSS in combined file"
OK, now we're getting somewhere. In the upcoming 1.9.3 (which you can download here) I've added a filter in the API (autoptimize_filter_cssjs_alter_url) to alter the URL of a CSS or JS-file before it...
View ArticleFrank Goossens on "Autoptimize Plugin & Google Analytics Dashboard not...
had a quick look at the plugin's source, you'll have to exclude "gad_main.js" and possibly jquery (on which gad_main relies) as well. hope this helps, frank
View ArticleFrank Goossens on "[Plugin: Autoptimize] can'i Minify external files ?"
That's an interesting idea Pro3xplain, I've added it to my wishlist. No commitment on whether this will be implemented and if so, when, as there's a lot of stuff on that wishlist, so if you have some...
View ArticlePro 3xpalin on "[Plugin: Autoptimize] can'i Minify external files ?"
Hi Frank , This is the code to update the external files and about the cron job i do it from the Host manager ... but i think you must add it like option in the plugin ... because there is a different...
View Articlemost-media on "[Plugin: Autoptimize] exclude from optimizing - inline"
Hey there, I try to exclude some inline js but I seems I simply can't understand your description: if you want to exclude inline code, you'll have to find a specific, unique string in that block of...
View ArticleFrank Goossens on "[Plugin: Autoptimize] exclude from optimizing - inline"
just the identifier indeed (which would be "funky_data" in this example). if still unsure, copy/paste your inline JS and I'll assist. kind regards, frank
View Article