--- title: PerformanceEventType - GraphQL Admin description: Identifies the type of event that impacts the performance of the storefront. api_version: unstable api_name: admin source_url: html: https://shopify.dev/docs/api/admin-graphql/unstable/enums/performanceeventtype md: https://shopify.dev/docs/api/admin-graphql/unstable/enums/performanceeventtype.md --- # Performance​Event​Type enum Identifies the type of event that impacts the performance of the storefront. ## Valid values * APP\_​INSTALL Indicates that an app has been installed. * APP\_​UNINSTALL Indicates that an app has been uninstalled. * THEME\_​LIVE\_​EDIT Indicates that a file in the live theme has been edited. * THEME\_​PUBLICATION Indicates that a new theme has been published. *** ## Fields * [Performance​Event.type](https://shopify.dev/docs/api/admin-graphql/unstable/objects/PerformanceEvent#field-PerformanceEvent.fields.type) OBJECT Represents an event that impacts storefront performance, measured via Real User Monitoring (RUM). *** ## Map ### Fields with this enum * <-|[Performance​Event.type](https://shopify.dev/docs/api/admin-graphql/unstable/objects/PerformanceEvent#field-PerformanceEvent.fields.type)