Replies: 1 comment 1 reply
-
Are you querying for data stored in Firebase from your server? If so, you may find that you see faster request times by hosting your server on Firebase, compared to Netlify or Cloudflare. While it's true that your compute could be located further away from your users, it also means that your application could retrieve data very easily because it the request would stay within the data center. Your mileage may vary, just something to consider :) |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I am starting to try out Remix to build an app and loving it so far, but I cant deploy it to Netlify anymore, because I have reached the 50MB limit, this is what netlify says:
I am using firebase and some mail packages to handle recieving emails via IMAP and that already pushed me over 50MB. These are my current dependencies:
As far as I have understood it, remix bundles basically the server into 1 netlify function. Which leads to the large size. Do you guys have any good suggestion to deal with that? It seems like this 50MB arent hard to reach.
I know I could deploy single netlify/firebase functions on my own. But that just is just so clunky in comparison to the awesome remix loaders/actions.
Is there any service that doesnt have a 50MB limit? I suppose deploy a node.js server, but wouldnt you loose all CDN/Edge advantages of Netlify/Vercel etc.?
Beta Was this translation helpful? Give feedback.
All reactions