Chris Lemmer
Forum Replies Created
-
Forum: Plugins
In reply to: [Breeze - WordPress Cache Plugin] Conflict with WooCommerce Bookings CalendarHi there,
I have the exact same error.
After upgrading to the latest version of Breeze, the issue is still there.
Any idea why?
Thanks
ChrisForum: Plugins
In reply to: [Autoptimize] How to Lazy Load iFramesHey there,
It does actually seem to work.
I added class=”lazyload” and then changed the src of the iFrame to data-src, and it seems to work. I’ll do some more testing and let you know.
Thanks
ChrisForum: Plugins
In reply to: [Autoptimize] How to Lazy Load iFramesHi there,
Thanks, we’ll make another plan with the iFrames then.
Kind regards
ChrisForum: Plugins
In reply to: [Autoptimize criticalcss.com power-up] ao_ccss_queue_control extremely slowThanks, I’ll give that a go.
Forum: Plugins
In reply to: [Autoptimize criticalcss.com power-up] ao_ccss_queue_control extremely slowI think what is happening here is that your plugin is running a cron task for 3+ minutes every 10 minutes.
This causes a single PHP worker to be hogged for 3+ minutes, so it’s unable to serve more requests until your task has completed.
It just feels as though that’s bad architecture?
Thanks
Forum: Plugins
In reply to: [Autoptimize criticalcss.com power-up] ao_ccss_queue_control extremely slowHey there,
The script definitely has some kind of issue.
Every time it runs, our server seems to struggle to handle requests. We have a container with 4 workers, so resources isn’t an issue. But the critical CSS cron script really seems to cause issues every time it runs.
Here you can see from New Relic what happens every time the script run.
https://snipboard.io/9sjHde.jpg
Thanks
ChrisHey Aleks,
Thanks for the reply.
The weird thing is, if I look at the code that your plugin adds in the front-end, there is no product ID event when viewing a product.
So the plugin isn’t adding the snippet.
You can view the source of my site to confirm this?
Kind regards
ChrisForum: Plugins
In reply to: [Shortcode Pagination for WooCommerce] Pagination not working with attributeYes, this one works – [products per_page=”12″ columns=”3″ pagination=”true” orderby=”date”]
It seems to only happen when querying a attribute.
Forum: Plugins
In reply to: [Shortcode Pagination for WooCommerce] Pagination not working with attributeHi,
Yes. There’s hundreds. Very, very interesting. When making it exactly 12, it breaks. However, when making it 13, 2, 20, it works. Changing back to 12, it breaks again. Seems like a bug.
BTW, thx for the insanely fast response.
Forum: Plugins
In reply to: [Contact Form 7] 4.8 version doesn’t workHas anyone had any luck with this? Still seems to be an issue.
Still getting a 404 with the latest version.
Regards
ChrisForum: Plugins
In reply to: [Ni WooCommerce Sales Report Email] Not sending emailsHi there,
If you could add SMTP support, it would be great!
Thanks
ChrisThanks indeed.
I found a plugin that seems to be able to do this. However, it doesn’t move the products to a category called “Unavailable” or similar.
I want to be able to display all the products that were sold yesterday on a separate page. So I basically need a script that moves products from 1 category to the other at 00:00 every night.
Do you know if this is possible?
Thanks
Chris