79409063

Date: 2025-02-03 14:12:17
Score: 1.5
Natty:
Report link

Importing a component but not using it in the template does not have major impact runtime performance. However, it increases the bundle size slightly, as the component is included in the final JavaScript build.

If you are using lazy loading (async components or dynamic imports), then unused components will not be loaded until needed, reducing the initial load time.

Reasons:
  • No code block (0.5):
  • Low reputation (1):
Posted by: user29313597