Replies: 1 comment 9 replies
-
Hey. Could you post the build logs here? It should only be using functions for SSR and DSG pages. |
Beta Was this translation helpful? Give feedback.
9 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi! I posted this question in the Netlify support forums but realized it might be better suited to live here.
Context
We’ve been using the @netlify/plugin-gatsby package to enable server side rendering on https://curology-gatsby.netlify.app/ (custom domain is curology.com).
We’re currently using SSR in production for Treat Acne, Fine Lines and More | Curology Custom Skincare | Start Your Free Trial, while all other pages are static.
I noticed that our Netlify function request usage represents all traffic from our entire app, rather than that of the single page that is server-rendered. This means we run the risk of hitting the request limit for “functions level 1” even though our server-rendered page only has a few hundred requests.
Questions
Thanks for the support! Our team has been really happy with how well SSR has worked with the
@netlify/plugin-gatsby
package so far.Beta Was this translation helpful? Give feedback.
All reactions