sebdeckers / pfnp

:alien: Programming For Non-Programmers
19 stars 13 forks source link

Designing for Performance eBook #2

Open vilav opened 8 years ago

vilav commented 8 years ago

Building a site is half the battle. Making it perform well is the other half. Modern websites optimize every single aspect of code such as

This free onilne version of the book captures all this and much more: http://designingforperformance.com

Hope it helps!

sebdeckers commented 8 years ago

At the SingaporeJS Meetup we've been doing a weekly session over the past few months to go through the superb High Performance Browser Networking book.

Another great place to get started learning about performance optimisation is Google PageSpeed Insights which analyses websites and makes recommendates based on Google's guidelines.