Hi,
My current index page contains around 800 workflows, which is significantly slowing down the page load time. Would converting sections with a large number of workflows into reusable elements help improve the load speed?
Thanks!
Hi,
My current index page contains around 800 workflows, which is significantly slowing down the page load time. Would converting sections with a large number of workflows into reusable elements help improve the load speed?
Thanks!
Hi there,
Reusable elements are the elements on the page itself (groups, repeating groups, inputs, etc) grouped together into a single element. Workflows by themselves cannot be reusable elements, although a reusable element can have workflows tied to it. Is this what you’re referring to?
Editor load speed yes, page load speed unknown.
You can’t (shouldn’t) have a page with 800 workflows. It’s a maintainability nightmare. Use reusable elements and your future self or future developer will thank you.
Thanks
Yes, to convert groups with a lot of workflows tied to them into reusable elements so that the workflows linked to them are not required to load immediately during page load
what exactly does your index page do?
Could you give a rough idea? 800 workflows sounds slow AND expensive.
As everyone already highlighted, for maintenance purposes alone you should have reusable components. Maybe you might get rid of some workflows which are essentially the same thing.
However, I am just curious about the application. 800 workflows on a single page is a lot. Is it a SPA? and What is the app about?
First question to ask is, what is your page load time? Maybe it is not so bad (for a Bubble.io app )
Next couple of questions to ask/answer:
Then it is time to look at solutions that cost more time and effort to implement.
When I open a page with a lot of reusables and I click on a button which results in a reusable being show, the only network traffic I see is that of data being loaded. This probably means (and please correct me if I am wrong) all of the logic is loaded when the page is opened. This probably also means that moving logic to reusables will not result in a faster page load time (again, please correct me if I am wrong) unless you reduce the number of actions (see step 1 below).
So I would expect that these solutions will offer better results (depending on the situation of course):
N.b. this info from the latest community update might be good news for you: “Next up: As one of many things we’d like to do to improve page load speed, we’re implementing LeanJS, which is a technology that helps simplify our frontend framework and brings us closer to only serving the assets that need to be served with a page. You should start to see that roll out in the coming weeks.”.
Hi, thanks for your detailed response! My page load speed is around 10 to 13 seconds long. I’ll try my best to optimize it
It’s a software with a lot of capabilities. My landing page will give your better idea haha: Intellectra
And yes, around 90% of my workflows are in the index page