• We’re seeing this plugin add 200 – 250ms per page request because it is updating the version option multiple times per request.

    There is a logic error in TawkToUpgradeManager where it is looping through each previous version and updating the version option to that version, causing multiple writes to the options table, and worse, causing the alloptions data to be flushed from cache and reloaded.

The topic ‘Updating version option multiple times per request’ is closed to new replies.