Sunday, May 19, 2024
HomeCSSjavascript - Chrome Lighthouse saying cloned graph lacking node for Eradicate render-blocking...

javascript – Chrome Lighthouse saying cloned graph lacking node for Eradicate render-blocking sources


Once I run lighthouse on my html code, I get this

enter image description here

Hovering over “Error!” I get cloned graph lacking node. My html is

<!DOCTYPE html>
<html lang="en">
  <head>
    <meta charset="UTF-8" />
    <hyperlink rel="icon" kind="picture/png" href="/favicon.png" />
    <hyperlink rel="apple-touch-icon" href="/favicon.png">
    <hyperlink rel="manifest" href="/manifest.json">
    <meta identify="theme-color" content material="#6E2D91">
    <meta identify="description" content material="Pattern Internet App">
    <meta identify="viewport" content material="width=device-width, initial-scale=1.0" />
    <title></title>
    
    <hyperlink rel="stylesheet" href="/property/index.4a576584.css">
  </head>
  <physique>
    <div id="app"></div>
    <script kind="module" crossorigin="" src="/property/index.79acedba.js" defer async></script>
  </physique>
</html>

Apparently the sourse of the error is right here

https://github.com/GoogleChrome/lighthouse/blob/fa70748c46fc1fb4236417ecb8848f965cd1613f/lighthouse-core/lib/dependency-graph/base-node.js#L225

line 225

Does anybody know what is going on on?

RELATED ARTICLES

LEAVE A REPLY

Please enter your comment!
Please enter your name here

Most Popular

Recent Comments