Revision history was capped at 20 per page. Why did that turn into 150 MB?
The question: Live Editor kept at most 20 revisions per page, which sounds like a bounded feature. One site was holding 150.6 MB of revision postmeta. Where did the bound go?
The front-end live page editor
View All TagsThe question: Live Editor kept at most 20 revisions per page, which sounds like a bounded feature. One site was holding 150.6 MB of revision postmeta. Where did the bound go?
The question: Should the Live Editor's flat "Sections" panel become a full nested Structure tree (section → column → element), like the navigators in Bricks / Elementor / Webflow?
The question: How should the footer support 5+ distinct bands cleanly — a child theme
dropping a footer-container-4.php / footer-container-5.php options file per extra bar, or
something lighter?
The question: The footer Column Ratio slider can't reproduce a real design's columns (a wide brand block beside three content-sized link lists). Do we hit a grid limitation — and if so, do we build a new flex container/section, or fix the existing column control?
The question: Internal Page-Builder pages ship with no <h1>. Should we require a
special_heading (H1) in each page's builder content, or have the theme render the page title
as the H1?
The question: The live editor moves actual front-end DOM nodes when you drag something. But
nesting a column needs an inner .fw-row that doesn't exist in the rendered page yet — the corrector
only creates it at render/save time. So when I drop a column into another column, do we hand-build
that inner-row DOM inside the editor frame, or do we re-render?