Hi i have a discussion page in PHP where there will be topics listed with comments below that. I'm loading all the topics during the page load and comments through ajax request. Since the user can add any number of topics and any number of comments under each topic, the page tooks very huge time to load(In case when 10 topics(paginated) and 100 comments under each topic). So how to optimize this for some great speed? Any idea on this would be greatly appreciated.
Note: I'm sending a request for each topic