mattce
Forum Replies Created
-
Forum: Plugins
In reply to: [WP Fastest Cache - WordPress Cache Plugin] Preload Cronjob is flooding /rootFeeling stupid, thanks for the hint. It was indeed an issue of the cron, somehow the ” -O –” part was missing and only wget was in use, which created all these files. Sorry! ” seems to be an encoding issue here, maybe I would have needed to use the code formatting to show it properly.
Thanks again!You were totally right, by adding your provided snippet to my page template, it started to work again.
Thanks a lot!
And thanks for your plugin in general, it’s really helpful.Ah, perfect, this helps a lot.
Thank you for the quick response!Perfect, thank you, can confirm, it’s working as expected with the new function. I’ll close here. Thanks!
Forum: Plugins
In reply to: [Asynchronous Emails] Lowest delay to send mailsAfter some testing, it seems, that the cronjobs were a problem in my case. I’ll close this ticket to not confuse you, no support needed anymore.
Forum: Plugins
In reply to: [Contextual Related Posts] Attempt to read property “settings_page” on nullHey, the affected site is currently running php version 8.0.24
Thanks for the quick fix!
I was waiting for further infos, since it was reported to me from another developer, but glad you find it anyway.
Have a nice weekend!Great, this is what I am looking for, thanks!
Forum: Plugins
In reply to: [Contact Form 7] Problem with submitting form if rest api is deactivatedHi Takayuki,
I’ve send you the url via your contact form, since it’s a clients’ site, I’m not allowed to share it in public. Hopefully, it will not get blocked. The subject is referring to this thread no. 15858592Forum: Plugins
In reply to: [Autoptimize] New version is adding countless preload tagsYes, I can confirm, the preload tags have gone, problem seems to be fixed with the latest beta update. Thanks a lot for your effort!
Forum: Plugins
In reply to: [Autoptimize] New version is adding countless preload tagsThanks for the beta version, unfortunately, it didn’t fix the issue.
I can’t give you access to this project (belongs to a client), but if any logs would help to get behind it, I can surely send them over
Forum: Plugins
In reply to: [Autoptimize] New version is adding countless preload tagsPlugins in use:
Advanced Custom Fields PRO Classic Editor Classic Widgets Contextual Related Posts Custom Post Type UI Custom Sidebars Disable Feeds Edit Author Slug Loco Translate WP-PageNavi Yoast SEOOur site is a multisite, the AO settings are all handled inside the network page, individual settings per site are turned “off”. Same for the meta box inside the pages/posts, “Enable configuration per post” is checked off.
Images settings (inside its own tab) are:
Optimize Images [] (off)
Lazy-Load Images [x]
Lazy-Load Exclusions: “loaded” (so one class only)
Lazy-load from nth image: “1” (all)All further settings can be found here:
One customization, we’ve enabled this filter:
add_filter('autoptimize_separate_blog_caches','__return_false');via a mu-plugin
The problem only occurs for logged-out users (see second last checkbox, which is checked off)
- This reply was modified 4 years, 1 month ago by mattce.
Forum: Plugins
In reply to: [Autoptimize] New version is adding countless preload tagsHi,
we’re using the lazy load feature from the “images” tab, that’s right. So the filter_lazyload_images filter is adding every image into a preload tag, that is using lazy load? If we’re using “1” (“lazyload all”), it’s adding every image from the whole page inside these tags? In our case, we’re ending up with about 300-400 tags, which is massively blowing up our html code and therefore has negative impact on the performance.Could you add a filter (or an option) to seperate these functions, so that one can disable it, if not needed/wanted?
Found the problem myself, someone has removed ALL redirect groups. I’ve created a new one named “General” and now it’s possible again to create redirects.
Marking this thread it as solved, thanks anyway 🙂
Forum: Plugins
In reply to: [Phoenix Media Rename] PHP warningThanks a lot! And I hope you’re feeling well 👌