core
core copied to clipboard
[Performance] - Phishing list not performant on mobile devices
Problem:
- Currently the Phishing List provide a large set of data (>3MB) to clients via the Phishing Controller. This controller then performs a large set of filtering computations on the lists.
- The large data set and client side filtering impact the 2 primary constraints that mobile devices have: network bandwidth and memory constraints
Example of API Data from a mobile client:
- https://phishing-detection.metafi.codefi.network/v1/diffsSince/1712766668?_=1725983486634
Preferred API requirements for the Phishing List