Blog
#dexecure12 posts — view all
2019
- Intelligent Chroma Subsampling
In this post we will talk about chroma subsampling and how it can be used to make your images load faster if done right.
- Image decoding on the web
Image decoding is the process of converting the encoded image back to an uncompressed bitmap which can then be rendered on the screen. Learn more about how the process of decoding images affects performance of your website.
- Network Aware Image Optimization
With latencies and bandwidth varying a lot between different connection types, the experience of users visiting your website would vary a lot too. In this post, we will see how to deliver a good user experience for users on slower networks without compromising the experience of users on fast networks.
2017
- HTTP/2 Push vs Preload
HTTP/2 PUSH is a feature which lets server pre-emptively push resources to the client. HTTP Preload is a way to indicate to the browser resources it would require while loading the current page. In this post, we will discuss the key differences between PUSH and Preload.
- Native HTTP/2 support in frameworks
In this post, we will track the native HTTP/2 support status in some of the most popular Node frameworks and provide examples of how to implement basic HTTP/2 servers.
- How to create a zero dependency HTTP/2 static file server with Node.js
Learn how to create a simple HTTP/2 server to serve static files and then demonstrate some cool features like HTTP/2 PUSH.
2016
- Why Brotli Adoption is Low Among Websites
In this post, learn why Brotli is better at compression than Gzip, Brotli browser support, status and more.
- Service Worker Examples
In this blog post, learn what service workers are and what you can do with them. We cover 4 interesting use cases beyond offline support.
- Impact of Metadata on Image Performance
In this post, we will specifically focus on the different kinds of metadata stored in JPEG images and the impact this has on performance of a webpage.
- Why Dexecure
Welcome to our blog! Our very first blog post explains why we started Dexecure.