Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #1478556

    In the backend of our website, editing a page for example or a WooCommerce product (using the classic editor, not the Advanced Layout builder) results in a lot of duplicate database queries which slows down the page load significantly on larger websites. Checked it on multiple websites.

    Website 1: 84 of the same query is used
    Website 2: 85 of the same query is used

    The query:

    SELECT post_id, meta_value
    FROM wp_postmeta
    WHERE meta_key = '_wp_attached_file'
    AND meta_value = '/home/xxxxx/public_html/wp-content/themes/enfold/config-templatebuilder/avia-template-builder/assets/fonts/svg_entypo-fontello/svg/lock.svg'

    Duplicate queries

    #1478561

    I just reported another issue with exactly the same issue. Update to 7.0 made the site inaccessible due to the high database load.

    Enfold 7.0 high database load

    • This reply was modified 1 week, 1 day ago by ceesenco.
    #1478615

    Hi,

    Thank you for the inquiry.

    Please edit the framework/php/class-responsive-images.php and replace everything with this code:

    https://pastebin.com/vDJhhnzD

    This will be included in the next patch.

    Let us know the result.

    Best regards,
    Ismael

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