Skip to content

Reduce Unused JavaScript (Est. savings: 83 KiB) #255

@Tejmul

Description

@Tejmul

You're loading JavaScript that isn't being used.

How to fix:

Implement code splitting: const Component = lazy(() => import('./Component'))
Remove unused dependencies from package.json
Use tree-shaking (most bundlers do this automatically)
Audit your bundle with tools like webpack-bundle-analyzer

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions