Skip to content

1.0.6

Choose a tag to compare

@soderlind soderlind released this 20 Nov 12:06
· 82 commits to main since this release
195bc89

What's Changed

  • Tuning the plugin by @soderlind in #6
    • Make plugin faster by using $site->__get( 'siteurl' ) instead of get_site_url( $site->blog_id ). This prevents use of switch_to_blog() and restore_current_blog() functions. They are expensive and slow down the plugin.
    • For wp_remote_get, set blocking to false. This will allow the request to be non-blocking and not wait for the response.
    • For wp_remote_get, set sslverify to false. This will allow the request to be non-blocking and not wait for the response.

Full Changelog: 1.0.5...1.0.6