ruddyred on "[Plugin: Autoptimize] W3TC cdn intergration?"
Hi, Is it possible to store the cache of js and css in the cloud front via W3TC pull method? https://wordpress.org/plugins/autoptimize/
View Articleruddyred on "[Plugin: Autoptimize] CSS doesn't work"
Yes, I have tried multiple variations, I do not know what files to exclude from being optimize because I do not get errors.
View ArticleFrank Goossens on "[Plugin: Autoptimize] W3TC cdn intergration?"
probably; if you know the pull-CDN-url you could enter that in the CDN-setting in autoptimize's settings-screen? frank
View Articleruddyred on "[Plugin: Autoptimize] W3TC cdn intergration?"
I mean more of controlling AO via W3TC. i.e. clearing the cache and serving both js and css through amazon cloudfront.
View Articlefunsail on "[Plugin: Autoptimize] CSS unstyled on some pages after WP4.21"
Trying to make 2 pages to show w/o breaking everything else.
View ArticleFrank Goossens on "[Plugin: Autoptimize] W3TC cdn intergration?"
Well as soon as you enter a CDN-hostname in Autoptimize's settings, the JS and CSS are served through that CDN. So W3TC has pull CDN on cloudfront, chances are that will work. Clearing cache is done in...
View Articlekristjanm on "[Plugin: Autoptimize] Add inline css after (not before) html...
Hello, Big fan of autoptimize - been using it for a long time on my site: http://authoritynutrition.com/ I just noticed that the inline css is added to the head right before the title tag, meaning that...
View Articlekristjanm on "[Plugin: Autoptimize] Add inline css after (not before) html...
I found a way to fix this by changing a line of code in autoptimizeStyles.php. -- Old: $replaceTag = array("<title","before"); -- New: $replaceTag = array("</head>","before"); Is it okay to...
View ArticleFrank Goossens on "[Plugin: Autoptimize] Add inline css after (not before)...
nah, avoid doing changes that plugin updates would override where possible. instead you could use this API-based code instead (in a seperate plugin or in a child-theme's functions.php);...
View ArticleFrank Goossens on "[Plugin: Autoptimize] CSS doesn't work"
I tried to have a look at the link you sent me a couple of days ago, but I can't seem to access your site. Can you send me a mail with the front-end address (where to visit your site)? frank
View Articleruddyred on "[Plugin: Autoptimize] CSS doesn't work"
Please try again. The firewall was up. Let me know if you have an issue entering the site now.
View ArticleFrank Goossens on "[Plugin: Autoptimize] CSS doesn't work"
ok, can you try adding "ninja-contact-form.css" (without the quotes) to the comma-seperated CSS exclusion list? frank
View Articleruddyred on "[Plugin: Autoptimize] CSS doesn't work"
Excluding that css solved the issue. Thank You!
View Articlejosan420 on "[Plugin: Autoptimize] Problem with Stylesheet"
Hello, I started using this plugin on my site but when activated my website has some issues with COLORS, Styel, etc I think i have to exclude style.css but i don't know how to do it. I tried adding...
View ArticleFrank Goossens on "[Plugin: Autoptimize] Problem with Stylesheet"
assuming your stylesheet is in "wp-content/themes/voice/style.css", you could try adding e.g. "voice/style.css" or "themes/voice" or "themes/voice/style.css" (without the quotes) to the comma-seperated...
View ArticleStoetzman on "[Plugin: Autoptimize] Multisite?"
Hi Frank, thanks for your reply. I forgot to tick the 'follow-up' box, so I didn't get your message... silly me ;) Okay, back to the problem. - Yes, I'm using the same theme and plugins on all sides -...
View ArticleStoetzman on "[Plugin: Autoptimize] Multisite?"
I've just realised, the Cache Info shows on all sub sides as followed: Cache folder: /home/..../public_html/..../wp-content/cache/autoptimize/9/ Can we write? Yes Cached styles and scripts: 0 And here...
View ArticleFrank Goossens on "[Plugin: Autoptimize] Multisite?"
re: error-log; depends on your hoster's configuration, really, but if the file you looked into has PHP-errors, -warnings and -notices, then yeah, that one. the cache info makes sense; your main site...
View Articletimholz on "[Plugin: Autoptimize] strange results:Vary: Accept-Encoding"...
Hi In delayed.php i see that on line 62: header('Vary: Accept-Encoding'); is defined. When i test on gtmetrix, all is fine. The comment says: Specify a Vary: Accept-Encoding header – You scored 100% on...
View Article