+ Start a Discussion
SumitkSumitk 

Eliminate request stalled time

User-added imageI need to make multiple request apex method in order to fetch data in bulk on Visualforce page. So I made ajax request in for loop. Chrome enforces a maximum of six TCP connections per host. If I am requesting twelve items at once, the first six will begin and the last half will be queued. How can I resolve this problem. Does LWC fixes this issue?