Invision Community 4: SEO, prepare for v5 and dormant account notifications By Matt Monday at 02:04 PM
Colonel_mortis Posted April 16, 2022 Posted April 16, 2022 To reproduce: Click https://invisioncommunity.com/profile/536475-colonel_mortis/ (note that this will not occur again if you refresh the page or use the browser back/forwards buttons - you need to actually click the link to trigger it) Observe that the page shows up for a moment, then changes to a loading spinner, before finally loading again a few seconds later. All of the page data was reloaded from the server in the process. This can be fairly jarring, especially for users on slower connections. This is because ips.profile.main.js calls History.replaceState from setup. setup is called from initialize after the statechange event handler has already been bound. I'm not sure why you're calling History.replaceState there, but it seems like it should be safe to reorder initialize so you call setup before adding the statechange event handler. SUBRTX and Princess Celestia 1 1
Marc Posted April 18, 2022 Posted April 18, 2022 I have tagged our developers on this so they can review what you are referring to on the loading of that item SeNioR- and SUBRTX 2
Stuart Silvester Posted April 20, 2022 Posted April 20, 2022 I have opened an internal issue for this so one of our front-end developers can look into it. SUBRTX 1
SUBRTX Posted August 4, 2022 Posted August 4, 2022 On 4/20/2022 at 11:49 AM, Stuart Silvester said: I have opened an internal issue for this so one of our front-end developers can look into it. On 4/18/2022 at 4:27 AM, Marc Stridgen said: I have tagged our developers on this so they can review what you are referring to on the loading of that item any update on this? SeNioR- 1
Recommended Posts