Issue with mobile plugin rendering and background execution?

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!

Hello,

It might be easier to understand the issue if we have a little more information about your environment.

[Environment Information]

  • baserCMS version (e.g. 5.2.2)
  • Hosting server / environment (e.g. XAMPP, Lolipop, etc.)
  • Theme being used (e.g. bc_sample)
  • Your PHP skill level (A / B / C / D / E / Beginner)

If possible, please also share the following:

  • Database type (e.g. MySQL or SQLite)
  • PHP version (e.g. 5.6, 7.4, 8.x)
  • Whether the site is running with SSL (https) or not (http)

Since the issue seems related to mobile devices, it would also help to know:

  • The device and OS used for testing (e.g. Android version)
  • The browser used on the mobile device

Also, you mentioned experimenting with “delta apk”.
It may not be directly related to baserCMS, but if you could provide a little more information about it and how you are using it in your environment, it might help others better understand the situation and provide more accurate advice.