Back to Changelog
v1.0.336
Fixed /services endpoint latency spike on fresh installations — Quick Service Restart card now loads instantly.
Improvements
4- Legacy PHP (5.6-7.4) version detection no longer spawns a docker run cold-start per request; version is read directly from the shim metadata
- Single batched docker ps call with 30-second cache replaces per-container docker inspect calls
- Docker command timeouts increased to 4 seconds to prevent probe hangs; all service probes run in parallel
- Dashboard Quick Service Restart card visible and responsive immediately after fresh installation
Bug Fix
1- Services endpoint (/services) was taking 8-9 seconds on fresh installs due to docker-shim PHP cold-start on every request; now returns in under 1 second