Skip to content

Dashboard home page slow due to 713KB page data exceeding Next.js threshold #4700

Description

@DiptoSarkar182

To Reproduce

  1. Install Dokploy v0.29.8 on a VPS
  2. Deploy one or more applications
  3. Open the Dokploy panel and navigate to /dashboard/home
  4. Observe slow load time
  5. 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

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions