Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Add Dynamic Import / Code Splitting for Tool Components #48

Open
Assignees

Description

Problem :

All tool components are bundled eagerly.
This increases initial bundle size.

Proposed Solution :
Use:

  • const ToolComponent = dynamic(() => import(...), { ssr: false })
  • Or split tools into separate chunks per slug.

Benefits :

  • Smaller initial bundle
  • Faster homepage load
  • Better Lighthouse score
  • More production-ready

I would like to work on this issue.
Kindly assign this to me under APERTRE 3.0.

Thanks !

Metadata

Metadata

Type

No type
No fields configured for issues without a type.

Projects

No projects

Milestone

No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions

      AltStyle によって変換されたページ (->オリジナル) /