lib/quilt_rails/performance.rb in quilt_rails-3.5.5 vs lib/quilt_rails/performance.rb in quilt_rails-3.5.6

- old
+ new

@@ -10,21 +10,21 @@ require "quilt_rails/performance/reportable" module Quilt module Performance 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', + 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", } NAVIGATION = { - complete: 'navigation_complete', - usable: 'navigation_usable', - download_size: 'navigation_download_size', - cache_effectiveness: 'navigation_cache_effectiveness', + complete: "navigation_complete", + usable: "navigation_usable", + download_size: "navigation_download_size", + cache_effectiveness: "navigation_cache_effectiveness", } end end