Christian Kormos
Forum Replies Created
-
Forum: Plugins
In reply to: [WooCommerce Cart Stock Reducer] Caching the countdown time dataThat is well beyond the scope of this plugin and free support I provide. If you would like to contact me directly for some help optimizing your site, I occasionally have some time slots available.
I would like to use your help. How can I reach you directly?
I’m gonna give you some private data to our site and ftp access of course.Thank you for your assistance!
Cheers,
ChrisForum: Plugins
In reply to: [WooCommerce Cart Stock Reducer] Caching the countdown time dataCan you explain your expectation more? “best result” doesn’t really give me any kind of metric to work with.
I mean that from 4-5s latency now reduced to 1-2s.
Our shop without your plugin can be done about 600ms but when I activate it will need 2-3s.The method I’m using now leverages the WordPress cache system just like WooCommerce does, so you could get some additional gains by adding/tuning an object cache which would allow the objects to persist between page loads.
I don’t know much about object cache, but I’d appreciate any help to improve this way.
Forum: Plugins
In reply to: [WooCommerce Cart Stock Reducer] Caching the countdown time dataI’ll do some further testing, one of these days I’ll try to find the time to build some integration tests and cut down on the manual testing.
I copied/created the new files/changes from github.
What I could say it is faster than it was, but need more changes to the best result.Thank you for your effort and the hard work on it.
Forum: Plugins
In reply to: [WooCommerce Cart Stock Reducer] Caching the countdown time dataI’ve got changes completed, just need to work around a WooCommerce edge case before pushing the changes to github.
Great news! I’m so excited 🙂
Forum: Plugins
In reply to: [WooCommerce Cart Stock Reducer] Caching the countdown time dataI’m switching over to loading and caching all the contents in the carts and then just searching that data for each item.
It sounds good, hopefully this way will dramatically improve the speed of your plugin!
Keep the good & hard work up! 😉
I’ll waiting for your new release!
Cheers,
ChrisForum: Plugins
In reply to: [WooCommerce Cart Stock Reducer] Caching the countdown time dataI am curious from people with large shops. Do you happen to have a lot of people active all the time with items in their carts?
Nope, doesn’t need lot of people, I tried on a test IP address with the same result (I was the only customer as admin )
I think it happens coz of bigger database, but 500+ is not a big one. It should work with 5000+ too if everything is correct.
I hope it helps to find the way to repair 🙂
Best wishes,
ChrisForum: Plugins
In reply to: [WooCommerce Cart Stock Reducer] Caching the countdown time dataDear James Golovich,
Unfortunately we experienced the same results with your plugin.
When it enabled it coz 4-5-6s latency for a latest WooCommerce site with 500+ products.We love the functionality, but the performance issue is the worst what I ever seen.
Hope you could optimize your plugin performance bottleneck.
Cheers,
CrhisForum: Plugins
In reply to: [YITH WooCommerce Product Gallery & Image Zoom] Disable zoom on mobileHi,
U S E C S S – L I K E T H I S from the proper @media
==================================================
.yith_magnifier_mousetrap {display:none!important}
==================================================
A N D E N J O Y : )Best regards,
Chris