Recent Posts

Reduce The Data Sent Across The Network

less than 1 minute read

Reducing the amount of data sent across the network can improve application performance significantly. Compressing CSS and JavaScript is possible using bundl...

Turn On Http Compression

less than 1 minute read

Make sure HTTP compression is turned on for any uncompressed content. HTML in particular compresses significantly, and in this era of mobile friendliness and...

Include Height And Width Of Image

less than 1 minute read

Including height and width in tags will allow your page to render more quickly, because space can be allocated for the image before it is downloaded.