Performance Improvement
-
The filter_cron_events ( v1.5 ) from
https://www.ads-software.com/support/topic/possible-performance-improvement/
don’t work inside the admin_init function.
I had to move the
add_action('schedule_event', array($this, 'filter_cron_events'));
outside the admin_init function, to get it working.
By the way, can you answer my question in the
https://www.ads-software.com/support/topic/possible-performance-improvement/about the plugins list. For me its a huge performance boost and i can’t make it without changing your plugin code.
Viewing 5 replies - 1 through 5 (of 5 total)
Viewing 5 replies - 1 through 5 (of 5 total)
- The topic ‘Performance Improvement’ is closed to new replies.