Problem/Motivation
The async widget currently renders a button-only widget on the content edit form ("Customize meta tags"). Editors must click the button and wait for an AJAX round-trip before they can see or edit any meta tags — including the most common ones (page title, description) that live in the basic group. For a site where editors routinely set the basic tags, that extra click + AJAX rebuild is friction on every node edit.
Proposed resolution
Render only the basic group on initial page load, and keep an AJAX button to lazy-load the remaining groups on demand. This gives editors immediate access to the common tags while still deferring the expensive full build.
Remaining tasks
Add/adjust tests.
User interface changes
Basic Metatags will render on initial page load, remaining all metatags will be hidden by default and will only load on click of button.
| Comment | File | Size | Author |
|---|---|---|---|
| #2 | metatag_async_widget-show-basic-group-by-default-2.patch | 11.79 KB | kuldeepbarot |
| metatag_async_widget-show-basic-group-by-default.patch | 11.46 KB | kuldeepbarot |
Comments
Comment #2
kuldeepbarot commentedProviding an updated patch.