Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #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
    2021-11-30_14-37-55

    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,1MB

    #1331085

    Hey 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,
    Rikard

    #1331092
    This reply has been marked as private.
    #1331139

    Hi,

    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,
    Rikard

    #1331171

    No length of the value is still about 3MB

    SELECT LENGTH(option_value) FROM wp_2_options WHERE option_name LIKE ‘av_alb_usage_av_textblock’;
    LENGTH(option_value)
    3377736

    #1331358

    So any idea how we can solve?

    #1331497

    Hi,

    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

Viewing 7 posts - 1 through 7 (of 7 total)
  • You must be logged in to reply to this topic.