1.0.6
What's Changed
- Tuning the plugin by @soderlind in #6
- Make plugin faster by using
$site->__get( 'siteurl' )instead ofget_site_url( $site->blog_id ). This prevents use ofswitch_to_blog()andrestore_current_blog()functions. They are expensive and slow down the plugin. - For
wp_remote_get, setblockingtofalse. This will allow the request to be non-blocking and not wait for the response. - For
wp_remote_get, setsslverifytofalse. This will allow the request to be non-blocking and not wait for the response.
- Make plugin faster by using
Full Changelog: 1.0.5...1.0.6