
PageSpeed insights
Google PageSpeed Insights is used for testing website performance.
A high performance score is important for SEO and Google Search rankings.
Choosing the right theme makes or breaks your website performance.
Website Themes Matter
As of February 2021, 40% of the websites are powered by WordPress.
A WordPress website theme combines PHP, HTML, CSS, and JavaScript.

HTML & CSS
If a theme overcomplicates HTML, it can have a negative impact on website performance. A fast lightweight theme should have CSS written as clean and minimal as possible.

JavaScript
A fast lightweight WordPress theme uses vanilla JavaScript (JS) and very minimal JS. Themes that use jQuery load more slowly because they load JS along with the entire jQuery library.

PHP
A fast lightweight WordPress theme uses minimal PHP because the more PHP is initiated on every page load, the slower your site will be. PHP queries your content and outputs your website.
As a result, it is important to know what theme to start with when building your website. All themes get heavier as you add content to your site, but you can control how lightweight your theme is. You should choose a theme that has a high PageSpeed Insights score from the get-go.
What Is PageSpeed Insights?
Google PageSpeed Insights is a tool used for testing website performance.
A score out of 100 as a weighted average of the below metrics
Get a Website Speed & Performance Test Now!
On November 10 2020, Google announced Core Web Vitals would become ranking signals in May 2021.
Largest Contentful Paint (LCP) and Cumulative Layout Shift (CLS) are Core Web Vitals for optimizing user experience.
Total Blocking Time (TBT) correlates well with First Input Delay (FID) which is another Core Web Vital.

Website Content Matters.
An HTTP request is a request the user’s browser makes to download a web page from the web server. A web page may have CSS, JavaScript, images, fonts, media, etc. Each request slows down your website. It is imperative to keep these HTTP requests to a minimum in terms of quantity and file size.
“Keep request counts low and transfer sizes small – 9 requests & 246 KiB” shows the below HTTP request results.
Resource Type | Requests | Transfer Size |
Total | 9 | 245.7 KiB |
Image | 3 | 199 KiB |
Stylesheet | 2 | 24.8 KiB |
Document | 1 | 9.9 KiB |
Script | 2 | 8.4 KiB |
Font | 1 | 3.6 KiB |
Media | 0 | 0 KiB |
Other | 0 | 0 KiB |
Third-party | 0 | 0 KiB |

Website Content Matters.
The stylesheet and JavaScript for the home page are only 24.8 KiB and 8.4 KiB respectively. These four requests include two scripts and styles WordPress loads namely style.min.css (block editor) and wp-embed.min.js (embeds). The images weigh 199 KiB having 81% of the total size and have made three requests. As you add more content like images, media, features, and elements, your website will grow. Therefore, it is imperative to control what content you will put on your website.
Ask yourself the below questions before putting any content on your website.
- How many pieces of content will you add?
- What is the size of each piece of content?
- Does the UI/UX of the content outweigh page speed?
- Are there alternatives to the proposed UI/UX in order not to sacrifice page speed?
Get a Website Speed & Performance Test Now!
PageSpeed Insights FAQ
A fast lightweight website is important for better SEO and Google Search rankings.
It improves your website’s user experience, bounce rate, and conversion rate.
Why is my performance score different?
Here is a caveat when testing the site. Your performance score may vary because of A/B tests or changes in ads being served, internet traffic routing changes, testing on different devices like high-performance desktops or low-performance laptops, browser extensions that inject JavaScript and add/modify network requests, and antivirus software.
do i need to Further Optimize my website?
As you add more and more content, your website will inevitably grow bigger and make more HTTP requests. That is why you need to optimize the speed of each page in order to get a high PageSpeed Insights score for each page. We recommend reading the article on ways to speed up your website which contains additional optimization tips.
Why do i need an SEO optimized website?
Writing quality SEO-friendly content takes tons of efforts. If you do not have an SEO optimized website, your efforts will not get the SEO results that you expect. Built in Schema.org structured data and lightning-fast page load time. Its codebase architecture follows best SEO practices. Having an SEO friendly website is critical when designing a website.
can an ecommerce website load fast?
You can add eCommerce features using WooCommerce to any performance-optimized website. Some features like off-canvas product sidebars, infinite scroll, a dropdown cart, sales bubble styles, etc. may slow down your eCommerce site. That is why it is important to know what content and features to use and further optimize the site.