Website performance

Hello everyone, I made a website for a car rental company. It is done, and my big concern is website performance.

When I run the website through Google PageSpeed Insights I get very bad performance on my Home page. For mobile, it is 25, and 30 for desktop.

Do you have any idea how could I improve this?

My website is gocar.rs

I would appreciate any suggestions :pray:

it loaded 3 secs on me

Hello brother from Serbia, I recommend you to re-do repeating groups with new method you will find on the forum, it would make your images appear faster, other than that everything is very good and fast. Pozdrav

Bubble faces performance issues on Google PageSpeed tests (Lighthouse) due to how it handles JavaScript libraries, particularly run.js. The low performance scores are mainly caused by high Total Blocking Time (TBT). To improve performance:

  1. Reduce dynamically loaded data (from databases or variables).
  2. Minimize the number of workflows on a page.
  3. Make page from static data. This should increase performance. Also, be mindful of Cloudflare; updates to the CDN server may take time. Pages loads faster when server updated.

I faced the same problem on mine with 3.5 seconds average load time. Made a lot of fixes for index page by bringing searches to 0. And using option sets instead. Also reducing the number of groups helps too.
Current first page load speed is 2.4 seconds which is close to ideal.

@zoombackdrops

+1 on these 3 suggestions.

  1. There should be zero or close to zero dynamic data loading on page ON PAGE LOAD. Delay any such data a few seconds post load
  2. The same for WFs - you can have lots of WFs without an issue; the key is upon page load to have as close to zero as possible.
  3. Using the DB for basic copy and imagery on a landing page type of page is commonly done unfortunately, on many Bubble templates, but it is terrible in terms of the UI, page load, SEO, etc. etc.

This topic was automatically closed after 70 days. New replies are no longer allowed.