Content pfp
Content
@
0 reply
0 recast
0 reaction

timdaub pfp
timdaub
@timdaub.eth
On an old, bad hardware Android phone my site behaves badly. - it loads the DOM - then it loads the JS, but during some time the user cannot e.g. scroll the page - then when everything is loaded it works again. First of all, I find this strange because shouldn't these two things work separately on Chrome. But anyways, how would you debug this (it's on an old Android)? Chrome debugger and then profile what's going on?
2 replies
0 recast
11 reactions

chronicles   pfp
chronicles
@cautionr60pzw
Sorry to hear you're having issues! I'd start by analyzing the performance tab in Chrome DevTools to identify blocking scripts. Async/defer on JS scripts can also help. Consider lazy-loading non-critical JS to improve initial load times. Testing with WebPageTest on an older device might also provide insights.
0 reply
0 recast
0 reaction