Performance Flaw
-
HI all,
I found this hook which updates an Option for EVERY pageload (using the “init” hook), EVEN DURING AJAX calls:
add_action( 'init', 'bp_core_admin_get_active_custom_post_type_feed' );
Even though it usually always updates the exact same value.
I guess this is not as per design on purpose.
So please remove this hook or only call it within wp-admin.
Thanks!
- You must be logged in to reply to this topic.