From Bloated WordPress to Lightning-Fast Static Site

Banner image

Problem

A local (hypothetical) café had a WordPress site that looked fine at first glance but was painfully slow to use. The homepage was nearly 3MB, loaded in 3 seconds, and was running on around 5 plugins.

Slow sites often frustrate customers and drive them away before they even see the menu.

So, I decided to rebuild the homepage as a static site to test how much performance could improve without changing the design much.

This is what I've done:

Results

The difference was (somewhat) dramatic:

Before:

Lighthouse stats before optimization

After:

Lighthouse stats after optimization

You can also check out the before and after Lighthouse reports yourself, along with the result static page if you want.

With fewer moving parts, the site also became simpler to host and more secure (no WordPress plugins or PHP backend to maintain).