Title: Performance issue with Multisite
Last modified: September 20, 2023

---

# Performance issue with Multisite

 *  [Derrick Tennant](https://wordpress.org/support/users/emrikol/)
 * (@emrikol)
 * [2 years, 8 months ago](https://wordpress.org/support/topic/performance-issue-with-multisite/)
 * It looks like the current version of the plugin has a bug for WordPress Multisite(
   perhaps single site as well?) where `Embed_Extended::update_db_check()` runs 
   on every request.
 * This is because it’s using `get_site_option()` to collect the currently installed
   version, but `update_option()` to set it after an upgrade. This results in the
   plugin constantly clearing its cache. Switching to `update_site_option()` seems
   to fix the problem.

Viewing 1 replies (of 1 total)

 *  Plugin Author [Rudy Susanto](https://wordpress.org/support/users/rsusanto/)
 * (@rsusanto)
 * [2 years, 7 months ago](https://wordpress.org/support/topic/performance-issue-with-multisite/#post-17144598)
 * Hi [@emrikol](https://wordpress.org/support/users/emrikol/),
 * Thank you for noticing the problem. I have just updated the plugin to fix this
   problem as well as some minor improvements. Please update to 1.4.0 and see if
   the problem still persists.
 * Thank you!

Viewing 1 replies (of 1 total)

The topic ‘Performance issue with Multisite’ is closed to new replies.

 * ![](https://ps.w.org/embed-extended/assets/icon-256x256.png?rev=2319564)
 * [Embed Extended – Embed Maps, Videos, Websites, Source Codes, and more](https://wordpress.org/plugins/embed-extended/)
 * [Support Threads](https://wordpress.org/support/plugin/embed-extended/)
 * [Active Topics](https://wordpress.org/support/plugin/embed-extended/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/embed-extended/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/embed-extended/reviews/)

 * 1 reply
 * 2 participants
 * Last reply from: [Rudy Susanto](https://wordpress.org/support/users/rsusanto/)
 * Last activity: [2 years, 7 months ago](https://wordpress.org/support/topic/performance-issue-with-multisite/#post-17144598)
 * Status: not resolved