poor visual stability

my store shows that my store has poor visual stability of 0.34 please guide me how to improve that and what does that mean having a poor visual stability and please tell me what should i do to improve it ?

Hi

Following will help

Optimize images and fonts
Minimize third-party scripts
Managing dynamic content loading

Font optimize code example

@font-face {
  font-family: 'YourFont';
  src: url('path/to/font.woff2') format('woff2');
  font-display: swap;
}