Hi, everything is in the title,
by release, i mean when executing the public plugin which is available to everyone,
and by development, i mean my local copy.
I have tested it on the exact same file and conditions, so i know it’s not related to something else.
Do you know about that ?
What could be the possible reasons ?
It seems to be the case in any context, in development, a complete re-render of my algorithm would take 0.5 to 1 sec in average, and it takes from 2 to 3 sec in release.
For context, my plugin is :
https://www.figma.com/community/plugin/1504087347056471789/10x-html-design-to-clean-responsive-code-10x-faster
an HTML exporter that runs vert fast,
It is a big problem because my plugin shows a preview which allow for a WISIWIG live editing that has to re-render everything at every changes, and it’s only nice to use if the refresh time is below 1 sec.
Thanks.