# 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 ---