Performance issue

Hi team!

Any idea what could be causing the js to take 10 seconds (!!) to load? On desktop:

Also on mobile it’s worse…

Help, tips, advice welcome. Performance is really important to me.

  • I dont have a very heavy application with a lot of data
  • I dont use custom js, except for 1 thing but I checked and it does not affect performance.
  • No custom headers

Thanks in advance!
Alex

It’s a no-code JavaScript WebApp, it is to be expected imo. All you can do is optimize the stuff you’re importing, in case you have some custom libraries, and images.

Where are you in the world? Geography can drive this kind of performance. A State Change member experienced this kind of problem when he was using Weweb from Australia. The backend (Xano) was also in Oceania, so his data fetching was great but the app load was slow. The solution was to use code-export and host the code on a more local server (in our case we set up on a Digital Ocean data center in Sydney.)

2 Likes