Web Development

Prefetching

As part of my performance improvement quest I have been looking into link prefetching. Gatsby uses prefetching to improve the apparent speed of loading subsequent pages. I would like to implement or find an implementation of this which I can use in WordPress. This article describes some prefetch plugin options for WordPress. I intend to […]

Prefetching Read More »

Performance Testing Resources

I previously posted about my work to better understand web performance optimization, particularly with WordPress. In doing so I have used a number of online testing resources alongside my local implementation of Lighthouse and chrome developer tools. Here are online performance testing sites I have used: Web.dev Google PageSpeed Insights GT Metrix Webpagetest.org Web.dev and

Performance Testing Resources Read More »

Typography

Something I need to read more thoroughly and understand is the use of typography. This is a design topic but I see the need to be design aware and at times I do it myself. This article is a good starting point regarding the art of web typography.

Typography Read More »

Video Loop

I created a test page in this theme where I had a header with a video background set to loop using the video tag “loop” attribute. I found to my frustration that this does not work correctly in Chrome and Edge with the video stopping instead of looping. Note that it does work in Safari

Video Loop Read More »

PWA

This is a placeholder for information regarding PWA’s – Progressive Web Apps – and my experience with a small app I created using Gatsby.

PWA Read More »

Scroll to Top