Home › Forums › WoodMart support forum › WoodMart Performance Issues
WoodMart Performance Issues
- This topic has 13 replies, 3 voices, and was last updated 4 weeks ago by
norborov.
-
AuthorPosts
-
March 4, 2025 at 8:36 am #642521
norborovParticipantHello! We’re experiencing noticeable slowdowns with the WoodMart theme on low and medium-performance hosting. The problem gets significantly worse when we have over 100 products.
Our investigation, using QueryMonitor and Code Profiler, showed that the add_attr function in the class-block-attributes.php file is being called a massive number of times (5993 times on a clean WordPress, WooCommerce, and WoodMart installation). These calls happen every time any page is refreshed.
This seems like a major performance bottleneck. It might be just the tip of the iceberg, and as the developers, you might see more underlying issues. Profiling tools aren’t always perfect, but the slowdown is definitely real and unacceptable. WoodMart is advertised as a fast theme, so this behavior is unexpected.
We noticed that WooCommerce recently fixed a similar performance issue in their latest release (see: https://developer.woocommerce.com/2025/02/25/woocommerce-9-7-smarter-shipping-displays-and-faster-performance/#h-faster-block-editor-performance).
We switched to Gutenberg specifically for performance reasons, so resolving this is extremely important. Could you please investigate and address this performance problem?
Attachments:
You must be logged in to view attached files.March 4, 2025 at 10:32 am #642557
Artem TemosKeymasterHello,
Could you please provide us with instructions on how we can see these timing graphs from the screenshot? Also send us your FTP access so we can troubleshoot this.
Thank you.
March 4, 2025 at 11:54 am #642594March 4, 2025 at 11:55 am #642599March 4, 2025 at 12:02 pm #642605
norborovParticipantmore…
i set
public function add_attr( $attributes, $attrs_prefix = ” ) {
do_action( ‘qm/debug’, [‘attr’=>$attributes, ‘prefix’=> $attrs_prefix]); ///<<<<<<< it’s debug for query-monitor plugins
path file:
woodmart/inc/integrations/gutenberg/inc/class-block-attributes.php
next: screenshotsAttachments:
You must be logged in to view attached files.March 5, 2025 at 8:06 am #642857
norborovParticipantHello! When will you be able to look at the issue? I have temporary hosting that I created specifically for you.
March 5, 2025 at 3:34 pm #643047
Artem TemosKeymasterHello,
We are investigating the issue and will be back to you asap.
Kind Regards
March 5, 2025 at 5:54 pm #643148
norborovParticipantHello!
After the latest update to 8.1.1, Woodmart has become even slower. A ScreamingFrog scan showed an average increase of 1.3 seconds per request. Rolling back to 8.0.9 restored the previous performance. The database access time remains the same as before.I’m ready to work closely with you on profiling. I want this theme to be the best. However, there seem to be some performance issues with the Gutenberg editor. This, by the way, leads to a 30% increase in the website’s bounce rate.
Attachments:
You must be logged in to view attached files.March 5, 2025 at 6:03 pm #643154
Artem TemosKeymasterTry to add the following PHP code snippet to the child theme functions.php file to fix this
function wd_get_advanced_tab_attrs() { return array(); }
March 5, 2025 at 10:06 pm #643203
MaxorParticipantHas this been solved ?
We much prefer Elementor to Gutenberg, Gutenberg is still a pain to use imho
they have a long way to go to achieve the same great UX & features as Elementor does
Also Elementor performance is now as good as a pure gutenberg site-
This reply was modified 4 weeks, 1 day ago by
Maxor.
March 6, 2025 at 8:21 am #643249
norborovParticipant—Try to add the following PHP code snippet to the child theme functions.php file to fix this
Unfortunately, I haven’t noticed any significant improvements.
March 6, 2025 at 8:30 am #643251
norborovParticipant—-We much prefer Elementor to Gutenberg, Gutenberg is still a pain to use imho
they have a long way to go to achieve the same great UX & features as Elementor does
Also Elementor performance is now as good as a pure gutenberg siteWe’ve been working with Elementor and Gutenberg blocks. We think Gutenberg has a lot of potential because its code is based on React.js. React.js is very fast when there are no errors. I’ve been using React.js in my projects for 7 years, so I’m confident in it.
Regarding WoodMart, I think the developers need to do more in-depth profiling of the PHP code. If they do that, it could become the best theme for online stores. That’s why I’m spending time trying to help them.
I’d rather not write a theme from scratch myself!
-
This reply was modified 4 weeks ago by
norborov.
March 6, 2025 at 10:40 am #643310
Artem TemosKeymasterHello,
As we can see, you did add the code we sent you. We tested this on your website and here is the result with code
https://monosnap.com/file/s8hQ1fYUDKkRAEHmPffCwRK3b45WsG
and without code https://monosnap.com/file/H4Rd4ZJ8Cf92ftiUp8vmqnnuGQ2lZXMarch 6, 2025 at 11:33 am #643335
norborovParticipantThanks! I’ll do some testing a bit later today, too… and I’ll update to version 8.1.1.
Which profiler do you use? I use QCacheGrind and Xdebug in profile mode. -
This reply was modified 4 weeks, 1 day ago by
-
AuthorPosts
- You must be logged in to create new topics. Login / Register