knok-healthcare / figma-assets-to-github-plugin

A Figma plugin to export all assets inside a Figma board to a Github pull request with ease
https://www.figma.com/community/plugin/1250083994048709468/Figma-assets-to-Github-plugin
MIT License
3 stars 0 forks source link

performance: improve process of creating github blobs #1

Closed carlosdevpereira closed 1 year ago

carlosdevpereira commented 1 year ago

Description

When creating the blobs in Github, the plugin is currently doing 1 request at a time and each request waits for the previous before starting.

This flow can be optimised to perform multiple requests in parallel massively improving the speed of the upload.

Suggested solution

carlosdevpereira commented 1 year ago

Implemented in 6602ed0: