Skip to main content
Version: 3.x

Server Timings

Default server timings

The following server timings are added to the Server-Timing headers in your responses in Front-Commerce:

NameDescription
createServerContextThe time it takes to instanciate your Front-Commerce server context
graphql-*The time it takes to execute the * GraphQL query
loadersThe time it takes to fetch the data from the route loaders
SSRThe 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.