• Hi there,

    We’ve noticed lots of “NP Quote Request WooCommerce” plugin related expired requests in DB – over a million lines.

    It is creating dummy sessions with 30 minutes of lifetime during any request ( fortunately they are checking should that be created or not ). But when it tries to delete expired sessions, it grabs portions of 10000 items based on expiration time and makes 10000 calls to the database.

    Link to screengrab 1

    Part of the code responsible for the issue

    This has a huge negative impact on our system, while much better solutions are available.

    Can you, please, let me know if you can fix it soon, whether we should expect a plugin update and when?

    Many thanks

Viewing 1 replies (of 1 total)
  • Plugin Author Neah Plugins

    (@gplsaver)

    Thanks for reporting. Please update to 1.8.163.
    If you need to delete more records per cleanup, you can use
    the $limit = apply_filters(‘delete_old_sessions_filter’,$limit);
    filter.

Viewing 1 replies (of 1 total)
  • The topic ‘Lots of expired requests in DB’ is closed to new replies.