Module: Quilt::Performance

Defined in:
lib/quilt_rails/performance.rb,
lib/quilt_rails/performance/event.rb,
lib/quilt_rails/performance/client.rb,
lib/quilt_rails/performance/report.rb,
lib/quilt_rails/performance/connection.rb,
lib/quilt_rails/performance/navigation.rb,
lib/quilt_rails/performance/reportable.rb,
lib/quilt_rails/performance/event_metadata.rb,
lib/quilt_rails/performance/navigation_metadata.rb

Defined Under Namespace

Modules: Reportable Classes: Client, Connection, Event, EventMetadata, Navigation, NavigationMetadata, Report

Constant Summary collapse

LIFECYCLE =
{
  time_to_first_byte: 'time_to_first_byte',
  time_to_first_contentful_paint: 'time_to_first_contentful_paint',
  time_to_first_paint: 'time_to_first_paint',
  dom_content_loaded: 'dom_content_loaded',
  first_input_delay: 'first_input_delay',
  load: 'dom_load',
}
{
  complete: 'navigation_complete',
  usable: 'navigation_usable',
  download_size: 'navigation_download_size',
  cache_effectiveness: 'navigation_cache_effectiveness',
}