Changes between Initial Version and Version 1 of Ticket #6045, comment 4
- Timestamp:
- 12/10/2014 12:06:47 AM (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #6045, comment 4
initial v1 1 Now that the `_option()` functions have caching on them at all levels, is our `site_options` cache even necessary anymore, other than for backwards compatibility? I believe much of this comes from really old MU days of these options not existing in a cache. 1 Now that the WordPress core `_option()` functions have had caching on them at all levels for several years, is our `site_options` cache necessary anymore (other than for backwards compatibility?) 2 3 I believe this is a relic of really old MU code before network options used the object cache.