Performance : option update on every front page
-
Option update is fired on every page, including front :
UPDATE wp_options
SET option_value = '1'
WHERE option_name = 'mo_rest_api_protect_migrate'Stack trace :
update_option
Miniorange_Api_Authentication->__construct
run_miniorange_api_authenticationIn addition, this meta value is set to autoload, which causes it to alter the alloptions value on every request that incurs this write.
This leads to performance issue during high-traffic events.
The page I need help with: [log in to see the link]
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
The topic ‘Performance : option update on every front page’ is closed to new replies.