Make WordPress Core

Changes between Initial Version and Version 1 of Ticket #32103, comment 19


Ignore:
Timestamp:
10/02/2015 06:08:59 PM (10 years ago)
Author:
wpweaver
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #32103, comment 19

    initial v1  
    99So, it STILL is taking forever to process the settings. I think the issue is more complex than addressed by the "fix".
    1010
     11I see that it is more complex than the multidimensional_replace - that is just where the timeout seems to happen.
     12
    1113One of the culprits may be just fetching the theme options with get_option, which is filtered through the customizer a ton of times, and unserialized each time. It looks to me as if each and every time any option is fetched, this whole sequence is done.
    1214