Home › Forums › WoodMart support forum › Slow FrontEnd Elementor
Slow FrontEnd Elementor
- This topic has 9 replies, 2 voices, and was last updated 1 year, 1 month ago by
Artem Temos.
-
AuthorPosts
-
January 10, 2024 at 1:29 pm #528644
manoskoulosParticipantHello i have this on my websites on jquery can you please help me to solve it? :
SELECT COUNT(*)
FROM xJm4y6Sb_options
WHERE option_name LIKE ‘elementor\\_1\\_custom\\_task\\_manger\\_batch\\_%’
Elementor\Core\Base\BackgroundProcess\WP_Background_Process->is_queue_empty
0,8673
SELECT xJm4y6Sb_posts.ID
FROM xJm4y6Sb_posts
WHERE 1=1
AND xJm4y6Sb_posts.ID = 86691
AND xJm4y6Sb_posts.post_type = ‘page’
ORDER BY xJm4y6Sb_posts.post_date DESC
WP_Query->get_posts
Main Query0,9008
SELECT xJm4y6Sb_posts.ID
FROM xJm4y6Sb_posts
WHERE 1=1
AND ((xJm4y6Sb_posts.post_type = ‘elementor_font’
AND (xJm4y6Sb_posts.post_status = ‘publish’
OR xJm4y6Sb_posts.post_status = ‘acf-disabled’
OR xJm4y6Sb_posts.post_status = ‘private’)))
ORDER BY xJm4y6Sb_posts.post_date DESC
WP_Query->get_posts
0,0550
SELECT SQL_CALC_FOUND_ROWS xJm4y6Sb_posts.ID
FROM xJm4y6Sb_posts
INNER JOIN xJm4y6Sb_postmeta
ON ( xJm4y6Sb_posts.ID = xJm4y6Sb_postmeta.post_id )
WHERE 1=1
AND ( xJm4y6Sb_posts.ID NOT IN (
SELECT object_id
FROM xJm4y6Sb_term_relationships
WHERE term_taxonomy_id IN (7,9) ) )
AND ( xJm4y6Sb_postmeta.meta_key = ‘total_sales’ )
AND xJm4y6Sb_posts.post_type = ‘product’
AND ((xJm4y6Sb_posts.post_status = ‘publish’))
GROUP BY xJm4y6Sb_posts.ID
ORDER BY xJm4y6Sb_postmeta.meta_value+0 DESC
LIMIT 0, 12
WP_Query->get_posts
0,1095
SELECT SQL_CALC_FOUND_ROWS xJm4y6Sb_posts.ID
FROM xJm4y6Sb_posts
LEFT JOIN xJm4y6Sb_term_relationships
ON (xJm4y6Sb_posts.ID = xJm4y6Sb_term_relationships.object_id)
WHERE 1=1
AND ( xJm4y6Sb_posts.ID NOT IN (
SELECT object_id
FROM xJm4y6Sb_term_relationships
WHERE term_taxonomy_id IN (7,9) )
AND ( xJm4y6Sb_term_relationships.term_taxonomy_id IN (5221) ) )
AND xJm4y6Sb_posts.post_type = ‘product’
AND ((xJm4y6Sb_posts.post_status = ‘publish’))
GROUP BY xJm4y6Sb_posts.ID
ORDER BY RAND()
LIMIT 0, 8Attachments:
You must be logged in to view attached files.January 10, 2024 at 1:55 pm #528664
Artem TemosKeymasterHello,
According to your screenshot and query logs, these queries are made by the Elementor plugin and not by the theme. Could you please switch to the default theme and test how it works?
Kind Regards
January 10, 2024 at 2:06 pm #528682
manoskoulosParticipantEverything working fine if i switch it!
January 10, 2024 at 3:05 pm #528708
Artem TemosKeymasterPlease, disable all plugins that are not related to our theme and provide us with your admin access. We will log in and check what is wrong there. You can leave only the following plugins that are required for our theme:
WoodMart core
WooCommerce
Elementor/WPBakery page builderThank you in advance
January 10, 2024 at 4:57 pm #528763
manoskoulosParticipantProblem is when im activating the Elementor + Elementor Pro.
January 11, 2024 at 10:18 am #528928
Artem TemosKeymasterIf this problem is caused by Elementor then you need to contact its developers for help.
Kind Regards
January 11, 2024 at 11:12 am #528954
manoskoulosParticipantHello , on chat they reply to me that performance issues or any help is not on their side..
January 11, 2024 at 11:57 am #528971
Artem TemosKeymasterBut as we understand from your screenshots it happens because of Elementor PRO. So this issue is not caused by our theme.
Kind Regards
January 11, 2024 at 5:40 pm #529074
manoskoulosParticipantSorry , no . Its not from Elementor PRO , if i disable it i have the same problem. I Have to switch off the Elementor to not see this errors.
January 12, 2024 at 10:14 am #529193
Artem TemosKeymasterOK, in this case, please, keep all plugins that are not related to our theme disabled and send us your admin access so we can check the issue.
-
AuthorPosts
- You must be logged in to create new topics. Login / Register