Css – Lighthouse error NO_LCP on single canvas element as leaf node on HTML
<html> <head> ... </head> <body> --- it looks like <div> <canvas /> <-- only here without another leaf </div> --- or <canvas /> <-- only here without another leaf --- </body> <html> I tried to add another leaf element and…