Performance: Shortcodes with parameters
MEDIUM IMPACT
This affects page load speed and rendering by adding dynamic content processing during page generation.
[gallery ids="1,2,3" lazy="true"]
[gallery ids="1,2,3,4,5,6,7,8,9,10"]| Pattern | DOM Operations | Reflows | Paint Cost | Verdict |
|---|---|---|---|---|
| Shortcode with many parameters loading many items | High (many DOM nodes) | Multiple reflows due to large content | High paint cost due to images | [X] Bad |
| Shortcode with limited parameters and lazy loading | Low to medium DOM nodes | Single reflow after lazy load | Lower paint cost initially | [OK] Good |