1 Message
•
124 Points
Performance issues affecting site spped
How do you deal with user-scalable, Render blocking requests and consider setting font-display to swap or optional, affecting speed and performance in google speed checker. Site is built with website builder, any fixes or what to do / not. Thank you



russell5607
2.6K Messages
•
25.7K Points
2 days ago
<head>or CSS files needed for these specific optimizations.font-;oroptionalattribute: This is a CSS property that needs to be added to the@font-facedeclaration. Website builders usually generate this code automatically and do not provide an interface to edit these specific attributes. The default behavior is oftenblock, which causes the "flash of invisible text" (FOIT) Google flags.asyncordeferattributes, or preloading resources. You cannot edit the script tags or CSS file loading behavior directly.user-scalablemeta tags: Theuser-scalableproperty is part of the viewport meta tag, often a standard output of a responsive website builder design. You generally cannot alter this specific HTML tag to suppress the Google recommendation.0
0