When filtering an array of ember resources, what would be the threshold of filtering data client side or handing it over to the server? In an application in development we noticed the more filters that are being applied, the time to render the array of products takes remarkably longer.
Does someone has experience or an opinion about this?