Performance: WordPress installation
MEDIUM IMPACT
This affects the initial page load speed and server response time when a WordPress site is first accessed.
Install WordPress with minimal plugins, use a lightweight theme, enable caching and optimize database.
Install WordPress with many default plugins and themes activated, no caching or optimization setup.
| Pattern | DOM Operations | Reflows | Paint Cost | Verdict |
|---|---|---|---|---|
| Heavy default install with many plugins | High (many scripts/styles loaded) | Multiple reflows due to large DOM | High paint cost from large CSS/JS | [X] Bad |
| Minimal install with caching and lightweight theme | Low (fewer scripts/styles) | Single reflow with optimized DOM | Low paint cost with minimal CSS/JS | [OK] Good |