• Resolved Bastbra

    (@comicschau)


    Hi,

    I have a problem with the loading time of one function.

    SELECT post_id, meta_value
    FROM gowp_postmeta
    WHERE meta_key = '_wp_attached_file'
    AND meta_value = '2020/12/Unbenannt4.png'

    Screenshot-2021-01-24-Streamer-Archive-COMICSCHAU-Wiki

    Why is this happening? Is this a known conflict with another plugin?

    Best regards,
    Bastbra

Viewing 1 replies (of 1 total)
  • MA

    (@gasparnemes)

    Hi @comicschau,

    Thanks for using our plugins.

    The requested query is used to extend the logo attributes (width and height inside the setting screen).

    You can disable the details by adding the following snippet to your functions.php

    add_filter('gdpr_cc_logo_details_enabled', '__return_false');

    Hope this helps.

Viewing 1 replies (of 1 total)
  • The topic ‘GDPR CC is slowing down my website’ is closed to new replies.