How to Reduce Time to First Byte for Improved WordPress Performance

If you’ve been testing your WordPress site’s performance, you might have come across something called Time to First Byte (TTFB). However, you may not be sure what it means, and how you can optimize your site for this metric. The good news is that Time to First Byte is pretty straightforward. Once you have a […]

Introduction to Static Sites, Static Site Generators, and Jekyll

The modern web development (by “modern” we mean one that’s been taking place in the last ~5 years) seems to be heavily into dynamic content. As the internet progressed from simple HTML pages to dynamic web apps, the benefits of dynamic web technologies became ever so clear. Nowadays, web apps like YouTube, Google Maps, and Figma are gradually bridging the gap between web and native software (and technologies like WebAssembly are playing a huge part in this process).

Still, we shouldn’t disregard static websites. Even though they can’t boast rich functionality, their advantages lie in other areas. In this article, we’ll take a closer look at a static site generator called Jekyll and analyze the benefits that you’ll get when using any static website.