Changes between Initial Version and Version 1 of Ticket #32103, comment 19
- Timestamp:
- 10/02/2015 06:08:59 PM (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #32103, comment 19
initial v1 9 9 So, it STILL is taking forever to process the settings. I think the issue is more complex than addressed by the "fix". 10 10 11 I see that it is more complex than the multidimensional_replace - that is just where the timeout seems to happen. 12 11 13 One 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. 12 14