The performance topic is very trendy right now. Chances are you already heard it—use lazy loading, prefetch everything with partially hydrated server-side rendered static islands, and ship zero bytes of JavaScript! But what if your code is not running in the browser, or your performance is bad at runtime?
This talk will share several (un)conventional tricks you can apply to speed up the application when the size of your data grows. I will show you how to measure performance and squeeze out those last excessive milliseconds.
Learn how usual "bad practices" can become your ally when battling performance.