Home / Forums / WoodMart support forum / Slow loading time
Home › Forums › WoodMart support forum › Slow loading time
Slow loading time
- This topic has 5 replies, 2 voices, and was last updated 3 months ago by
Artem Temos.
-
AuthorPosts
-
March 20, 2026 at 12:46 pm #713458
chaliasos.kosParticipantHello,
I\’m having a trouble making the website load fast, I tried everything, cleaned and optimized the db in depth, tried flying plugins, query monitor, asset cleaner, optimized images to webp, I even optimized the thumbnails, I built my eshop on elementor and I remade it with gutenberg cause it\’s lighter, nothing changed, I disabled child theme and still nothing change, it works fast with the default wordpress themes though.
Can you help me find the issue and to see if there is a working fix?
I’m not using the ajax system except from the add to cart ajax button.
I’m using pressable server with active cdn and object cache + pressable\’s batcache.
I’m also using jetpack too.
I tried disabling plugins too. Nothing worked.Attachments:
You must be logged in to view attached files.March 20, 2026 at 5:03 pm #713512Hello,
Thank you for choosing our theme. Our theme is optimized for speed and should not significantly slow down your website. However, it’s possible that your website’s performance is affected by the content you have added. For instance, the use of too many plugins, large unoptimized images, or other resources can slow down your website.
We recommend that you remove any unnecessary plugins and install a JS & CSS optimization plugin such as WP Rocket. Our guide on how to optimize your website using our themes can be found here: https://xtemos.com/wordpress-performance-optimization-the-ultimate-guide-in-2021/.
If you have any further questions, please don’t hesitate to reach out.
Kind regards,
XTemos StudioMarch 24, 2026 at 2:11 am #713828
chaliasos.kosParticipantThank you for your response.
I understand that performance can be affected by content, plugins, and images. However, after auditing my site, I’ve identified that a significant amount of CSS and JS is being loaded directly by the Woodmart theme itself, even when certain features are not in use.
For example, a large number of wd-* CSS modules are loaded globally (header, blocks, WooCommerce elements, etc.)
Scripts and styles related to sliders, popups, swatches, and other components are loaded even on pages where they are not used.
There doesn’t appear to be a built-in way to conditionally load assets per page or disable unused modules.Because of this, the theme generates a high number of render-blocking requests, which impacts Core Web Vitals, even after optimizing images and reducing plugins.
Looking forward to your guidance.
March 24, 2026 at 11:54 am #713883Thanks for the detailed feedback.
Our assets are loaded only when needed and should not be enqueued globally. Please share a few concrete examples so we can investigate:
– The exact CSS/JS file names or handles you see being loaded
– The page URLs where you believe they shouldn’t be loadedOnce we have those examples, we’ll check and advise further.
April 3, 2026 at 10:10 am #714982
chaliasos.kosParticipantI attached the render blocking from the pagespeed.
Attachments:
You must be logged in to view attached files.April 3, 2026 at 2:15 pm #715021Hi there, thanks for the follow-up and for sharing the PageSpeed render‑blocking info.
All these theme styles and scripts are not loaded globally; they are enqueued only on pages where the related components are used. We are continuously reducing the number of CSS files loaded per page. In the next update, we will move part of the theme’s CSS to the footer, which should noticeably decrease the render‑blocking effect.
Kind Regards
-
AuthorPosts
- You must be logged in to create new topics. Login / Register