Invision Community 4: SEO, prepare for v5 and dormant account notifications Matt November 11, 2024Nov 11
Posted April 16, 20222 yr 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.
April 18, 20222 yr I have tagged our developers on this so they can review what you are referring to on the loading of that item
April 20, 20222 yr I have opened an internal issue for this so one of our front-end developers can look into it.
August 4, 20222 yr 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?