Extension size limit increase?

Hi,

Just wondering if there was any plans to increase the maximum script size for ui extensions?

64kb is super limited even with the new web components and preact hooks and I find it almost impossible to reach as soon as we want something not overly simple.

If it’s not the case can you explain the reasoning behind this limitation?

Thanks

Hey @Eliott_Pal , Unfortunately, there are no plans to raise the limit as of right now.

The intention of the limit is to maintain a performant experience especially since in many areas there are multiple extensions loading on the page at once. Hope that helps!

the web components don’t count towards size at all. are you using any npm packages that might be unexpectedly huge?

Ok thanks for the reply, I’ll get to work on my dependencies to reach the limit then.

How can we check what the script size of our extensions is?

1 Like