Server Timings
Default server timings
The following server timings are added to the Server-Timing
headers in your
responses in Front-Commerce:
Name | Description |
---|---|
createServerContext | The time it takes to instanciate your Front-Commerce server context |
graphql-* | The time it takes to execute the * GraphQL query |
loaders | The time it takes to fetch the data from the route loaders |
SSR | The time it takes to render the server-side React app |
Add your own server timings
You can add your own server timings to the Server-Timing
headers in your
responses in Front-Commerce.
Please refer to the Add your own server timings guide for more information.