Hey! We are tying to make loading Growthbook faste...
# contributing
p
Hey! We are tying to make loading Growthbook faster so we do not see a flicker/flash of the default state before the experiment loads. Is there other options besides using the SDK that could decrease load time?
s
In general server-side rendering can help with this, but it depends on your tech stack and how your app is delivered. Can you give us an idea what your current stack is and which SDK you're using?
f
You can move GrowthBook’s sdk higher up the page, or you can load the feature payload inline, or you can make sure GrowthBook is not waiting on other services for the hashing attribute
p
Okay I will try the above thank you! Unfortunately server side is not an option for us