Pagination Speed on Static Collections

I am doing frontend pagination on a collection list of about 650 items. I want to use a static list for the SEO benefits. However, the pagination speed is way way slower with a static list than a dynamic list.

Is this an expected behavior. Is there a way to fix this?

I’d say that’s normal, given a static collection will trigger a change page, when a dynamic collection will be recomputed in your browser directly, without having to change the page :wink:

Do you have a Loom video showcasing the project? Maybe we can help optimizing.