why does Edge load page slow on one computer but not another, why is xhr javascript pending?

Jeff Lennerth 0 Reputation points
2024-10-23T15:19:40.27+00:00

issue loading pages on Edge from Terminal Server vs laptop. Same Application Same browser, different underlying OS/hardware.

Microsoft Edge
Microsoft Edge
A Microsoft cross-platform web browser that provides privacy, learning, and accessibility tools.
2,353 questions
Windows 10
Windows 10
A Microsoft operating system that runs on personal computers and tablets.
11,712 questions
Windows Network
Windows Network
Windows: A family of Microsoft operating systems that run across personal computers, tablets, laptops, phones, internet of things devices, self-contained mixed reality headsets, large collaboration screens, and other devices.Network: A group of devices that communicate either wirelessly or via a physical connection.
770 questions
FSLogix
FSLogix
A set of solutions that enhance, enable, and simplify non-persistent Windows computing environments and may also be used to create more portable computing sessions when using physical devices.
497 questions
{count} votes

1 answer

Sort by: Most helpful
  1. Michael Taylor 54,811 Reputation points
    2024-10-23T16:45:13.3233333+00:00

    Any # of reasons. Edge versions could be different, the machines may be running through different gateways/switches, the site may rely on hardware acceleration and it isn't turned on, Edge performance settings could be different, one machine may have already been to the site before and so all the various caching and optimizations that browsers tend to do may cause performance differences.

    I would recommend you use the Developer Tools in the browser (F12) and go to the network tab and force a refresh of the site on both machines. Then see where the differences are. Could be the paths to the various CDNs the site relies on are impacted by network routing rules differently. The Network tab will identify where slowdowns are happening.

    As for your title question about XHR, that is a web request the client is making to a server, generally an API call to the site's backend server. Most sites make heavy use of this. If the call is slow then it might be a problem with the server backend. You'd have to debug this or contact the site administrators.

    0 comments No comments

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.