--- title: performanceEvents - GraphQL Admin description: >- Events that impact storefront performance, measured via RUM (Real User Monitoring). api_version: unstable api_name: admin source_url: html: >- https://shopify.dev/docs/api/admin-graphql/unstable/queries/performanceEvents md: >- https://shopify.dev/docs/api/admin-graphql/unstable/queries/performanceEvents.md --- # performance​Events query Events that impact storefront performance, measured via RUM (Real User Monitoring). ## Arguments * max​Days [Int](https://shopify.dev/docs/api/admin-graphql/unstable/scalars/Int) Default:90 Filters the RUM (Real User Monitoring) events for those created within the specified period. *** ## Possible returns * Performance​Event [\[Performance​Event!\]](https://shopify.dev/docs/api/admin-graphql/unstable/objects/PerformanceEvent) Represents an event that impacts storefront performance, measured via Real User Monitoring (RUM). * 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. *** ## Examples * ### performanceEvents reference ## Query Reference ```graphql { performanceEvents { # performanceEvents fields } } ```