✅ Relevant image. Optimised and responsive.
✅ Large title, usually the main keyword
✅ Breadcrumb - make sure to use Breadcrumb Schema
✅ Table of Contents - Longer posts this should be collapsed with a "show table of contents" button
Jun 22, 2020 • 16 tweets • 7 min read
In this thread.
"How I lowered the page load time of CNN.com from 18 seconds to 2.75 seconds with no development work".
#pagespeed#webperf#techseo
Here is some more proof. Below you can see the before and after screenshots of my tests and times in the Chrome Network tab.
Caveat: the Finish time never stops on CSS due to external scripts constantly running. The screenshot was when it stabilised though.
May 20, 2020 • 9 tweets • 3 min read
After yesterday's Lighthouse changes going live you probably want to know how to optimise for the new metrics which are
Largest contentful paint
Total Blocking Time / First Input Delay
Cumulative Layout Shift
Reduce response times from the server - CDN's can help here
Reduce render blocking JS and CSS - try to only load the minimum on a per page basis. Minify, inline and defer are your friend. Check usage using code coverage tool in Dev Tools