Opened 10 years ago
Closed 10 years ago
#29637 closed enhancement (duplicate)
WordPress wp_options autoload micro-optimization
Reported by: | harmr | Owned by: | |
---|---|---|---|
Milestone: | Priority: | normal | |
Severity: | normal | Version: | 4.0 |
Component: | Database | Keywords: | |
Focuses: | Cc: |
Description
I found the following article about performance optimizations for autoload in wp_options: http://www.saotn.org/wordpress-wp-options-autoload-micro-optimization/
Adding an index to the autload column could help optimize performance for affected queries on sites with lots of options - with WordPress 4.0 there is currently no index on this column.
Change History (1)
Note: See
TracTickets for help on using
tickets.
Duplicate of #24044.