You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm currently trying UptimeKuma v2 beta 1, i have a lot of monitor (1800)
To load the dashboard, it could take more then 1 minute, i suspect that it is slow because of charts (that i don't need)
I have try to find myself in .js code to "void" chart function without success.
Could someone tell me in wich file to search or wich function to desactivate?
Thanks a lot
📝 Error Message(s) or Log
no error message
🐻 Uptime-Kuma Version
2.0.0-beta.1
💻 Operating System and Arch
Docker on Debian 12
🌐 Browser
Any
🖥️ Deployment Environment
Runtime: Docker 28
Database: external mariadb 11.4
Filesystem used to store the database on: ext4
number of monitors: 1800
The text was updated successfully, but these errors were encountered:
I have found myself how to do but it doesn't change anything on page loading perfromance.
Here is for archive how i have done:
enter docker container and stay in /app apt update apt install nano nano src/pages/Details.vue
at line 187 change <PingChart :monitor-id="monitor.id" />
to <PingChart v-if="false" :monitor-id="monitor.id" />
comment line 283 like // const PingChart = defineAsyncComponent(() => import("../components/PingChart.vue"));
🛡️ Security Policy
📝 Describe your problem
I'm currently trying UptimeKuma v2 beta 1, i have a lot of monitor (1800)
To load the dashboard, it could take more then 1 minute, i suspect that it is slow because of charts (that i don't need)
I have try to find myself in .js code to "void" chart function without success.
Could someone tell me in wich file to search or wich function to desactivate?
Thanks a lot
📝 Error Message(s) or Log
no error message
🐻 Uptime-Kuma Version
2.0.0-beta.1
💻 Operating System and Arch
Docker on Debian 12
🌐 Browser
Any
🖥️ Deployment Environment
The text was updated successfully, but these errors were encountered: