Commit Graph

7 Commits

Author SHA1 Message Date
Ferdinand Holzer fbdf293b6e Add --html.assetsBaseURL option (#2321)
* Add --html.assetsBaseURL option

The base URL to the server serving the assets of HTML results.
In the format of https://result.sitespeed.io. This can be used
to reduce size in large setups. If set, disables writing of assets.

* Clarify html.assetsBaseURL parameter description
2019-03-01 08:19:01 +01:00
soulgalore f986bc75fa Create HTML output for a budget
Simple version for a budget. Lets add total failing/working budgets
in the future #1264.
2016-10-24 11:36:04 +02:00
Peter Hedenskog 233efda4e0 Create a toplist/hotlist tab (#1183)
* Collect the largest assets by type.
* Moved display shortURL to front end code 
* Collect cookie stats
* Collect slowest responses
* Styling quick links
* Styling coach score (now when we can)
2016-09-14 21:39:16 +02:00
Tobias Lidskog 643479acd8 Correct way of creating relative urls in html site
- rename relativePathFromUrl to pathFromRootToPageDir to make it more obvious what it does.
- join relative url path with / instead of using the path module (should make paths work on all OSes).
- remove path parameter for url run pages, since it wasn't used.
- make StorageManager constructor signature follow node conventions (options last) and add some StorageManager tests.
2016-07-26 08:43:33 +02:00
soulgalore 0f45792bf0 pages have higher prio than domains/assets 2016-06-28 23:28:23 +02:00
Peter Hedenskog 27c1e7eea3 Detailed summary page #899 (#1016)
Lets have a detailed summary page.
2016-06-24 21:10:26 +02:00
soulgalore f0cc234186 Change Jade to Pug
Yep Pug is the new Jade and lets use that.
2016-06-10 22:16:33 +02:00
Renamed from lib/plugins/html/templates/header.jade (Browse further)