Dataset pagination is very slow
It turns out that the pagination can take several seconds. What I can see from the dev console is that the browser is queuing and resolving first the status of the data (online, restored, etc..) and then it gets the list of datasets that is performerd quickly but only after waiting for the statuses.
https://data.esrf.fr/investigation/937814656/datasets?page=4
Here, there is an interesting article about the max limit of connections and http pipelining: https://ishwar-rimal.medium.com/why-does-your-browser-limit-the-number-of-concurrent-network-calls-1ae5d50863dd
Edited by Alejandro De Maria Antolinos