{
	"firstPaint": {
		"type": "total",
		"tags": ["Paint"],
		"unit": "ms",
		"source": "NetworkTimings",
		"importance": 70,
		"summary": "The time immediately before the first paint occurred",
		"details": "",
		"browsers": ["chrome", "ie"]
	},

	"loadTime": {
		"type": "total",
		"tags": ["Network"],
		"unit": "ms",
		"source": "NetworkTimings",
		"importance": 50,
		"summary": "Total time from start to load",
		"details": "",
		"browsers": ["chrome", "ie", "safari", "android"]
	},
	"domReadyTime": {
		"type": "total",
		"tags": ["Network"],
		"unit": "ms",
		"source": "NetworkTimings",
		"importance": 60,
		"summary": "Time spent constructing the DOM tree",
		"details": "",
		"browsers": ["chrome", "ie", "safari", "android"]
	},
	"readyStart": {
		"type": "total",
		"tags": ["Network"],
		"unit": "ms",
		"source": "NetworkTimings",
		"importance": 60,
		"summary": "Time consumed preparing the new page",
		"details": "",
		"browsers": ["chrome", "ie", "safari", "android"]
	},
	"redirectTime": {
		"type": "total",
		"tags": ["Network"],
		"unit": "ms",
		"source": "NetworkTimings",
		"importance": 40,
		"summary": "Time spent during redirection",
		"details": "",
		"browsers": ["chrome", "ie", "safari", "android"]
	},
	"appcacheTime": {
		"type": "total",
		"tags": ["Network"],
		"unit": "ms",
		"source": "NetworkTimings",
		"importance": 40,
		"summary": "Time spent in AppCache",
		"details": "",
		"browsers": ["chrome", "ie", "safari", "android"]
	},
	"unloadEventTime": {
		"type": "total",
		"tags": ["Network"],
		"unit": "ms",
		"source": "NetworkTimings",
		"importance": 50,
		"summary": "Time spent unloading documents",
		"details": "",
		"browsers": ["chrome", "ie", "safari", "android"]
	},
	"domainLookupTime": {
		"type": "total",
		"tags": ["Network"],
		"unit": "ms",
		"source": "NetworkTimings",
		"importance": 40,
		"summary": "DNS query time",
		"details": "",
		"browsers": ["chrome", "ie", "safari", "android"]
	},
	"connectTime": {
		"type": "total",
		"tags": ["Network"],
		"unit": "ms",
		"source": "NetworkTimings",
		"importance": 60,
		"summary": "TCP connection time",
		"details": "",
		"browsers": ["chrome", "ie", "safari", "android"]
	},
	"requestTime": {
		"type": "total",
		"tags": ["Network"],
		"unit": "ms",
		"source": "NetworkTimings",
		"importance": 60,
		"summary": "Time spent during the request",
		"details": "",
		"browsers": ["chrome", "ie", "safari", "android"]
	},
	"initDomTreeTime": {
		"type": "total",
		"tags": ["Network"],
		"unit": "ms",
		"source": "NetworkTimings",
		"importance": 60,
		"summary": "Request to completion of the DOM loading",
		"details": "",
		"browsers": ["chrome", "ie", "safari", "android"]
	},
	"loadEventTime": {
		"type": "total",
		"tags": ["Network"],
		"unit": "ms",
		"source": "NetworkTimings",
		"importance": 60,
		"summary": "Load event time",
		"details": "",
		"browsers": ["chrome", "ie", "safari", "android"]
	},
	"connectEnd": {
		"type": "total",
		"tags": ["Paint"],
		"unit": "ms",
		"source": "NetworkTimings",
		"importance": 20,
		"summary": "The time immediately after the user agent finished establishing the connection to the server to retrieve the document",
		"details": "",
		"browsers": ["chrome", "firefox", "ie"]
	},
	"connectStart": {
		"type": "total",
		"tags": ["Paint"],
		"unit": "ms",
		"source": "NetworkTimings",
		"importance": 20,
		"summary": "The time immediately before the user agent started establishing the connection to the server to retrieve the document",
		"details": "",
		"browsers": ["chrome", "firefox", "ie"]
	},
	"domainLookupEnd": {
		"type": "total",
		"tags": ["Paint"],
		"unit": "ms",
		"source": "NetworkTimings",
		"importance": 20,
		"summary": "The time immidiately after the user agent finishes the domain name lookup for the document",
		"details": "",
		"browsers": ["chrome", "firefox", "ie"]
	},
	"domainLookupStart": {
		"type": "total",
		"tags": ["Paint"],
		"unit": "ms",
		"source": "NetworkTimings",
		"importance": 20,
		"summary": "The time immediately before the user agent started the domain name lookup for the document",
		"details": "",
		"browsers": ["chrome", "firefox", "ie"]
	},
	"domComplete": {
		"type": "total",
		"tags": ["Paint"],
		"unit": "ms",
		"source": "NetworkTimings",
		"importance": 20,
		"summary": "The time immediately before the user agent set the document's readiness to complete",
		"details": "",
		"browsers": ["chrome", "firefox", "ie"]
	},
	"domContentLoadedEventEnd": {
		"type": "total",
		"tags": ["Paint"],
		"unit": "ms",
		"source": "NetworkTimings",
		"importance": 20,
		"summary": "The time immediately after the document's DOMContentLoaded event completed",
		"details": "",
		"browsers": ["chrome", "firefox", "ie"]
	},
	"domContentLoadedEventStart": {
		"type": "total",
		"tags": ["Paint"],
		"unit": "ms",
		"source": "NetworkTimings",
		"importance": 20,
		"summary": "The time immediately before the user agent fired the DOMContentLoaded event",
		"details": "",
		"browsers": ["chrome", "firefox", "ie"]
	},
	"domInteractive": {
		"type": "total",
		"tags": ["Paint"],
		"unit": "ms",
		"source": "NetworkTimings",
		"importance": 20,
		"summary": "The time immidiately before the user agent set the document's readiness to interactive",
		"details": "",
		"browsers": ["chrome", "firefox", "ie"]
	},
	"domLoading": {
		"type": "total",
		"tags": ["Paint"],
		"unit": "ms",
		"source": "NetworkTimings",
		"importance": 20,
		"summary": "The time immidiately before the user agent set the document's readiness to loading",
		"details": "",
		"browsers": ["chrome", "firefox", "ie"]
	},
	"fetchStart": {
		"type": "total",
		"tags": ["Paint"],
		"unit": "ms",
		"source": "NetworkTimings",
		"importance": 20,
		"summary": "The time immediately before the user agent checks caches for resources OR starts fetching resources",
		"details": "",
		"browsers": ["chrome", "firefox", "ie"]
	},
	"loadEventEnd": {
		"type": "total",
		"tags": ["Paint"],
		"unit": "ms",
		"source": "NetworkTimings",
		"importance": 20,
		"summary": "The time the load event for the document completed",
		"details": "",
		"browsers": ["chrome", "firefox", "ie"]
	},
	"loadEventStart": {
		"type": "total",
		"tags": ["Paint"],
		"unit": "ms",
		"source": "NetworkTimings",
		"importance": 20,
		"summary": "The time immediately before the load event was fired for the document",
		"details": "",
		"browsers": ["chrome", "firefox", "ie"]
	},
	"requestStart": {
		"type": "total",
		"tags": ["Paint"],
		"unit": "ms",
		"source": "NetworkTimings",
		"importance": 20,
		"summary": "The time immediately before the user agent started requesting the document from the server",
		"details": "",
		"browsers": ["chrome", "firefox", "ie"]
	},
	"responseStart": {
		"type": "total",
		"tags": ["Paint"],
		"unit": "ms",
		"source": "NetworkTimings",
		"importance": 20,
		"summary": "The time immediately after the user agent received the first byte of the server's response to the document request",
		"details": "",
		"browsers": ["chrome", "firefox", "ie"]
	},
	"responseEnd": {
		"type": "total",
		"tags": ["Paint"],
		"unit": "ms",
		"source": "NetworkTimings",
		"importance": 20,
		"summary": "",
		"details": "",
		"browsers": ["chrome", "firefox", "ie"]
	},
	"navigationStart": {
		"type": "total",
		"tags": ["Paint"],
		"unit": "ms",
		"source": "NetworkTimings",
		"importance": 20,
		"summary": "",
		"details": "",
		"browsers": ["chrome", "firefox", "ie"]
	},
	"redirectEnd": {
		"type": "total",
		"tags": ["Paint"],
		"unit": "ms",
		"source": "NetworkTimings",
		"importance": 20,
		"summary": "",
		"details": "",
		"browsers": ["chrome", "firefox", "ie"]
	},
	"redirectStart": {
		"type": "total",
		"tags": ["Paint"],
		"unit": "ms",
		"source": "NetworkTimings",
		"importance": 20,
		"summary": "",
		"details": "",
		"browsers": ["chrome", "firefox", "ie"]
	},
	"secureConnectionStart": {
		"type": "total",
		"tags": ["Paint"],
		"unit": "ms",
		"source": "NetworkTimings",
		"importance": 20,
		"summary": "",
		"details": "",
		"browsers": ["chrome", "ie"]
	},
	"unloadEventEnd": {
		"type": "total",
		"tags": ["Paint"],
		"unit": "ms",
		"source": "NetworkTimings",
		"importance": 20,
		"summary": "",
		"details": "",
		"browsers": ["chrome", "firefox", "ie"]
	},
	"unloadEventStart": {
		"type": "total",
		"tags": ["Paint"],
		"unit": "ms",
		"source": "NetworkTimings",
		"importance": 20,
		"summary": "",
		"details": "",
		"browsers": ["chrome", "firefox", "ie"]
	}
}