joshuaiz on "[Plugin: Autoptimize] Dequeueing Open Sans from WP core"
You are right - Open Sans was displaying for me because I had it installed as a desktop font locally. So yes, you do need it on the front end. Glad you mentioned that and that I checked on another...
View ArticleRoy Tanck on "[Plugin: Autoptimize] Problem with @import in child theme"
Autoptimize works perfectly for me, except for a visual glitch in sites that use a specific child theme. The parent theme enqueues a number of CSS files, the last one being style.css. It uses...
View ArticleRoy Tanck on "[Plugin: Autoptimize] Problem with @import in child theme"
I've gone ahead and removed the @import statement altogether, as recommended by the codex (https://codex.wordpress.org/Child_Themes). This removes the glitch and should help performance.
View Articlegab81 on "[Plugin: Autoptimize] Some 404s"
hi there, i was looking at my 404 logs and i noticed a number of 404s (like 1-4 per day) from auto optimize, which frankly looks a bit odd since it seems to be working fine... for instance i have many...
View ArticleFrank Goossens on "[Plugin: Autoptimize] Some 404s"
the useragent of that request, might very well be googlebot which seems to asynchronously request CSS or JS files. this thread discusses some more. hope this helps, frank
View ArticleFrank Goossens on "[Plugin: Autoptimize] Problem with @import in child theme"
did you set this to "resolved" Roy? if so, how did you fix (others might be interested too)? frank
View ArticleRoy Tanck on "[Plugin: Autoptimize] Problem with @import in child theme"
Yes, I set this to resolved. Mostly because @import is no longer the recommended solution for loading parent styles, and a small change to the themes circumvented the whole issue. In short, I removed...
View Articlegab81 on "[Plugin: Autoptimize] Some 404s"
hi Frank, I think the 410 gone solution is a good approach, is that difficult to do? thanks, Gab
View Articlemasoyag on "[Plugin: Autoptimize] Print css gets into seprate css file"
Hi, first of all Autoptimize is awesome - thank you for your work. I have issue with Vantage theme. In functions.php there is this code: add_action( 'widgets_init', 'vantage_widgets_init' ); function...
View Articleecdltf on "[Plugin: Autoptimize] Relocating cache folder"
According to the FAQ, I copied my AO cache folder to wp-content/cache-autoptimize and redefined the location in my wp-config.php with define('AUTOPTIMIZE_CACHE_CHILD_DIR','/cache-autoptimize/');....
View Articlegab81 on "[Plugin: Autoptimize] Some 404s"
hi Frank, sorry to write you again, can you share with me in PM (if there is here lol) how to enable the 410-gone solution? thanks, Gab
View Articleecdltf on "[Plugin: Autoptimize] Relocating cache folder"
It works now! Initially I had placed the line in wp-config at the very end. Now I moved it a bit upwards, inbetween $table_prefix and define('WP_DEBUG', false); Was this really the reason?
View Articletimholz on "[Plugin: Autoptimize] Filter"
Good Morning I am sometimes using the filter that offers the options to insert css either before, after or replacing a specified html-tag. The head tag is unique, therefore the number of targets is...
View Articlegab81 on "[Plugin: Autoptimize] Cache folder getting big over time"
hi Frank, is it normal that the cache folder of cache/autoptimize/js gets incrementally bigger over time? I can see new .js files written there and it seems is not getting purged, is that normal?...
View Articlebradenschaeffer on "[Plugin: Autoptimize] Cache folder getting big over time"
Having the same issue with php and php.none files in the cache/autoptimize folder.
View Articlegab81 on "[Plugin: Autoptimize] Cache folder getting big over time"
i do not have those files in cache/autoptimize
View ArticleFrank Goossens on "[Plugin: Autoptimize] Cache folder getting big over time"
On holiday now, but have a look at the FAQ, it has some great info on this topic.
View Articlegab81 on "[Plugin: Autoptimize] Cache folder getting big over time"
Btw Frank when you r back from holidays if you can share the 410 process for https://wordpress.org/support/topic/some-404s that willbe great :)
View ArticleHandoko on "[Plugin: Autoptimize] Some 404s"
@gab81 & @ecdltf It's not hard, but you need to have basic knowledge of htaccess. Here is the example code that need to added to your .htaccess file # BEGIN 410 Gone redirect 410...
View Article