Hi,
I’ve managed to increase my page load speed by minifying dependencies but the one chain critical request area that’s pulling my score down is the loading of fonts. Here’s my GTMetric results:
Initial Navigation
https://followtheboat.com/ftbmates 335B, 2.7s
https://followtheboat.com/ftbmates/ 26.6KB, 3.0s
https://followtheboat.com/wp-content/plugins/cornerstone/assets/dist/fonts/fa-regular-400.woff2 170KB, 407ms
https://followtheboat.com/wp-content/plugins/cornerstone/assets/dist/fonts/fa-solid-900.woff2 138KB, 331ms
https://followtheboat.com/wp-content/plugins/cornerstone/assets/dist/fonts/fa-light-300.woff2 185KB, 481ms
https://followtheboat.com/wp-content/plugins/cornerstone/assets/dist/fonts/fa-brands-400.woff2 76.8KB, 410ms
Meanwhile Pingdom is claiming that these fonts are causing the highest amount of content size:
Font 59.64% 901.3 KB
Script 28.27% 427.2 KB
CSS 7.56% 114.2 KB
Image 2.47% 37.4 KB
HTML 1.83% 27.7 KB
What is the best way of handling these fonts so that they don’t slow down my site or cause this critical chain issue?
Thanks!