patrickkunka / mixitup

A high-performance, dependency-free library for animated filtering, sorting, insertion, removal and more
https://www.kunkalabs.com/mixitup/
4.52k stars 736 forks source link

Filtering is slow with only 17 items when the data source is JSON #590

Closed ajplopez closed 2 years ago

ajplopez commented 2 years ago

I have a mixitup with pagination. I haven't changed the setting for the animation at all. The click on a filter seems to have a half second delay before it filters through everything.

The data source is JSON rendered to the page via C# Razor but there are only 17 items.

Is the JSON file getting re-downloaded every time a filter is clicked? On other sites I've used this it doesn't have the same delay.