Make WordPress Core

Changes between Initial Version and Version 1 of Ticket #42441, comment 28


Ignore:
Timestamp:
12/07/2023 09:37:54 PM (2 years ago)
Author:
azaozz
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #42441, comment 28

    initial v1  
    44Ummm, that would be a huge performance loss for options that are used often. The additional trip to the DB may be hundreds of times slower.
    55
    6 Already mentioned this on the PR, thinking this would need a good amount of performance testing with different scenarios:, mostly what happens when autoload is turned off for big option that is used on every page load,m or on every second page load, etc.
     6Already mentioned this on the PR, thinking this would need a good amount of performance testing with different scenarios. Most importantly what happens when autoload is turned off for big options that are used on every page load, or on every second page load, etc.