mirror of
https://github.com/PowerDNS-Admin/PowerDNS-Admin.git
synced 2026-04-25 00:35:52 +03:00
[GH-ISSUE #93] Slow with many Domains #60
Labels
No labels
bug / broken-feature
bug / broken-feature
docs / request
feature / request
help / other
mod / help-wanted
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/PowerDNS-Admin-PowerDNS-Admin#60
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
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 @ghost on GitHub (Jul 20, 2016).
Original GitHub issue: https://github.com/PowerDNS-Admin/PowerDNS-Admin/issues/93
Hi first of all great work, was looking for that since years...
On one of my servers which is managing 1600 domains with 11'000 records, The dashboard needs 10 seconds to load (Corei7 with SSD).
Do you have some tips to tweak it?
@ngoduykhanh commented on GitHub (Jul 29, 2016):
I haven't tried with that amount of domain yet. But the probably reason is because we are fetching the pdns API every time we load the dashboard to sync the domain metadata to local PowerDNS-Admin (And the DNSSEC checking part also) - see this function. Disabling this feature and replace by another method can speed up the Dashboard a lot, at least in your case ;).
@ghost commented on GitHub (Aug 3, 2016):
Ok thanks for your help.
Cool would be a limit for the dashboard. So that it will only load a configurable amount of zones. and if you click on next page, it loads the details only then for the next amount of zones. :-)
@psy0rz commented on GitHub (Jul 7, 2017):
so this issue isnt realy fixed and shouldn't be closed? it seems powerdns-admin still is inefficient with many domains.
it downloads a list of ALL the domains to the browser, so this is not scalable!
@ghost commented on GitHub (Sep 9, 2017):
4000 domains here. The dashboard is so slow on each load it makes the whole thing practically unusable.
@fabiorauber commented on GitHub (Sep 9, 2017):
This solved for me https://github.com/ngoduykhanh/PowerDNS-Admin/pull/207
@psy0rz commented on GitHub (Jan 28, 2019):
thanks :D