Install any skill in seconds. Free to start, no credit card required.
Get Started Free →Use when auditing slow page loads, heavy assets, or rendering delays related to Show loading indicators. Verify the actual bottleneck in DevTools, Lighthouse, or field data before recommending changes.
| Test case | Without → With | Effect | Δ tokens | Δ turns |
|---|---|---|---|---|
| case-19 | ✗→✓ | ▲ Improved | 9% | 0% |
| case-02 | ✓→✓ | = Same ✓ | 8% | 0% |
| case-03 | ✓→✓ | = Same ✓ | 12% | 0% |
| case-04 | ✓→✓ | = Same ✓ | -27% | 0% |
| case-05 | ✓→✓ | = Same ✓ | -37% | 0% |
Loading indicators reassure users that something is happening—without feedback, users may think the page is broken or click repeatedly, degrading experience and causing duplicate actions.
Verify that loading states are displayed during async operations with appropriate ARIA attributes for screen readers.
Implement loading spinners/progress bars with aria-busy, aria-live, and clear visual feedback for ongoing operations.
Explain how loading indicators improve perceived performance and accessibility by communicating system status to users.
Review the routes, assets, and loading behavior that affect Show loading indicators. Flag exact files, requests, or rendering steps that add unnecessary network, CPU, or layout cost, and describe the measurement method used to confirm the issue.
For full implementation details, code examples, and framework-specific guidance, see references/rule.md.
Rule page: https://frontendchecklist.io/en/rules/performance/loading-indicators
Other measured skills in the registry, with their headline benchmark lift.