Until now, we’ve focused on building our site, and it appears to be working satisfactorily – is this really the case, though?
Does it function as we expect, or are there any tweaks we need to perform? Over these pages, we will explore how to perform unit testing and begin to optimize our pages. This process will have a particular focus on e-commerce - we will explore some of the steps we should take to test and optimize our site, and ensure it works as expected before release.
At the same time, we will perform an audit, with the Lighthouse tool, to see if there are any areas of the site we can optimize. We may ...