---
title: "Reducing Page Load Times by 90%"
description: "Learn how to slash your website's load time by 90% using modern tools and cloud infrastructure. A data-driven guide to achieving sub-500ms performance for better engagement metrics."
categories: ["content marketing"]
keywords: ["page load time","website speed optimization","Hugo static site generator","Render cloud hosting","Cloudinary image optimization","Algolia search integration","Forestry static site management","content marketing"]
ai_summary: "Discover how to reduce your website's load time by 90% using modern tools and cloud infrastructure for improved engagement."
date: 2018-12-12
lastmod: 2026-07-21
canonical_url: https://www.tomtunguz.com/moving-to-a-modern-blogging-stack/
author: "Tomasz Tunguz"
---

Over the last month, I've been modernizing this site with one goal in mind: speed. The net result from that effort is a 90% reduction in page load time from 5 seconds to about 500 milliseconds. At Google, I learned[ page load time is highly correlated to engagement metrics](https://royal.pingdom.com/2018/01/18/page-load-time-really-affect-bounce-rate/) including bounce rate and time on site. I've been focused on it ever since.

This is how I did it.

[Hugo](https://gohugo.io/):  I moved to a [static site generator in 2014](https://tomtunguz.com/blogging-tools/). Static site generators create webpages that load immediately. There are no database calls. Just fast load times. Initially, I used Jekyll, but now I'm Hugo, which runs faster because it's written in go instead of ruby.

[Render](https://render.com): Render is a new cloud provider. I moved because of the seamless deployment, free https certificates, and a lightning fast network. Also, I compress JS and CSS during the build process through their platform. Plus, they have terrific customer support.  Before, I ran Route53, CloudFront and S3 static site hosting which is far more complicated.

[Cloudinary](https://cloudinary.com): Cloudinary is an image serving service that optimizes the image size, quality and format for the device and network connection. Since images are the largest assets, this change made a big difference.

In addition to these core infrastructure changes, I use two other components.

[Algolia](https://www.algolia.com): Algolia powers the search. This is a long time coming after many requests. I use Render to create the search index and send it to Algolia after every new post.

[Forestry](https://forestry.io): Forestry is a beautiful web client for static sites that makes it easy to write new posts. It integrates into Cloudinary for easy image insertion.

All these together should make it much easier to browse this blog and search previous posts.

Photo by [PAUL SMITH](https://unsplash.com/photos/Sz0kMDeDUc0?utm_source=unsplash&utm_medium=referral&utm_content=creditCopyText) on [Unsplash](https://unsplash.com/search/photos/speed?utm_source=unsplash&utm_medium=referral&utm_content=creditCopyText)
