Figma clientStorage creates lag on plugin

Has anyone experienced extreme lag when using client storage api?

My plugin stores some user preferences using the Figma client storage. Upon load I will fetch the preferences and when the user makes a change in a setting I will update the client storage data.

This seems to work fine and good in a personal account but on a huge teams account it took up to 2-3seconds for Figma client storage to set or retrieve the stored data.

This causes my plugin to hang a good 3 seconds on startup and when a user makes a preference change…scratching my head on what seems to be the cause.

Is this normal for client storage?