Opened 10 years ago
Closed 10 years ago
#29983 closed enhancement (fixed)
Only POST dirty settings to Customizer preview to improve performance
Reported by: | celloexpressions | Owned by: | ocean90 |
---|---|---|---|
Milestone: | 4.1 | Priority: | normal |
Severity: | normal | Version: | 3.4 |
Component: | Customize | Keywords: | has-patch commit |
Focuses: | Cc: |
Description
Moving off of #28580 so that we can retain that for history even if we decide not to fix it. Patch from @westonruter.
This is almost a bug as it probably should've happened like this from the beginning, and will cause significant performance improvements when we do things like Menus in the Customizer.
Attachments (2)
Change History (12)
#2
@
10 years ago
- Owner set to ocean90
- Resolution set to fixed
- Status changed from new to closed
In 29905:
This ticket was mentioned in Slack in #core by scott. View the logs.
10 years ago
This ticket was mentioned in Slack in #core by dd32. View the logs.
10 years ago
#6
@
10 years ago
Newly added widgets would not appear in the preview unless you made some change to a field in a widget, to flag it as dirty. In 29983.2.diff, mark newly created settings for widgets as dirty immediately so that you don't have to touch the title or some other field manually to make it start to show up in the preview.
@westonruter's patch, not mine