# Performance
-
Micro-frontend with Cloudflare ESI
Explores ESI for dynamic injection of header and footer (as microfrontent) in a microsite architecture implemented with SSG
-
Implementing Rollback in SSG with Cloudfront
Since entire site is pre-rendered, difference in layout between mobile/desktop causes higher CLS.
-
Improving CLS
Since entire site is pre-rendered, difference in layout between mobile/desktop causes higher CLS.
-
Optimizing Content Delivery by Serving Pre-compressed content
Serving Pre-compressed content from CDN
-
Implementing Redirections for Static Sites
This blogs talks about handling redirects in Static Sites
-
Static Site Generation (SSG)
Implementing different features and optimizations
-
Switching HTTP Versions on browser
How and when browser decides to switch HTTP Versions
-
Critical Rendering Path
Understanding the Critical Rendering Path for web performance optimization
-
Better Error Handling in JavaScript / Typescript
Making errors as first-class citizens in your async function response, inspired by Go.
-
Pub Sub
Publisher Subscriber Pattern for decoupling