Posts

Dealing with photos and build sites fast

Image
--------- Your speed and maintain the performance of your site always hits the big obstacle are the pictures we'll talk here about steps to deal with the images to improve the performance and speed of your site. There are several ways to deal with images to maintain performance and speed of your site: - Optimize images - CSS Sprites - loading / Defer images - Data URI - WebP Optimize images Optimize your pictures is meant here is to reduce the image size without affecting image quality and also delete and crop the image size only user and reduce the color depth in the picture and this works to reduce the size of the image used, you can use any of the photo editors (GIMP, Photoshop) to do this and also there are many Web sites to improve such images (tinypng, optimizilla). CSS Sprites Imagine that your site contains 5 photo browser will load each image individually and that means an increase in the number of requests "Requests" ...