2.0.4 • Published 10 years ago

docpad-plugin-chrometimeline v2.0.4

Weekly downloads
18
License
-
Repository
-
Last release
10 years ago

HeapDump Plugin for DocPad

NPM version Dependency Status Gittip donate button

Generates a chrome timeline log recording specified docpad events that can then be loaded in to the chrome dev timeline tool. Snapshot files are generated in the root of docpad by default

Config

plugins:
	timeline:
		# default output path relative to the docpad root path
		timelinePath: "timeline"
		# default events that this plugin records (each start event must have a sister end to outputa valid timeline log)
		events: [
			{start: 'generateBefore', end:'generateAfter'}
			{start: 'parseBefore', end:'parseAfter'}
			{start: 'populateCollectionsBefore', end:'populateCollections'}
			{start: 'contextualizeBefore', end:'contextualizeAfter'}
			{start: 'renderBefore', end:'renderAfter'}
			{start: 'renderCollectionBefore', end:'renderCollectionAfter'}
			{start: 'writeBefore', end:'writeAfter'}
			{start: 'serverBefore', end:'serverAfter'}
		]

Timeline Info

https://developers.google.com/chrome-developer-tools/docs/timeline#timeline_panel_overview

History

You can discover the history inside the History.md file

Contributing

You can discover the contributing instructions inside the Contributing.md file

License

Licensed under the incredibly permissive MIT License Copyright © 2013+ Stringz Solutions Ltd Copyright © 2013+ Peter Flannery

2.0.4

10 years ago

2.0.3

10 years ago

2.0.2

10 years ago

2.0.1

10 years ago

2.0.0

10 years ago