Optimization Tips

Web Vitals Metrics – What you should know

What are Web Vitals? Web Vitals is an initiative by Google to provide unified guidance for quality signals that are essential to delivering a great user experience on the web. These consists of some Core Web Vitals (LCP, FID and CLS) and a few others (TTFB and FCP). What are Core Web Vitals? For the […]

Web Vitals Metrics – What you should know Read More »

Tracking Web Vitals in Google Analytics

Tracking Web Vitals in Google Analytics Read More »

How to remove render blocking JavaScript with defer and async

With HTML5 there are 2 new boolean attributes for <script> tag which indicates to the browser how the script should be evaluated. The 2 attributes are defer and async. Using these attributes can help improve the page load time by downloading the script in parallel when the page is being parsed and then executing it

How to remove render blocking JavaScript with defer and async Read More »

PHP double quotes vs single quotes

Strings in PHP can be specified in four different ways: single quoted, double quoted, heredoc syntax and (since PHP 5.3.0) nowdoc syntax, the first two of them being by far the most frequently used. It is important to know the difference between using single quotes and double quotes. In this post we will see the

PHP double quotes vs single quotes Read More »

Migrating servers using DNS TTL for minimum downtime

Migrating servers using DNS TTL for minimum downtime Read More »