6 quick things developers can do to improve performance
If your site's not up to speed then you could be losing users; here are six things you can do right now to get things moving.
Daily design news, reviews, how-tos and more, as picked by the editors.
You are now subscribed
Your newsletter sign-up was successful
Want to add more newsletters?
Five times a week
CreativeBloq
Your daily dose of creative inspiration: unmissable art, design and tech news, reviews, expert commentary and buying advice.
Once a week
By Design
The design newsletter from Creative Bloq, bringing you the latest news and inspiration from the worlds of graphic design, branding, typography and more.
Once a week
State of the Art
Our digital art newsletter is your go-to source for the latest news, trends, and inspiration from the worlds of art, illustration, 3D modelling, game design, animation, and beyond.
Seasonal (around events)
Brand Impact Awards
Make an impression. Sign up to learn more about this prestigious award scheme, which celebrates the best of branding.
Tim Kadlec will be speaking about the importance of creating web experiences that feel fast and frictionless at Generate Bangalore on 2 December. Discover how to reframe performance on the web at his talk, Once more with feeling; book your ticket now!
We're building some pretty fat sites right now. The average site is over 2MB, which is ridiculous – and in many countries very expensive.
A lot of that is just unnecessary bloat things like images that are too big, misbehaving third-party scripts, and heavy JavaScript frameworks.
But it's not such a huge problem that it can't be solved. Developers need to build with care to make sure the sites they produce are lean and fast.
Here are six things all developers should be doing to improve the performance of their websites…
- Compress your images and serve them at correct size
- Minify and compress all your HTML, CSS, and JavaScript
- Limit the use of heavy JavaScript. Render as much as you can on the server and use JavaScript to sprinkle on enhancements
- Optimise for the critical path so that your content appears as quickly as possible
- Start familarising yourself with HTTP/2 because that changes so many things
- If you're going to use something like Bootstrap, be sure you remove all the unused CSS in a build process. There's a ton of unnecessary bloat.
Don't miss Tim Kadlec's Generate Bangalore session, Once more with feeling, where he'll discuss techniques and technologies for creating sites that don't just perform well, but feel fast and frictionless too. Buy your ticket today!
Daily design news, reviews, how-tos and more, as picked by the editors.
