Web portal for domain registrants and contacts to get a registrar independent overview of domain associated with the user. Other features include contact data update and fully automated domain registry lock.
0
stars
0
forks
source link
Loading the index screen takes minutes for users with lots of registrations #20
Loading of the test user's domain list took minutes and was still unsuccessful. The biggest registrant has over two thousand registrations and there are still some contacts in the role of tech contact with even longer list of domains they are associated to .
a possible idea on how to resolve this:
add an additional option or separate command to registrant-api to query the list of domains without added sub-objects details (contact, host, dnskey). This should be query against single db table and thus be fast. Additionally we still need registrar data, but dropping other contact details should considerably speed up the domain list query.
Loading of the test user's domain list took minutes and was still unsuccessful. The biggest registrant has over two thousand registrations and there are still some contacts in the role of tech contact with even longer list of domains they are associated to .
a possible idea on how to resolve this: add an additional option or separate command to registrant-api to query the list of domains without added sub-objects details (contact, host, dnskey). This should be query against single db table and thus be fast. Additionally we still need registrar data, but dropping other contact details should considerably speed up the domain list query.