--- title: PerformanceEvent - GraphQL Admin description: >- Represents an event that impacts storefront performance, measured via Real User Monitoring (RUM). api_version: unstable api_name: admin source_url: html: 'https://shopify.dev/docs/api/admin-graphql/unstable/objects/PerformanceEvent' md: >- https://shopify.dev/docs/api/admin-graphql/unstable/objects/PerformanceEvent.md --- # Performance​Event object Requires The user must have access to themes and reports. Represents an event that impacts storefront performance, measured via Real User Monitoring (RUM). ## Fields * metadata [JSON!](https://shopify.dev/docs/api/admin-graphql/unstable/scalars/JSON) non-null Additional metadata about the performance event. * occurrence [Date​Time!](https://shopify.dev/docs/api/admin-graphql/unstable/scalars/DateTime) non-null The date and time when the performance event occurred. * type [Performance​Event​Type!](https://shopify.dev/docs/api/admin-graphql/unstable/enums/PerformanceEventType) non-null Identifies the type of the performance event. *** ## Map No referencing types *** ## Queries * [performance​Events](https://shopify.dev/docs/api/admin-graphql/unstable/queries/performanceEvents) query Events that impact storefront performance, measured via RUM (Real User Monitoring). *** ## \PerformanceEvent Queries ### Queried by * \[performance​Events](https://shopify.dev/docs/api/admin-graphql/unstable/queries/performanceEvents)