Releases: soderlind/dss-cron
Releases · soderlind/dss-cron
1.0.12
1.0.11
1.0.10
What's Changed
Add GitHub Actions output format when using ?ga parameter
Full Changelog: 1.0.9...1.0.10
1.0.9
What's Changed
- Add sites caching using transients to improve performance. by @soderlind in #9
Full Changelog: 1.0.8...1.0.9
1.0.8
1.0.7
What's Changed
- Set number of sites by @soderlind in #7
- add filter
dss_cron_number_of_sites
- add filter
Full Changelog: 1.0.6...1.0.7
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
, setblocking
tofalse
. This will allow the request to be non-blocking and not wait for the response. - For
wp_remote_get
, setsslverify
tofalse
. 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