Skip to content

Commit 909f6c9

Browse files
committed
add a talk on optimizing JavaScript bundles
1 parent 00886f2 commit 909f6c9

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

abstracts.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ Don't limit your choice with those: I may be open to give others from my [speaki
1313
- [How to become an open source contributor](abstracts/open-source.md)
1414
- [It’s a developers’ world: creating a developer relations culture](abstracts/devrel.md)
1515
- [Leading with compassion](abstracts/leading-with-compassion.md)
16+
- [Make your web application load faster than your users’ attention span](abstracts/javascript-bundle.md)
1617
- [Public Speaking? It’s for you!](abstracts/public-speaking.md)
1718
- [Supercharge Moodle Course Design with TinyMCE Premium Tools](abstracts/tinymce-premium-moodle.md)
1819
- [The good, the bad & the ugly of developer relations](abstracts/devrel-reality.md)

abstracts/javascript-bundle.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
# Make your web application load faster than your users’ attention span
2+
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, save you and your user time, while being 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.
4+
5+
_Characters: 459_

0 commit comments

Comments
 (0)