Hi everyone,
I’ve been testing a new site build on baserCMS 5 and I’m hitting a bit of a wall regarding how the mobile version handles background tasks and specific script executions. On the desktop version, everything loads perfectly, but when I switch to a mobile browser (specifically on older Android devices), I notice the CMS core plugins like the blog or mail forms start to lag significantly if there are any other scripts running.
I’ve been experimenting with the delta apk lately to see how different script environments interact with the mobile browser’s memory management. It seems like whenever I try to execute a custom script or use an external tool in the background, the baserCMS theme layout breaks or just hangs indefinitely during the page transition.
Has anyone else noticed issues with the mobile view becoming unstable when the device is under a bit of a heavy load from other applications? I’m trying to figure out if I should look into optimizing the PHP memory limit on my server or if there’s a specific way to make the CMS prioritize the core CSS/JS rendering over background processes.
Any advice on how to keep the mobile experience smooth without the site crashing during script execution would be much appreciated!

