surrealdb / surrealist

Surrealist is the ultimate way to visually manage your SurrealDB database
https://surrealist.app/
MIT License
1.03k stars 73 forks source link

chore: use code-splitting techniques #294

Closed Odonno closed 1 month ago

Odonno commented 1 month ago

Use code-splitting techniques to reduce initial bundle size and to improve startup time performance.

Improvements made:

Some notes:

Remaining:

Before:

before before-bundle-size

After:

after after-bundle-size

macjuul commented 1 month ago

Looks good, thanks!