Hello, If the code for the page function contains a fetch call (subrequest), will both count towards
Hello, If the code for the page function contains a fetch call (subrequest), will both count towards the 100,000 request per day limit?






application/javascript...

body?/students is cached for 1 hour, can I set the Vary header in response to a redirect from /students/new when creating a user? Will the cache be invalidated on the /students page? (this is a remix app)The RPC receiver does not implement the method "test" whereas .fetch() works perfectly fineapplication/javascriptbody/students/studentsVary/students/newThe RPC receiver does not implement the method "test"return redirect('/users/students', { headers: { Vary: `${id}` } });