Elements
Console
Sources
Network
Performance
Memory
Application
Security
Lighthouse
> let version = "1.26.4"
< "1.26.4"
> document.querySelectorAll("div").length
< 16
> console.warn("Low memory warning!")
VM12:1 Low memory warning!
Page sources:
  • index.html
  • styles.css
  • main.js

// main.js (truncated preview)

function hack() {
  return "all your base are belong to us";
}
Network Log:
NameStatusType
main.js200script
logo.png200image
api/data404xhr
Performance Metrics:
  • Load: 1.2s
  • JS Heap: 6.1 MB
  • FPS: 58
Memory Usage
  • Documents: 3
  • DOM Nodes: 2,350
  • Listeners: 38
  • GPU Memory: 55MB
Application
  • Local Storage: 5 keys
  • Session Storage: 2 keys
  • Cookies: 3
Security Overview
  • Certificate: Valid (Fake CA)
  • Connection: Secure (TLS 1.3)
Lighthouse Results:
  • Performance: 98
  • Accessibility: 94
  • Best Practices: 100
  • SEO: 92