Skip to content

Commit 491fed0

Browse files
committed
update JavaScript bundle talk abstract after @LawBrad review
1 parent 23480f4 commit 491fed0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

abstracts/javascript-bundle.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Make your web application load faster than your users’ attention span
22

3-
Modern frontend performance often hinges on how small and fast JavaScript bundles can be, but developers often struggle to get real gains. In this talk we’ll explore patterns and build-time strategies that drastically reduce bundle size and save you and your users time, all while staying cost efficient. You will leave with actionable steps, measurable outcomes and techniques like code splitting, tree-shaking optimizations, ESM delivery, edge caching and much more.
3+
Modern frontend performance can hinge on how small and fast JavaScript bundles can be, but developers often struggle to get real gains. In this talk we’ll explore patterns and build-time strategies that drastically reduce bundle size to save you and your users time, all while staying cost efficient. You will leave with actionable steps, measurable outcomes and techniques like code splitting, tree-shaking optimizations, ESM delivery, edge caching and much more.
44

5-
_Characters: 468_
5+
_Characters: 464_

0 commit comments

Comments
 (0)