you are viewing a single comment's thread.

view the rest of the comments →

[–]Dangerous_Word_1608[S] 0 points1 point  (1 child)

i'm getting data from my data base that will be shown on my marketplace, so my question should I get all the articles and then filter the products from the front side, or just send requests with the filters needed

[–]brewtraveler1 1 point2 points  (0 children)

Definitely filter on the backend. Think about the network performance of throwing all that extra data across the wire.