I have a website that has around 700 requests, and takes a while to load and I do a query that queries 600 posts, as it is a one page site.
What I am thinking is to load the basic website first, then to load the Queries with Ajax afterwards.
Is this doable?