Optimizing and reducing javascript

Is there really a need for this heavy amount of old JQuery code that is loaded. https://dhtiece9044ep.cloudfront.net/package/run_js/f3ac360253c061b200cdf519d9425dd9f69a5ea71f564987247b1f7aef92c316/xfalse/x6 or is JQuery used for UX interactions in the client code?

I get a page speed of between 7 -10 for mobile. I have removed almost every plugin and has only one post in the database. This is indeed ridiculous.

The code is not bundled, minimized or compressed enough according to Google Site Speed.

I have managed to get 100/100 from Site Speed on my own React projects (total server cost 14 USD/month including Cloudflare) but that involved a bit of digging in both client and server code, which I don’t have access to… :frowning:

Don’t suggest that I should upgrade from personal to professional plan and pay more, because it would be a silly answer. The bubble code is inefficient and badly optimized.

I also see that bubble uses Cloudflare, but the question is if it is correctly configured.

I haven’t bothered with testing my app with GMetrix.

https://developers.google.com/speed/pagespeed/insights/?hl=sv&url=https%3A%2F%2Fapp.stockholmstrafiken.se%2F&tab=desktop

2 Likes

Bump. I’m also looking for more information on this

I am curious on this one too. Maybe someone can shed some more light on this.

Anyone found a solution to this?

Hi @g111,

Thanks for raising this. I face a similar challenge and the loading times are making me consider a bubble.io alternative ( 7-10 seconds for page load is way too much).

I use PageSpeed Insights too and it shows many things to be optimized from Bubble.io side.

Would be very handy any sort of response from the Support Team.

1 Like

Is there anything new on this topic?
A have a quite good SEO (lucanaportal.de) score in the meantime, but performance is problematic. The run.js slows down page load by 5,9sec (mobil) and 1,8sec (desktop).
Any chances to speed that up?
I’m very thankful for any suggestions!

Regards
Lucas

Try cloudflare. There were some topic about this service

it seems to me they are a hoster. In which way does this help to optimize JS?

2 Likes

The fact this thread has no legitimate followup from Bubble is ridiculous. Bubble is just too slow to use for any data-oriented website.

1 Like

I am the prototypical bubble user. No prior web development experience and have created an app that is making money. Now I am trying to reduce my 10s load delay to LCP.

I have subordinated every element that is not necessary on page load by hiding it and using the condition to show element after page is loaded.

I have removed all but the very essential plug-ins.

I cannot get the LCP metric to move. I have researched fixes and they all seem to require that I have access to the code itself…which of course I don’t have and why up until now have loved bubble.io and recommended it to others.

Perhaps I am missing something simple. What is it?

I am concerned that this thread has not gotten a meaningful response from bubble staff. I am starting to wonder if I selected the wrong platform.