Optimizing Matters
@optimizingmatters on WordPress.org
- Member Since: October 8th, 2015
- Location: Belgium
- Website: autoptimize.com
- Employer: Optimizing Mattters
Contribution History
Optimizing Matters’s badges:- Core Contributor
- Plugin Developer
- Translation Contributor
- Translation Editor
-
Posted a reply to Youtube video quality not changing, on the site WordPress.org Forums:
if LYTE is disabled (and if you purged any page cache you might have), it…54 mins ago
-
Posted a reply to [Violation] ‘setTimeout’ handler took 85ms | auto optimize JS CACHE, on the site WordPress.org Forums:
afraid I don't know enough about nginx to be of help here Nadav, sorry :-/…1 hour ago
-
Posted a reply to WordPress 5.5, on the site WordPress.org Forums:
well, best would be to (have someone) perform the fix patelketan proposed. alternatively you could…5 hours ago
-
Posted a reply to Must have if you are adding YT videos, on the site WordPress.org Forums:
Thanks Ashutosh, feel free to add documentation in the readme.txt on Github (with a PR)!…5 hours ago
-
Posted a reply to Calculation not working – Paypal not visible, 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 PHP Notices, on the site WordPress.org Forums:
I'll make sure to release an update before the end of Nov (when PHP 8.0…7 hours ago
-
Posted a reply to How to Remove Alt text of Wp Lyte Plugin from feeds, on the site WordPress.org Forums:
The easiest & safest solution is using the code snippets plugin.7 hours ago
-
Posted a reply to Inline SVG minify, on the site WordPress.org Forums:
Likely, as the HTML minifier Autoptimize uses is largely unaware of SVG's I'm afraid filoveg.7 hours ago
-
Posted a reply to 429 issue, on the site WordPress.org Forums:
But when on the backend Autoptimize does not optimize JS/ CSS. The only thing AO…7 hours ago
-
Posted a reply to How to Lazyload Images with Smooth Fade Effect?, on the site WordPress.org Forums:
by adding the code snippet I provided, Tthe easiest & safest solution to do so…7 hours ago
-
Posted a reply to Problems with woocommerce, on the site WordPress.org Forums:
well, first of all; Autoptimize does not do page caching, so make sure this is…7 hours ago
-
Posted a reply to How to Remove Alt text of Wp Lyte Plugin from feeds, on the site WordPress.org Forums:
sure, just replace your text here in below snippet with what you want; add_filter( 'lyte_match_postparse_template',…8 hours ago
-
Posted a reply to How to Remove Alt text of Wp Lyte Plugin from feeds, on the site WordPress.org Forums:
OK, try this code snippet; add_filter( 'lyte_match_postparse_template', 'remove_alt' ); function remove_alt( $template, $templatetype ) {…11 hours ago
-
Posted a reply to “Edit with Elementor” hidden when Aggregate JS enabled, on the site WordPress.org Forums:
Not deep into Elementor, but based on the code I think excluding modules/admin-bar/assets/js/frontend/module.js might work.…12 hours ago
-
Posted a reply to How to Remove Alt text of Wp Lyte Plugin from feeds, on the site WordPress.org Forums:
Well, if you're into PHP a bit you can hook into the lyte_match_postparse_template filter and…12 hours ago
-
Posted a reply to Paypal Checkout Gateway conflict with Stripe Gateway, on the site WordPress.org Forums:
FYI: Autoptimize has an "also optimize cart/ checkout" which you can disable for that purpose.12 hours ago
-
Posted a reply to 429 issue, on the site WordPress.org Forums:
I'm afraid I'm not sure what you mean with "429 issue", but Autoptimize does not…12 hours ago
-
Posted a reply to Happy with the plugin, on the site WordPress.org Forums:
thank you :)12 hours ago
-
Posted a reply to Remove ShortPixel CDN redirects, on the site WordPress.org Forums:
that happens either because you ran out of (free) credits (in which case you need…1 day ago
-
Posted a reply to PHP Notices, on the site WordPress.org Forums:
thanks for confirming Ilari! :)1 day ago
-
Posted a reply to Best Image Optimizations beside Short Pixel, on the site WordPress.org Forums:
Don't know for sure, but I *think* so :)1 day ago
-
Posted a reply to autoptimize, on the site WordPress.org Forums:
This means the folder which contains the cached optimized CSS & JS is getting big…1 day ago
-
Posted a reply to Incompatibility with Elementor Pro, on the site WordPress.org Forums:
No :) Just go to Settings -> Autoptimize and on the main tab disable e.g.…1 day ago
-
Posted a reply to Incompatibility with Elementor Pro, on the site WordPress.org Forums:
Well, first and foremost we should identify what is breaking those elements by just disabling…1 day ago
-
Posted a reply to Css fallback, on the site WordPress.org Forums:
no worries :) server restart should not have been needed, but clearing Varnish & Cloudflare's…1 day ago
-
Posted a reply to Css fallback, on the site WordPress.org Forums:
that happens when the Autoptimized CSS-file referenced in the HTML in the page cache is…1 day ago
-
Posted a reply to Product images had disappeared, on the site WordPress.org Forums:
you're welcome, feel free to leave a review of the plugin and support here! :-)…1 day ago
-
Posted a reply to Best Image Optimizations beside Short Pixel, on the site WordPress.org Forums:
It's been a long time since I tested Optimole, so can't guarantee it's fully compatible.…1 day ago
-
Posted a reply to Product images had disappeared, on the site WordPress.org Forums:
OK, the root problem is with the woocommerce-image-zoom plugin's JS, I even get the $(…).live…1 day ago
-
Posted a reply to Save button not working?, on the site WordPress.org Forums:
HTTP 400 is bad request, that's weird. Any errors in the PHP errorlog?1 day ago
-
Posted a reply to Best Image Optimizations beside Short Pixel, on the site WordPress.org Forums:
Well, properly size images requires a JS-based solution, so that limits the scope somewhat, but…1 day ago
-
Posted a reply to Product images had disappeared, on the site WordPress.org Forums:
OK, next up; * when JS opt. is on, what JS errors do you see…1 day ago
-
Posted a reply to PHP Notices, on the site WordPress.org Forums:
can you download https://github.com/futtta/async-javascript/archive/master.zip and install it to replace the current version to see if…1 day ago
-
Posted a reply to Conflict with Divi Builder, on the site WordPress.org Forums:
All is well that ends well Tony :)1 day ago
-
Posted a reply to Exclude wp-login & Admin area, on the site WordPress.org Forums:
well, feel free to do a PR on Github to make it so :)2 days ago
-
Posted a reply to [Violation] ‘setTimeout’ handler took 85ms | auto optimize JS CACHE, on the site WordPress.org Forums:
mod_headers/ cache control only ensure browsers know they can keep static resources (css/ js/ images/…2 days ago
-
Posted a reply to Conflict with Divi Builder, on the site WordPress.org Forums:
and have you tried toggling the Autoptimize options one by one Tony?2 days ago
-
Posted a reply to [Violation] ‘setTimeout’ handler took 85ms | auto optimize JS CACHE, on the site WordPress.org Forums:
well, if you're convinced the setTimeout is due to Cache Enabler you could try another…2 days ago
-
Posted a reply to Exclude wp-login & Admin area, on the site WordPress.org Forums:
OK, can you now try excluding wp-includes ?2 days ago
-
Posted a reply to Conflict with Divi Builder, on the site WordPress.org Forums:
hmm ... OK, so: * when checking the HTML source of the page on which…2 days ago
-
Posted a reply to Does cache clear after making changes in Customizer?, on the site WordPress.org Forums:
Great! Now this is excluded by default because many-a-pagebuilder drop page-specific CSS there, which when…2 days ago
-
Posted a reply to Does cache clear after making changes in Customizer?, on the site WordPress.org Forums:
Ah, it's an external file, missed that. I assume it is located in wp-content/uploads which…2 days ago
-
Posted a reply to Conflict with Divi Builder, on the site WordPress.org Forums:
Could it be you have the "remove query strings" option under Autoptimize -> Extra on…2 days ago
-
Posted a reply to Does cache clear after making changes in Customizer?, on the site WordPress.org Forums:
clearing Autoptimize's cache should not be needed, but you might want to try disabling "also…2 days ago
-
Posted a reply to [Violation] ‘setTimeout’ handler took 85ms | auto optimize JS CACHE, on the site WordPress.org Forums:
as I wrote; you will have to search your JS (easiest is disabling Autoptimize by…2 days ago
-
Posted a reply to Just updated and the slider turns white after a second?, on the site WordPress.org Forums:
in that case if the slider's <img tags contain anything that allows them to be…2 days ago
-
Posted a reply to 404 ajax-loader not found, on the site WordPress.org Forums:
you're welcome, feel free to leave a review of the plugin and support here! :-)…2 days ago
-
Posted a reply to Serve static assets with efficient cache policy, on the site WordPress.org Forums:
the linked page is pretty detailed, afraid I can't really provide more detail (it's not…2 days ago
-
Posted a reply to Images in feed (instagram etc.), on the site WordPress.org Forums:
No, images from 3rd party sites (in this case the instagram CDN) indeed are not…2 days ago
-
Posted a reply to Serve static assets with efficient cache policy, on the site WordPress.org Forums:
OK, most can now be fixed by correcting your webserver configuration, see e.g. https://varvy.com/pagespeed/cache-control.html for…2 days ago
Developer
-
Async JavaScript
Active Installs: 100,000+
-
Autoptimize
Active Installs: 1+ million
-
WP YouTube Lyte
Active Installs: 30,000+
Nederlands (Dutch) Plugins Translation Editor - #nl_NL
-
Speed Booster Pack ⚡ PageSpeed Optimization Suite
Active Installs: 30,000+
Nederlands (België) (Dutch (Belgium)) Plugins Translation Editor - #nl_BE
-
Speed Booster Pack ⚡ PageSpeed Optimization Suite
Active Installs: 30,000+