Tag: defer jQuery

An easy way to defer jQuery in WordPress

Defer jQuery is probably the most popular JavaScript library that makes a developer’s life easy writing cross-browser compatible JS code. Basically, it uses many native or vanilla JavaScript APIs under the hood and makes complex tasks like DOM traversal, event handling, and XHR (a JavaScript API to create AJAX requests) super easy and mostly exception-free. […]

Lighthouse Speed Test : 5 Simple Tips on How to Improve Your Website's Performance

Google Lighthouse is a free tool that helps you analyze the quality of web pages on your website. It audits your pages for accessibility, performance, and SEO and recommends changes to improve them. Let’s assume the Lighthouse is the speedometer of a car that not only shows the car’s speed but also shows suggestions to […]