Archive of posts with category 'performance'

Building Data Driven Random Posts with JSON and Lazy Loading in Jekyll

One of the biggest challenges in building a random post section for static sites is keeping it lightweight, flexible, and SEO-friendly. If your randomization relies solely on client-side JavaScript, you...

How to Enhance Site Speed and Security on GitHub Pages

One of the biggest advantages of GitHub Pages is that it’s already fast and secure by default. Since your site is served as static HTML, there’s no database or server-side...