Prefetching content from different pages

Hello,
I’m having a performance issue after migrating to a lesser host (imposed constraint) and I was wondering if the following is possible. The scenario is as follows:

  1. Index page shows a bootstrap table with a number of results, from table_1
  2. detail page shows the details of any of the results from the index page, from table_2

I was wondering if I could load table_2, filtered by ids present on the index page, in the index page and add them to some sort of local storage, so that when the detail page is loaded, it doesn’t have to wait until the content of table_2 is fetched, which is getting 10 to 15 seconds as the table grows.

Thanks for your insights.

Community Page
Last updated: