> let version = "1.26.4"
< "1.26.4"
> document.querySelectorAll("div").length
< 16
> console.warn("Low memory warning!")
VM12:1 Low memory warning!
< "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:
| Name | Status | Type |
|---|---|---|
| main.js | 200 | script |
| logo.png | 200 | image |
| api/data | 404 | xhr |
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