I will share the knowledge or information about the web and developing the web service.
[Optimization] Reducing Bundle Size by 82% with lodash Tree Shaking: From 547KB to 97KB
2026-02-28
Sharing the experience of reducing bundle size from 547KB to 97KB (approximately 82%) by changing the lodash import method in a monorepo environment. Covers the entire process from setting up bundle analysis to preventing recurrence with ESLint rules.
Sharing the methods applied to improve Lighthouse performance scores on an Astro blog, including image optimization, CSS optimization, web font optimization, and accessibility improvements.
When using Google Web Fonts on a web page, let's see how to optimize loading Google Web Font so that it doesn't affect the performance of the web page.