- Use CSS content-visibility: auto for lazy rendering of off-screen log lines - Replace setInterval auto-scroll with requestAnimationFrame for smoother scrolling - Cache HTML entity decoding to avoid repeated DOMParser calls (up to 5000 entries) - Cache match count calculations to prevent repeated DOM queries - Debounce search input (300ms) in deployment logs view - Debounce Livewire render updates (100ms) to batch rapid changes - Add log-line utility class with content-visibility optimization - Add log-highlight utility class for search result highlighting These changes address browser freezing when viewing deployment logs with 3500+ lines (GitHub issue #7668). The content-visibility CSS property lets the browser skip rendering of off-screen content, significantly reducing initial render time and memory usage. Fixes #7668 |
||
|---|---|---|
| .. | ||
| environment-variable | ||
| scheduled-task | ||
| storages | ||
| configuration-checker.blade.php | ||
| danger.blade.php | ||
| destination.blade.php | ||
| execute-container-command.blade.php | ||
| get-logs.blade.php | ||
| health-checks.blade.php | ||
| logs.blade.php | ||
| metrics.blade.php | ||
| resource-limits.blade.php | ||
| resource-operations.blade.php | ||
| tags.blade.php | ||
| terminal.blade.php | ||
| upload-config.blade.php | ||
| webhooks.blade.php | ||