Performance: Full Site Editing basics
MEDIUM IMPACT
Full Site Editing affects how quickly the entire page layout and content load and render, impacting initial page load and visual stability.
Using simple block templates with minimal nesting and optimized reusable blocks in Full Site Editing.
Using many nested reusable blocks and complex block patterns without optimization in the site editor.
| Pattern | DOM Operations | Reflows | Paint Cost | Verdict |
|---|---|---|---|---|
| Complex nested blocks in Full Site Editing | High DOM nodes | Multiple reflows | High paint cost | [X] Bad |
| Simple block templates with minimal nesting | Low DOM nodes | Single reflow | Low paint cost | [OK] Good |