⚡️ perf(website): implement lazy loading and caching optimizations#74
Merged
656d696c65 merged 1 commit intomainfrom Mar 14, 2026
Merged
⚡️ perf(website): implement lazy loading and caching optimizations#74656d696c65 merged 1 commit intomainfrom
656d696c65 merged 1 commit intomainfrom
Conversation
- replace static component imports with lazyRouteComponent across all route files (dashboard, docs, auth, error) to enable code-splitting via dynamic imports - remove unused React Profiler wrapper from root.tsx - add font-display: swap to @font-face declarations to prevent FOIT - add Vite fontPreloadPlugin to inject woff2 preload links into index.html at build time - configure nginx with immutable cache headers for hashed assets (js, css, fonts, images) and no-cache for HTML - add woff2 to nginx gzip_types - fix .dockerignore tsbuildinfo glob pattern to use **/ - bump version to v1.0.4 🔧 chore(tools): build metadata before running database scripts - add build:metadata step to push, seed, migration, clear and reset scripts in packages/tools - update push.ts import to use package entry point and add .js extension to local import - add project reference to metadata in tsconfig.json
ebf41f3 to
c8c8aa7
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
🔧 chore(tools): build metadata before running database scripts