Performance – high load time – Admin-ajax call wcj_track_users & wp_options
-
Hi,
The
wcj_track_users
call made with admin-ajax.php is causing some waiting TTFB delay. This is probably because it needs to load a bunch of useless WordPress components/data first, related to the admin-ajax function itself.In the
wp_options
table I can also find allwcj_
lines, of which thewcj_track_users_enabled
which are all set to “Autoload” = YES. So I am doubting if all these lines really need to Autoload or if it’s possible to set them all to NO? This could certainly improve load time. If so, I could only suggest to set it to NO as default in the plugin.About the
wcj_track_users
is there something to do to avoid this call if not needed on the frontend ?
- The topic ‘Performance – high load time – Admin-ajax call wcj_track_users & wp_options’ is closed to new replies.