function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ 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?