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
I'm thinking about using FAB to deploy a serverless Next.js app on CF workers, but my only concern is that if _assets is being fetched from a central server (like S3) every time, that could hurt latency times if it's downloading those assets. How does this work in detail? Thanks in advance :)
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
I'm thinking about using FAB to deploy a serverless Next.js app on CF workers, but my only concern is that if
_assets
is being fetched from a central server (like S3) every time, that could hurt latency times if it's downloading those assets. How does this work in detail? Thanks in advance :)Beta Was this translation helpful? Give feedback.
All reactions