zkemail/archive.prove.email

Limit number of simultaneous results on frontend

Closed this issue · 2 comments

Currently the number of results for https://registry.prove.email/?domain=... is unlimited, which, depending on the query can generate very slow and big results.

Option 1: Add pagination
If pagination is used, the best option is probably cursor-based pagination and infinite scrolling, for performance and simplicity of implementation.

Option 2: Limit the possible queries. At the moment, the user can search for "com" which returns all .com domains. Could require the query to contain a second level domain (example.com).

solved by 97f9996

reverted as per request
b0df538