• Resolved Imagecyouch

    (@cyouch)


    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_authentication

    In 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)
  • Plugin Support ImageYash

    (@yashyadav247)

    Hello @cyouch ,

    We value your feedback and are committed to resolving this issue promptly. Our development team will thoroughly investigate the behavior of the mo_rest_api_protect_migrate option update in the Miniorange_Api_Authentication->__construct and run_miniorange_api_authentication functions.

    We will also evaluate the autoload setting to prevent unnecessary updates to the all options value. A fix for this issue will be prioritised for inclusion in an upcoming release of the plugin.

    Thanks,
    Team miniOrange

    Plugin Support ImageYash

    (@yashyadav247)

    Hello,

    We have released a new version of the plugin v3.7.2 which will fix the option update performance related issue you were getting before.

    Please check and let us know if you still face any issues. We’d be happy to help.

    Thanks,
    Team miniOrange

    Thread Starter Imagecyouch

    (@cyouch)

    Hello,

    Yes, the issue is gone. Well done.
    Thank you !

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘Performance : option update on every front page’ is closed to new replies.