Much better! The big bug was eliminated, a few minor bug features appeared instead.
The scrolling is really smooth now, the only mistreat of a really slow scrolling is now only on the OS MIUI 14 side of my Xiaomi Redmi 12C. The Xiaomi Redmi 5 is scrolling very smoothly.
I noticed that the forum engine was severely rewritten (possibly upgraded) in order to improve the behavior of the forum. It was success but also a source of the bug features mentioned. They are the following:
a) The fresh-cache loading speed.
If the page is loaded first time, my bandwidth was underused to the speed of 50-60 kilobytes per second, thus loading the whole page in some 35 seconds. I could treat this as a temporary problem of the network, if not the latter stage of the loading: after the page was displayed, the additional (background) loading was at some 150 kilobytes per second, clearly displaying that the lower speed of the loading is the page loading management problem. Consider the loading speed study and optimization. The possible reason for such a low speed of the loading I guessed the one-after-another loading order of a many files of small sizes instead of loading them at once or as a bunch. The funny thing is that this problem is only reproduced on the Xiaomi Redmi 12C MIUI 14.0.3. The Redmi 5 is unaffected, loading all of the page at stable ~150 kb/s, which I consider a normal behavior.
The estimated size of the initial load of the page is some huge 2Mb, with the browser cache storing only 150kb. The rest is stored in the device’s operative memory, obviously.
The subsequential loading of the page is free from this problem, taking advantage of the page files previously loaded in the device memory, so it’s only a first-time story, but the 40 seconds waiting is thrice more than some 12s of the previous version of the forum, hence this bugreport.
b) The URL blink.
If the user rises his touch during special conditions met, the URL line of a Firefox browser is briefly refreshed, giving the sense of redirect conducted, and thus, of unstability. That special conditions are the following:
– the upper edge of the displayed page must be on a post message text when the touch is released;
– that upper post message must be from another user.
The both problems are displayed in the following video. I made tapping hints at the network speed display.