• According to my Query monitor, I’m getting duplicate queries from ithemes security pro on each page load. See below, and please let me know how to resolve this:

    SELECT lockout_host
    FROM wp_itsec_lockouts
    WHERE lockout_active=1
    AND lockout_expire_gmt > ‘2017-05-13 14:03:56’
    AND lockout_host=’xyz.xyz.xyz.xyz’; /* From [xyz.org/wp-admin/admin.php?page=sucuriscan_scanner] in [/nas/content/live/xyz/wp-content/plugins/ithemes-security-pro/core/class-itsec-lockout.php:158] */
    ITSEC_Lockout->check_lockout
    + 0.0004
    46 SELECT lockout_user
    FROM wp_itsec_lockouts
    WHERE lockout_active=1
    AND lockout_expire_gmt > ‘2017-05-13 14:03:56’
    AND lockout_user=9192410; /* From [xyz.org/wp-admin/admin.php?page=sucuriscan_scanner] in [/nas/content/live/xyz/wp-content/plugins/ithemes-security-pro/core/class-itsec-lockout.php:164] */
    ITSEC_Lockout->check_lockout
    + 0.0003
    47 SELECT lockout_host
    FROM wp_itsec_lockouts
    WHERE lockout_active=1
    AND lockout_expire_gmt > ‘2017-05-13 14:03:56’
    AND lockout_host=’xyz.xyz.xyz.xyz’; /* From [xyz.org/wp-admin/admin.php?page=sucuriscan_scanner] in [/nas/content/live/xyz/wp-content/plugins/ithemes-security-pro/core/class-itsec-lockout.php:158] */
    ITSEC_Lockout->check_lockout
    + 0.0003
    48 SELECT lockout_user
    FROM wp_itsec_lockouts
    WHERE lockout_active=1
    AND lockout_expire_gmt > ‘2017-05-13 14:03:56’
    AND lockout_user=9192410; /* From [xyz.org/wp-admin/admin.php?page=sucuriscan_scanner] in [/nas/content/live/xyz/wp-content/plugins/ithemes-security-pro/core/class-itsec-lockout.php:164] */
    ITSEC_Lockout->check_lockout
    + 0.0003

Viewing 1 replies (of 1 total)
  • @pgrand

    Frontend, backend or both ?

    And what Pro release are you using (latest 3.7.4) ?

    What happens when you disable the Local Brute Force Protection module (if not already)?

    • This reply was modified 7 years, 10 months ago by pronl.
Viewing 1 replies (of 1 total)
  • The topic ‘duplicate queries from ithemes security pro’ is closed to new replies.