You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Oct 12, 2024. It is now read-only.
Fetching data currently takes > 10s mainly because of the way all data I resolved even repeatedly.
--- from tweets
I am deploying the servers on lambda and I have max 10s to prepare all the data and serve on the client.
With my data prep algorithm, it has to resolve IDs from folders (even after it has resolved all of the IDs when doing the general fetching)...
,,
This way it firsts take ~5s to resolve all bookmarks and folders and even so, it goes through each folders no matter how deep and resolve each of them one by one which takes time and resources... this easily exceeds 10s which results in bad UX and lambda timeouts.
This cause unrelated CORS issue on
The text was updated successfully, but these errors were encountered:
Fetching data currently takes > 10s mainly because of the way all data I resolved even repeatedly.
--- from tweets
I am deploying the servers on lambda and I have max 10s to prepare all the data and serve on the client.
With my data prep algorithm, it has to resolve IDs from folders (even after it has resolved all of the IDs when doing the general fetching)...
,,
This way it firsts take ~5s to resolve all bookmarks and folders and even so, it goes through each folders no matter how deep and resolve each of them one by one which takes time and resources... this easily exceeds 10s which results in bad UX and lambda timeouts.
This cause unrelated CORS issue on
The text was updated successfully, but these errors were encountered: