October 6th, 2019

Replying to a tweet from @adactio

Also: https://webpagetest.org/result/191006_NG_26598228105505e271a92fb74c840d4f/

CC Attribution   51° N , 0° E

Also on Twitter

Reply Retweet Favourite

Responses

Chris Ferdinandi ⚓️

What’s your font loading strategy? I have similar times to you, but they would be even faster if the browser wasn’t waiting for the font CSS to load before rendering.

Peter Müller

Looks like preloaded self-hosted fonts. Quite fast. You can async your less critical css to get the browser to render without it being loaded. Or, a new way, load the non-critical css with a link tag in body. That will render flush before block-loading

Peter Müller

Are you sure you had font-display in there? Fallback or optional would be good values to try

Jason Pamental

Look at using fontfaceobserver- I’ve found that so far to be the best balance of speed and lack of unneeded repaints (looking at you Chrome)

1 Share

# Shared by Jakub Korál on Sunday, October 6th, 2019 at 4:31pm

8 Likes

# Liked by Alex Russell on Sunday, October 6th, 2019 at 11:26am

# Liked by Dr. Bernd Müller on Sunday, October 6th, 2019 at 11:55am

# Liked by David Merrilees on Sunday, October 6th, 2019 at 11:55am

# Liked by Jan Kazimierczak on Sunday, October 6th, 2019 at 12:53pm

# Liked by Erik Runyon on Sunday, October 6th, 2019 at 12:53pm

# Liked by Andreas Nyhrén on Sunday, October 6th, 2019 at 1:27pm

# Liked by Derek on Sunday, October 6th, 2019 at 5:41pm

# Liked by Prashant Palikhe on Monday, October 7th, 2019 at 9:30pm

Have you published a response to this? :