i'm working with backend and having around 100k records in the table. The problem is, when im loading this list, request times out because it takes longer than 30 seconds to load and also if it manages to load (increasing timeout) the list is not separated to pages, just whole list of records on the one page.
Has anyone ever encountered this issue and is there a way to fix this bug?