Files
NastyNAS/issues.md
Tony M 8301d0e17c Initial commit: Unraid server documentation setup
- Added issues.md with Docker page performance fix (readmore.js)
- Added CLAUDE.md for AI assistant context
- Added todo.md for change tracking
- Server: NastyNAS with ollama/ollama Docker installed
2025-09-01 02:31:25 -05:00

31 lines
1.1 KiB
Markdown

# Unraid Server Issues and Fixes
## Server: NastyNAS
---
## Issue: Slow Docker Page Performance
**Date Discovered:** Recent (before 2025-09-01)
**Status:** FIXED
### Problem
The Docker management page in Unraid was loading extremely slowly, taking several seconds to display containers. Using browser search (Ctrl+F) would lock up the page entirely.
### Root Cause
The `readmore.js` JavaScript file used for collapsing Port Mapping and Volume Mapping columns was causing performance issues, especially with many Docker containers.
### Solution
Disabled the readmore.js functionality on the Docker page.
**Steps to fix:**
1. Navigate to Docker settings page in Unraid WebUI
2. Find the option "Enable container table readmore-js"
3. Disable/uncheck this option
4. Docker page should now load significantly faster
### Notes
- This fix is available in Unraid 6.12.0 and later versions
- Performance issues were particularly noticeable with 40+ containers
- The feature was originally added to allow collapsing of port/volume columns but caused significant performance degradation
---