Home › Forums › WoodMart support forum › Woodmart is very slow to load woocommerce product listings!!!
Woodmart is very slow to load woocommerce product listings!!!
- This topic has 19 replies, 4 voices, and was last updated 12 months ago by Artem Temos.
-
AuthorPosts
-
November 8, 2023 at 8:25 pm #510954
z976937999ParticipantIt takes 6-8 seconds to load the paging data in the list, and I’ve turned off most of the plugins, keeping only the ones in the image
I found that the “item” field in the return value is a html string, that is rendered by the server through the return result of the list query interface in network, and I guess it may be that this field takes too much time to load and causes slow loading. However, our server is configured with a 4 core cpu and 16g of RAM, and there are no other apps hogging the resources during the time we use it.
woodmart is an excellent theme, I have also used this theme to build websites for up to over 6 months! So I urgently need to solve this problem of slow querying the product list , and avoid the technical solution of caching (because the cached file is not available when the user is logged in and needs to be regenerated)
Attachments:
You must be logged in to view attached files.November 8, 2023 at 8:30 pm #510959
z976937999ParticipantThe site is about to go live and this is a really particularly urgent issue, so I hope I can get it resolved!
November 9, 2023 at 10:14 am #511014
Artem TemosKeymasterHello,
Could you please check how it works with some default WordPress themes like TwentyTwenty or WooCommerce Storefront to understand is it our theme issue or not?
Regards
November 9, 2023 at 10:19 am #511015
z976937999ParticipantYes, I’ve tried by changing the theme, using the flatsome theme, list query for the same case takes only 2-3 seconds, but since my site has been built using woodmart for half a year, changing the theme is obviously not possible for me.
November 9, 2023 at 10:22 am #511016
Artem TemosKeymaster2-3 is also slow. It should be loaded in less than 1s. Could you please disable all plugins that are not related to our theme and switch to the default theme temporarily? Send us your admin access as well.
Kind Regards
November 9, 2023 at 10:28 am #511024
z976937999ParticipantAs my picture above shows, I’ve turned off almost all plugins.
I’ve sent you my site admin rights, please help me to see what is causing the problem, thanks!
November 9, 2023 at 10:53 am #511036
Artem TemosKeymasterWe tested with the default theme and it also takes sometimes 4-6 seconds to load the page. There is definitely something wrong either with your server configuration or with WordPress/WooCommerce in general. Here are screenshots.
https://gyazo.com/228268ca2ecf20972701af6ad661fc8f
https://gyazo.com/8a27fc77fdee464b6f4de5f6f0c4ba7aNovember 9, 2023 at 11:09 am #511044
z976937999ParticipantWhat should I do to troubleshoot this? I don\’t think the problem is with wordpress, BTW did you run the script to regenerate the image for me?
November 9, 2023 at 11:20 am #511048
Artem TemosKeymasterNo, we didn’t run anything on your website. Try to use the following plugin to check if there are some slow SQL queries https://wordpress.org/plugins/query-monitor/
And we suggest you consult with your server provider too.November 9, 2023 at 11:41 am #511060
z976937999ParticipantI’ve reduced my request times by expanding the memory allocated to wordpress by the server, and with the worpdress default theme the time to fetch 24 items at a time is down to less than 1s, but with woodmart it’s still a 3-4s request.
Attachments:
You must be logged in to view attached files.November 9, 2023 at 11:52 am #511075
Artem TemosKeymasterPHP memory limit parameter doesn’t affect the response time at all.
Most likely on your screenshot, the page is loaded with cached database queries. If you reload the same page with our theme a few times you will see approximately the same result. But if you walk though a lot of uncached pages, you will see that some pages are loaded slowly even with the default theme.
November 9, 2023 at 12:08 pm #511078
z976937999ParticipantI also noticed that there is a redirect request before each request for list data, how do I get rid of this one
Attachments:
You must be logged in to view attached files.November 9, 2023 at 1:09 pm #511113
z976937999ParticipantAnd I tried the default theme again, and again without caching, the default theme only takes about 1s to request (I\’m sure there\’s no cache hit), woodmart takes 3-4s
November 9, 2023 at 3:40 pm #511170
Artem TemosKeymasterCan you disable all plugins and switch to the default theme so we can test it one more time?
November 9, 2023 at 7:04 pm #511226
z976937999ParticipantHow to remove these redirected requests to direct access instead, which will save some request time.
I found that these requests are coming from jquery
- This reply was modified 1 year ago by z976937999.
Attachments:
You must be logged in to view attached files.November 9, 2023 at 11:40 pm #511254
AnonymousInactiveI had the same issue when first starting out, it was the menu that was lagging the website loading. You should try and disable the menu, then use a different one to see if it changes. Try to remove all but one category, and you will see.
November 10, 2023 at 1:44 am #511264
FODDAParticipanti have the same issue, even i have the most expensive plan on hostinger.com it doesn’t make my site load faster. And i decided to switch to cloudsway everything is fast as normal 1-2 sec.
November 10, 2023 at 10:14 am #511335
Artem TemosKeymasterHello,
Please, keep all plugins turned off so we can check the redirect issue.
@sb-shop @thaibeats.com please, create separate topic and we will provide you with all the necessary assistance.
Kind Regards
November 20, 2023 at 6:49 am #513652
z976937999ParticipantI finally found the problem to share with you, my website woocommerce has about 2000 products, each product detail contains 20 images, and in the upload time WP-Optimize plugin does not have effective compression of images, I replaced the image compression plugin and will reduce the image size of the 60%, the list of the speed of the query there is a significant increase!
I don’t know why the size of the image affects the SQL query, but for those of you who have the same problem, you can try using this approach
November 20, 2023 at 10:58 am #513718
Artem TemosKeymasterHello,
We are glad that you sorted it out! Thank you for sharing your solution here.
Kind Regards
-
AuthorPosts
Tagged: slow
The topic ‘Woodmart is very slow to load woocommerce product listings!!!’ is closed to new replies.
- You must be logged in to create new topics. Login / Register