I'm still having issues, and clearing my cache doesn't resolve them. Note that it isn't https://www.walgreens.com/login.jsp itself that takes time to load, it's the next page, once you press the Sign In button to sign into the site. It takes several minutes for that page to load.vbrobert wrote:Looking at https://www.walgreens.com/login.jsp, the jJavascript took a while which is to be expected. It actually took a whopping 3 seconds. When I loaded it from cache, it only took 0.64 seconds for the Javascript. If you are still having issues, try clearing your cache.
And after it loads, selecting Your Account > Sign Out takes several minutes to load the "You Are Signed Out" page.
The Network panel suggests that the requests that block the next page from loading are to URLs of the form:vbrobert wrote:I would also suggest, in Firefox, go to Tools --> Web Developer --> Network and that should give us some more insight.
Code: Select all
https://ecomuem.walgreens.com/dynaTraceMonitor?dtCookie=[elided];dtLatC=[elided];referer=[URL]
After pressing the Sign In button, the page initiates a few requests that respond quickly, then it initiates a request to the aforementioned URL, which hangs for a while (30 seconds to a minute) before returning zero bytes; after which the page initiates a second request to that URL, which similarly hangs and then returns zero bytes; after which the page initiates a third request, which hangs for a while, after which the next page loads. (It isn't clear what happens to that third request, since Firefox clears the Network panel when the next page loads, so I can't inspect the response.)
When I'm connected via T-Mobile, on the other hand, both signing in and signing out proceed quickly, with the next page loading after a couple seconds. (In this case, I don't have any network logs, since Firefox clears the Network panel before I can inspect the requests made by the previous page.)