archon810
Forum Replies Created
-
Forum: Plugins
In reply to: [Broken Link Checker] db migration run to oftenThankfully, once the first of each of these queries that modified one column at a time completed, the rest realized there’s nothing for them to do and immediately exited, but they still took up mysql connection slots and hung the db, so this should definitely be fixed.
Forum: Plugins
In reply to: [Avatar Manager] CSS & JS loaded sitewideJust found it as well. This shouldn’t be happening. Please fix it.
Forum: Plugins
In reply to: [W3 Total Cache] PHP 7.4 support👀
Forum: Plugins
In reply to: [Adtoniq Express] PHP 7.4 support+1 for this request.
Forum: Plugins
In reply to: [WP-Appbox] PHP 7.4 supportThanks for the quick fix @marcelismus!
Forum: Plugins
In reply to: [Post Snippets - Custom WordPress Code Snippets Customizer] PHP 7.4 support+1 for this request.
Correct, and according to my tests, it works and makes this plugin obsolete.
I’d like to thank the authors for creating it and helping us out all these years.
Forum: Plugins
In reply to: [Fix Image Rotation] Automatic image rotation now in core?Correct, and according to my tests, it works and makes this plugin obsolete.
I’d like to thank the authors for creating it and helping us out all these years.
Forum: Plugins
In reply to: [Broken Link Checker] Version 1.11.19 PHP warningsWhen is 1.11.10 going to get released? It’s been in github master for over a week, with these notes:
= 1.11.10 =
* Fixed create_function deprecated notices.
* Fixed missing license information.
* Fixed table prefix on delete post action (Thanks to [Guillaume Boudreau](https://github.com/gboudreau))
* Merges cron schedules into 1 hook (Thanks to [Der Mundschenk & Compagnie](https://github.com/mundschenk-at))
* Add escaping to search params.
* Tested up to WordPress 5.3The site is androidpolice.com.
I’d love to see the result of that test once 5.3 is out! Or even now if you’d like to try out github master, or once RCs are out.
Forum: Plugins
In reply to: [W3 Total Cache] AMP page cache does not get clearedLooking forward to your findings. Right now it’s a major flaw in the plugin for any AMP-enabled site, so I hope you will consider a solution.
Perhaps this can be done with a setting somewhere that’s off by default to maintain compatibility with those sites lacking permalink rewrites and using GET params, as well as urls like example.com?p=123, but I believe all this logic can be incorporated into the plugin, and it could use the permalink url as the base, then clear cache for anything that adds extra parameters.
Or perhaps there’s a good way to hook into some of the plugin’s hooks for this and do it ourselves? Appreciate any pointers.
Forum: Plugins
In reply to: [W3 Total Cache] AMP page cache does not get clearedIn fact, now that I think about it, it’s not just
?amp, it’s also the same page with any GET parameter appended that doesn’t get its cache cleared. For example, when updating https://example.com/post, https://example.com/post?amp doesn’t get cleared, but also https://example.com/post?1 or https://example.com/post?a=b, etc.What should ideally happen is anything matching https://example.com/post* would get its cache cleared, which would include any variations of the url – otherwise they’ll all get stale cache.
Forum: Plugins
In reply to: [Mistape] Mistape is incompatible with the official AMP plugin for WordPressAny updates please?
@keraweb Is it possible to push the fix and release it in the meantime, while we wait for AMP to make an even more proper fix?