-
AuthorPosts
-
November 30, 2021 at 3:39 pm #1331011
Hi,
we have an issue with very large entries in the wp_options table which total almost 26,5 MB. We are not sure why it needs to be so big and have autoload enabled to load for any page. This seams to slow down our page enormously.For example this is content for av_alb_usage_av_textblock
This is overview of sizes in wp_options table.
av_alb_usage_av_textblock
3,3MB
av_alb_usage_av_hr
3,3MB
av_alb_usage_av_section
3,3MB
av_alb_usage_av_one_full
3,3MB
av_alb_usage_av_heading
3,3MB
av_alb_usage_av_social_share
3,2MB
av_alb_usage_av_one_fourth
3,2MB
av_alb_usage_av_sidebar
3,2MB
aviaAsset_css_filecontent
0,3MB
aviaAsset_js_filecontent
0,1MBDecember 1, 2021 at 6:02 am #1331085Hey hfhf,
Please send us a temporary WordPress admin login and login URL so that we can have a closer look. You can post the details in the Private Content section of your reply.
Best regards,
RikardDecember 1, 2021 at 8:56 am #1331092This reply has been marked as private.December 1, 2021 at 12:14 pm #1331139Hi,
Thanks for that. Does it make any difference if you activate the Delete old CSS and JS files option under Enfold->Performance? Also please make sure to save the theme options after changing that, so that the theme files will generate.
Best regards,
RikardDecember 1, 2021 at 2:51 pm #1331171No length of the value is still about 3MB
SELECT LENGTH(option_value) FROM
wp_2_options
WHEREoption_name
LIKE ‘av_alb_usage_av_textblock’;
LENGTH(option_value)
3377736December 2, 2021 at 7:13 pm #1331358So any idea how we can solve?
December 3, 2021 at 5:39 pm #1331497Hi,
You are using an object cache pugin and there are known WP bugs in conjunction with object cache.
In Enfold Options -> Performance -> Show advanced options -> Unique timestamp of merged files and WP object cache bug
please try to select “Fix WP bug, add unique timestamps”.
This could help.
To force a rebuid of ALB element usage in database:
In enfold\config-templatebuilder\avia-template-builder\php\class-element-manager.php line 19:
const VERSION = '1.0.1'; // Main version - needed to check for main global updates
please update to:
const VERSION = '1.0.1.1';
and then reload the admin page.
Make a backup of your site to have a fallback, disable any cache plugins and clear all server and browser cache before doing this.
Best regards,
Günter -
AuthorPosts
- You must be logged in to reply to this topic.