mirror of
https://github.com/pelican-dev/panel.git
synced 2026-05-04 18:00:48 +03:00
Payload optimisation for /update api route #503
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @rurueuh on GitHub (Nov 30, 2025).
Current Behavior
The client application currently performs a repetitive fetch request (polling) to the /update endpoint on the main dashboard to retrieve the server list.
On the repetitive fetch, he load for each server the icon (even if this is the same egg) make a icon loaded x time of server
Can exceed memory limit of php fpm
Make client high bandswitch usage
Expected Behavior
2 expected behavior possible:
don't update server logo on update
make one image load for each same image
Steps to Reproduce
create multiple server with icon of 1mb (actually max) and try to load page
Panel Version
1.0.0-beta28
Wings Version
not concerned but 1.0.0-beta19
Games and/or Eggs Affected
No response
Docker Image
No response
Error Logs
Is there an existing issue for this?
@Boy132 commented on GitHub (Nov 30, 2025):
These update calls are from livewire. That's normal.
The only thing we can look into is optimizing the icon updates.