core icon indicating copy to clipboard operation
core copied to clipboard

[Performance] - Phishing list not performant on mobile devices

Open sethkfman opened this issue 1 year ago • 0 comments

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

sethkfman avatar Oct 17 '24 22:10 sethkfman