mirror of
				https://github.com/louislam/uptime-kuma.git
				synced 2025-10-31 03:19:20 +08:00 
			
		
		
		
	improve the page load performance
This commit is contained in:
		| @@ -543,12 +543,12 @@ async function afterLogin(socket, user) { | ||||
|     let monitorList = await sendMonitorList(socket) | ||||
|  | ||||
|     for (let monitorID in monitorList) { | ||||
|         await sendHeartbeatList(socket, monitorID); | ||||
|         await sendImportantHeartbeatList(socket, monitorID); | ||||
|         await Monitor.sendStats(io, monitorID, user.id) | ||||
|         sendHeartbeatList(socket, monitorID); | ||||
|         sendImportantHeartbeatList(socket, monitorID); | ||||
|         Monitor.sendStats(io, monitorID, user.id) | ||||
|     } | ||||
|  | ||||
|     await sendNotificationList(socket) | ||||
|     sendNotificationList(socket) | ||||
| } | ||||
|  | ||||
| async function getMonitorJSONList(userID) { | ||||
|   | ||||
		Reference in New Issue
	
	Block a user