To Reproduce
- Install Dokploy v0.29.8 on a VPS
- Deploy one or more applications
- Open the Dokploy panel and navigate to /dashboard/home
- Observe slow load time
- Check Dokploy container logs — you will see the warning below
Current vs. Expected behavior
Current: Dashboard home loads slowly. Server logs show:
"Warning: data for page "/dashboard/home" is 713 kB which exceeds the threshold of 128 kB,
this amount of data can reduce performance."
Expected: Dashboard should paginate or lazy-load data to stay within acceptable limits.
Provide environment information
Operating System:
OS: Ubuntu 24.04
Arch: x86_64
Dokploy version: 0.29.8
VPS Provider: Hetzner
What applications/services are you trying to deploy?
Rails app, Node.js frontend(inertiajs), PostgreSQL
Which area(s) are affected? (Select all that apply)
Remote server
Are you deploying the applications where Dokploy is installed or on a remote server?
Same server where Dokploy is installed
Additional context
The 713KB warning appears on every restart in the Dokploy container logs.
VPS has 8GB RAM and is not under memory or CPU pressure — this is purely a
frontend data size issue on the dashboard home page.
Will you send a PR to fix it?
No
To Reproduce
Current vs. Expected behavior
Current: Dashboard home loads slowly. Server logs show:
"Warning: data for page "/dashboard/home" is 713 kB which exceeds the threshold of 128 kB,
this amount of data can reduce performance."
Expected: Dashboard should paginate or lazy-load data to stay within acceptable limits.
Provide environment information
Operating System: OS: Ubuntu 24.04 Arch: x86_64 Dokploy version: 0.29.8 VPS Provider: Hetzner What applications/services are you trying to deploy? Rails app, Node.js frontend(inertiajs), PostgreSQLWhich area(s) are affected? (Select all that apply)
Remote server
Are you deploying the applications where Dokploy is installed or on a remote server?
Same server where Dokploy is installed
Additional context
The 713KB warning appears on every restart in the Dokploy container logs.
VPS has 8GB RAM and is not under memory or CPU pressure — this is purely a
frontend data size issue on the dashboard home page.
Will you send a PR to fix it?
No