--- 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). *** ## Examples * ### performanceEvents reference ## Query Reference ```graphql { performanceEvents { # performanceEvents fields } } ```