Posts

Showing posts from March, 2019

Easy Speed Optimization for Web Developers

Image
A majority of the web is still accessed via slow 2G networks, so when it comes to web speed optimizations, developers should take the responsibility to make their web apps as optimized as it could possibly be. Most of you might think that increasing speed performance trades of with user experience. Well, frankly speaking, most of the time it does, but it doesn't need to be that way! In this article, I will be sharing top 3-speed optimization strategies which will help you bring a smile to your users face even on slow network speed. 1. Images Images should be the appropriate format, compression, and size; and loaded only when necessary The images commonly contribute to a majority portion of your website. Thus, it is very important to serve your static images in an optimized and performant way. To be successful with images, it is necessary that you automate and systemize them. Checklist : Appropriate format Appropriate compression Appropriate for display size and dens