• Resolved KTS915

    (@kts915)


    The plugin Query Monitor is reporting the following message when Email Log is activated:

    GET
    https://wpemaillog.com/edd-api/products/
    ?category=addon
    
    429 Too Many Requests
    
    WP_Http->get()
    wp-includes/class-http.php:612
    wp_remote_get()
    wp-includes/http.php:170
    EmailLog\Addon\AddonList->get_addons()
    wp-content/plugins/email-log/include/Addon/AddonList.php:101
    EmailLog\Addon\AddonList->__construct()
    wp-content/plugins/email-log/include/Addon/AddonList.php:43
    EmailLog\Addon\License\Licenser->__construct()
    wp-content/plugins/email-log/include/Addon/License/Licenser.php:54
    load_email_log()
    wp-content/plugins/email-log/load-email-log.php:41
    
    Plugin: email-log
Viewing 8 replies - 1 through 8 (of 8 total)
  • Looks like that URL request is timing out.

    I just had a site slow down drastically and pinpointed it to this plugin. I’m not sure why this get request would be made on the frontend of the website either.

    Thread Starter KTS915

    (@kts915)

    I don’t know why it should affect the front-end either.

    It looks like the URL to which this is pointing has been taken offline because it’s getting too many requests.

    Plugin Author Sudar Muthu

    (@sudar)

    Our site is currently under a DDOS attack and because of which the url that fetches the list of add-ons is down which causing the above issue.

    We are trying out best to fix the site and then release an update to the plugin so that it won’t retry the url if the site is down.

    Apologies for the inconvenience.

    Plugin Author Sudar Muthu

    (@sudar)

    Our site is back online. So it should fix the issue right now.

    Also we are working on a fix for the plugin so that in case our site goes down again (or get’s DDOS) it will not affect other sites where the plugin is installed.

    I’d also recommend removing it from the frontend as there isn’t a need to make the get request there.

    Plugin Author Sudar Muthu

    (@sudar)

    We just released v2.1.0 of the plugin that completely removes any request from frontend. This should drastically improve performance.

    Also we are now including the add-on data inside the plugin itself as a json file.

    Thanks everyone for reporting the issue and for the patience while we were sorting things out.

    Thread Starter KTS915

    (@kts915)

    Thanks very much, Sudar.

    On the first site where I have tried out the update, there is indeed a significant improvement in performance.

    Plugin Author Sudar Muthu

    (@sudar)

    Thanks for trying out the update and confirming that it works.

Viewing 8 replies - 1 through 8 (of 8 total)
  • The topic ‘429 Too Many Requests’ is closed to new replies.