Opened 17 years ago
Closed 17 years ago
#9629 closed task (blessed) (fixed)
Upgrade widget options only from admin
| Reported by: |
|
Owned by: | |
|---|---|---|---|
| Milestone: | 2.8 | Priority: | normal |
| Severity: | normal | Version: | 2.8 |
| Component: | Widgets | Keywords: | widgets |
| Focuses: | Cc: |
Description
Currently, loading the front page of the blog will result in widget options being upgraded. On high-traffic sites and MU installs with lots of blogs, this results in a lot of writes to the options table[s]. Upgrades should be done only for admin page loads (perhaps even only for widgets admin page). For front page loads, the widgets options should be upgraded in memory but not saved to the options table.
Attachments (1)
Change History (2)
Note: See
TracTickets for help on using
tickets.
(In [11074]) Upgrade widget options only from admin, props ryan, fixes #9629