A
A
Arthur2018-11-25 18:33:53
AJAX
Arthur, 2018-11-25 18:33:53

How to connect multiple ajax data table requests?

Good afternoon, we have several ajax data tables on the page, each one sends a request to our server and we get a dozen requests, which greatly slows it down when the page is opened. Is it possible to sum up requests somehow? on the server side, we will send back the data of all tables, etc.
What are the solutions?

Answer the question

In order to leave comments, you need to log in

1 answer(s)
S
Stalker_RED, 2018-11-25
@ART_CORP

You can first request data for all tables, and only then start the datatble initialization with this data.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question