how many host entries do you show per page?
Can you have a look at the browser console (CTRL +C) → Network. Turn on Fetch/XHR and then visit the hosts page. Then you see something like this:
Can you share this?
how many host entries do you show per page?
Can you have a look at the browser console (CTRL +C) → Network. Turn on Fetch/XHR and then visit the hosts page. Then you see something like this:
Can you share this?
This is what I see, it does loads 50 per_page, but loads very slow., it takes 3s
The same for hostgroups request, it loads 462 ??? and it takes 26s
and then I went on searching for how much time does Database take to respond for those 2 requests, its fairly fast less than 500ms.
So its the entire rendering which takes that much time ?
I think it may be the hostgroups call that’s the bottleneck. I opened a new issue in Foreman for it.