-
Notifications
You must be signed in to change notification settings - Fork 10
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Docs for server timing #125
Comments
That's a great callout!
Note: these What sort of times are you seeing for elements and html?
I have found |
Yeah, it definitely does cache. When it's not cached, I've been seeing some in the 300-400ms range, but I'm not super worried about it because the caching seems pretty solid and frankly the bigger issue are the dynamoDB queries themselves. |
Just wanted to say this was wildly helpful, @tbeseda. I stumbled on a route with very high TTFB. Looking at the server timings, Sure enough, stumbled on a massive chunk of data that was being added, that I wasn't even using at all. Removed that, the 2s |
I love seeing some server timings in enhance, but I can't find any documentation about what they each mean.
Would it be possible to get some docs for what each of these are measuring:
enhance-api
enhance-elements
enhance-html
enhance-preflight
In particular
enhance-elements
andenhance-html
as those two are the ones that take the longest (at least in my current situation).The text was updated successfully, but these errors were encountered: