• Resolved stremone

    (@stremone)


    Hi Everyone,

    Is there a clean way to disable the call to the “lc_wp_autoupdate” class ?
    It caused my website to be extremely long : TTFB > 10s !

    I found a solution that works but that is dirty :

    I installed the plugin Query monitor to see that it was 2 HTTP API calls to https://updates.lcweb.it that caused it.

    I’ve disabled the 2 calls in :
    – pc_mail_actions.php l.199 ($upd = new lc_wp_autoupdate(__FILE__, ‘https://updates.lcweb.it’, ‘lc_updates’);)
    – private_content.php l.459 ($upd = new lc_wp_autoupdate(__FILE__, ‘https://updates.lcweb.it’, ‘lc_updates’, ‘pc_on_activation’);)

    But I suppose there is a better way to disable it ?

    Thanks for the support !

Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘EXTREMELY long to respond, causing the admin area to lag’ is closed to new replies.