Optimizing Matters
@optimizingmatters on WordPress.org
- Member Since: October 8th, 2015
- Location: Belgium
- Website: optimizingmatters.com
- Employer: Optimizing Mattters
Contributions
Optimizing Matters’s badges:- Translation Contributor Translation Contributor
- Plugin Developer Plugin Developer
-
Posted a reply to Wrong js bundle URL on MU, on the site WordPress.org Forums:
Happy that (seems to, pending final confirmation) have fixed the problem jgadbois, feel free to…4 hours ago
-
Posted a reply to Wrong js bundle URL on MU, on the site WordPress.org Forums:
The cache URL is set at https://github.com/futtta/autoptimize/blob/master/classes/autoptimizeMain.php#L113-L120 and there are but 3 conditions under which…5 hours ago
-
Posted a reply to Keeps sending to the 404 page, on the site WordPress.org Forums:
pro-tip; you can disable Autoptimize on a per-request basis by adding ?ao_noptimize=1 to the URL.…5 hours ago
-
Posted a reply to load_textdomain error in localisation plugin, on the site WordPress.org Forums:
I mean that I do use load_plugin_textdomain() as seen on line 4 of that snippet,…23 hours ago
-
Posted a reply to Wrong js bundle URL on MU, on the site WordPress.org Forums:
weird. does the same happen on the other subsites?23 hours ago
-
Posted a reply to Failed to open stream warning, on the site WordPress.org Forums:
zip-compression; AO by default tries to "tell" (by means of an .htaccess) Apache to gzip/…1 day ago
-
Posted a reply to Great plugin, excellent support, on the site WordPress.org Forums:
bedankt Peter! :)1 day ago
-
Posted a reply to Failed to open stream warning, on the site WordPress.org Forums:
the beta incorporates the changes, but these are not active by default, because: * this…1 day ago
-
Posted a reply to Slow backend page saving, on the site WordPress.org Forums:
@ all; do take into account that any change made will be overwritten with every…1 day ago
-
Posted a reply to Logo grows, on the site WordPress.org Forums:
Super Peter! feel free to leave a review of the plugin and support here! :-)…1 day ago
-
Posted a reply to Failed to open stream warning, on the site WordPress.org Forums:
OK, so I've added this as a default off function in AO 25 beta. If…1 day ago
-
Posted a reply to Failed to open stream warning, on the site WordPress.org Forums:
great! I will implement *something* in the next update, but as this has a (slight)…1 day ago
-
Posted a reply to Logo grows, on the site WordPress.org Forums:
OK, got it; it's due to the fact that the AO image optimization uses the…1 day ago
-
Posted a reply to Cant delete cache, on the site WordPress.org Forums:
Not sure I understand your problem, but if the issue is that you removed autoptimize…1 day ago
-
Posted a reply to Possible to Create & Use .min files, on the site WordPress.org Forums:
ok, let's do the following 1. I tell you what to change (1 line of…2 days ago
-
Posted a reply to load_textdomain error in localisation plugin, on the site WordPress.org Forums:
nah, false positive; add_action( 'init', array( $this, 'load_textdomain' ) ); public function load_textdomain() { load_plugin_textdomain(…2 days ago
-
Posted a reply to /autoptimize/js/autoptimize_xxxxxxxx.js 404 error, on the site WordPress.org Forums:
if you add it to wp-content/cache/.htaccess then it only applies to files inside wp-content/cache, which…2 days ago
-
Posted a reply to Logo grows, on the site WordPress.org Forums:
Avond Peter; Start off by doing just CSS or just JS optimization to confirm this…2 days ago
-
Posted a reply to no thumbnail if cache locally enabled, on the site WordPress.org Forums:
you'll have to exclude the thumnails from being CDN'ed @pingsunday; https://cdn.pingsunday.com/wp-content/plugins/wp-youtube-lyte/lyteThumbs.php?origThumbUrl=https%3A%2F%2Fi.ytimg.com%2Fvi%2FusoVtGxl1Yw%2Fhqdefault.jpg does not work, but…2 days ago
-
Posted a reply to CSS and lazy load, on the site WordPress.org Forums:
(1) weird, I'll see if I can find anohter way to reproduce (5) that's why…2 days ago
-
Posted a reply to CSS and lazy load, on the site WordPress.org Forums:
1. ok, can you indeed try re-downloading the latest beta-code & retest? 3. that could…2 days ago
-
Posted a reply to Conflict with popup maker and rev slider not showing, on the site WordPress.org Forums:
indeed ..2 days ago
-
Posted a reply to How to exclude Autoptimize from making cache of a popup plugin?, on the site WordPress.org Forums:
sure, how to exclude is explained in the AO FAQ, but what to add to…2 days ago
-
Posted a reply to Elementor Form not working with Autoptimize, on the site WordPress.org Forums:
First and foremost try to identify what is breaking your site by just disabling CSS…2 days ago
-
Posted a reply to /autoptimize/js/autoptimize_xxxxxxxx.js 404 error, on the site WordPress.org Forums:
hmmm ... not my specialty, but you could try adding #Response 410 code for the…2 days ago
-
Posted a reply to CSS and lazy load, on the site WordPress.org Forums:
(1) you're using AO lazyload but not AO imgopt, right? I can't reproduce what you're…2 days ago
-
Posted a reply to /autoptimize/js/autoptimize_xxxxxxxx.js 404 error, on the site WordPress.org Forums:
The 404's are due to google(-bot) using cached versions of the HTML that contain references…3 days ago
-
Posted a reply to Videos only playing with 2nd click, on the site WordPress.org Forums:
@shirtguy72 thanks, this will be in the next version, probably out later this month @wpbot…3 days ago
-
Posted a reply to CSS Order Problem, on the site WordPress.org Forums:
the reason is you have some plugins that are saving dynamic CSS-files in wp-content/uploads which…3 days ago
-
Posted a reply to Erasing line-breaks, on the site WordPress.org Forums:
If not a coder then the best choice would be to activate "optimize HTML" really…3 days ago
-
Posted a reply to DO CACHE PLUGINS STOP POPUPS APPEARANCE, on the site WordPress.org Forums:
pro-tip; test by disabling Autoptimize on a per-request basis by adding ?ao_noptimize=1 to the URL.…3 days ago
-
Posted a reply to Sometimes a wrong font style get loaded, on the site WordPress.org Forums:
you're welcome Marco, feel free to leave a review of the plugin and support here!…3 days ago
-
Posted a reply to CSS Options breaks with PHP 7.3.1, on the site WordPress.org Forums:
looks like *something* cleared AO's cache. as AO does not have it's own cache clearing…3 days ago
-
Posted a reply to Erasing line-breaks, on the site WordPress.org Forums:
you could hook into the autoptimize_html_after_minify filter and use str_replace to remove linebreaks I guess,…3 days ago
-
Posted a reply to Videos only playing with 2nd click, on the site WordPress.org Forums:
I suppose you're caching thumbnails locally? If so, disable that and LYTE will be default…3 days ago
-
Posted a reply to Conflict with popup maker and rev slider not showing, on the site WordPress.org Forums:
yeah, there are some weird issues (a.o. with HTML optimization) when using W3TC & AO…3 days ago
-
Posted a reply to Videos only playing with 2nd click, on the site WordPress.org Forums:
OK, added to fix to the Github version, can you download that here and test…3 days ago
-
Posted a reply to Conflict with popup maker and rev slider not showing, on the site WordPress.org Forums:
Had a quick look, you seem to be combining Autoptimize minifaction with W3 Total Cache's,…3 days ago
-
Posted a reply to Mobile menu cashed with autoptimize, on the site WordPress.org Forums:
Looks like this now (same with or without AO) Michael; Seems all is well?3 days ago
-
Posted a reply to Pagespeed almost 100. There two problem to solve and reach 100., on the site WordPress.org Forums:
Maybe ask the Neve-developers? :)3 days ago
-
Posted a reply to No settings option, on the site WordPress.org Forums:
No idea I'm afraid wprlaw, this normally just works. Some ideas; * Maybe the AO…3 days ago
-
Posted a reply to Fails AMP validation, on the site WordPress.org Forums:
The PR is not in the released version of Autoptimize yet, but you can always…3 days ago
-
Posted a reply to “Force path-based rules” problem, on the site WordPress.org Forums:
In that case I'm afraid the only option would be to try to alter the…4 days ago
-
Posted a reply to x-varnish MISS for css file with plugin, on the site WordPress.org Forums:
The file is a static file and normally it has a far-future expiry header (unless…4 days ago
-
Posted a reply to Autoptimize conflict with Elementor, on the site WordPress.org Forums:
you'll have to (re-)configure to fix those problems, start with doing just JS or just…4 days ago
-
Posted a reply to When Autoptimize is enabled [All] it hurts my YSLOW Score via Poor Caching, on the site WordPress.org Forums:
You probably have a line in wp-content/cache/.htaccess from WP Super Cache that sets those 3s…4 days ago
-
Posted a reply to New Avada Functions, on the site WordPress.org Forums:
I suppose that this means the fusion CSS is inlined in the HTML in that…4 days ago
-
Posted a reply to Videos only playing with 2nd click, on the site WordPress.org Forums:
and before it was 2 as well, right?4 days ago
-
Posted a reply to “Force path-based rules” problem, on the site WordPress.org Forums:
afraid that if you use the "force path-based rules" option and have a rule for…4 days ago
-
Posted a reply to CSS Options breaks with PHP 7.3.1, on the site WordPress.org Forums:
you can mail me at futtta-at-gmail-dot-com :)4 days ago
Developer
-
Async JavaScript
Active Installs: 60,000+
-
Autoptimize
Active Installs: 800,000+
-
WP YouTube Lyte
Active Installs: 20,000+