docs update v 0.x
This commit is contained in:
parent
e457fc8db5
commit
17cb19deb6
|
|
@ -7,4 +7,3 @@
|
|||
[Read the blog post to find out more.]({{ post.url }})
|
||||
|
||||
{% endfor %}
|
||||
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
## Be a performance hero!
|
||||
* * *
|
||||
|
||||
<img src="{{site.baseurl}}/img/pippi.png" class="pull-left img-big" alt="Sitespeed.io logo" width="180" height="151">
|
||||
<img src="{{site.baseurl}}/img/pippi.png" class="pull-left img-big" alt="Pippi Longstocking a true hero" width="180" height="151">
|
||||
|
||||
With sitespeed.io it's easy to be a performance hero! Check out our [example dashboard](https://dashboard.sitespeed.io), it's the best example that shows you what you can do. With 4.0 it's super easy to get that up and running. Use our new docker-compose file to get Graphite/Grafana with default dashboards up and running in minutes.
|
||||
With sitespeed.io it's easy to be a performance hero! Check out our [example dashboard](https://dashboard.sitespeed.io), it's the best example that shows you what you can do. With 4.0 it's super easy to get that up and running. Use our [new Docker Compose file]({{site.baseurl}}/documentation/sitespeed.io/performance-dasboard/#docker-compose-file) to get Graphite/Grafana with default dashboards up and running in less than 5 minutes.
|
||||
|
|
|
|||
|
|
@ -1,8 +1,5 @@
|
|||
## Docker to the rescue!
|
||||
## It's a new Coach in town
|
||||
* * *
|
||||
Use our [Docker containers](https://hub.docker.com/u/sitespeedio/) to get an environment with Firefox, Chrome, XVFB and sitespeed.io up and running in a couple of minutes.
|
||||
<img src="{{site.baseurl}}/img/logos/coach.png" class="pull-left img-big" alt="I'm the coach" width="188" height="219">
|
||||
|
||||
~~~ bash
|
||||
$ docker pull sitespeedio/sitespeed.io
|
||||
$ docker run --rm -v "$(pwd)":/sitespeed.io sitespeedio/sitespeed.io https://www.sitespeed.io -b firefox
|
||||
~~~
|
||||
The Godfather of web performance tools YSlow is dead. It died a couple of years after the first release and finally there's something new that can guide you in the web performance jungle: [The Coach]({{site.baseurl}}/documentaion/coach/) gives you advice on how you can make your web page more performant.
|
||||
|
|
|
|||
|
|
@ -1,8 +1,8 @@
|
|||
## Why we love sitespeed.io
|
||||
## Docker to the rescue!
|
||||
* * *
|
||||
Use our [Docker containers](https://hub.docker.com/u/sitespeedio/) to get an environment with Firefox, Chrome, XVFB and sitespeed.io up and running as fast as you can download them.
|
||||
|
||||
* Uses real browsers (Firefox and Chrome)
|
||||
* Understand and speaks HTTP/2
|
||||
* Plugin support (write your own plugins that handles the data)
|
||||
* Runs on Linux
|
||||
* Works great with Graphite and Grafana
|
||||
~~~ bash
|
||||
$ docker pull sitespeedio/sitespeed.io
|
||||
$ docker run --rm -v "$(pwd)":/sitespeed.io sitespeedio/sitespeed.io https://www.sitespeed.io/ -b firefox
|
||||
~~~
|
||||
|
|
|
|||
|
|
@ -0,0 +1,7 @@
|
|||
## Why we love sitespeed.io
|
||||
* * *
|
||||
|
||||
* You can use Firefox or Chrome
|
||||
* HTTP/2
|
||||
* Write your plugins
|
||||
* Runs on Linux/MacOSX/Docker
|
||||
|
|
@ -1,6 +1,6 @@
|
|||
## Thank you!
|
||||
* * *
|
||||
Sitespeed.io is built upon a couple Open Source tools, massive love to those projects:
|
||||
Sitespeed.io is built upon Open Source tools, massive love to those projects ([see the full list]({{site.baseurl}}/documentation/sitespeed.io/how-it-all-works/#built-upon-open-source)):
|
||||
|
||||
* [Selenium](http://www.seleniumhq.org/)
|
||||
* [TSProxy](https://github.com/WPO-Foundation/tsproxy)
|
||||
|
|
|
|||
|
|
@ -4,7 +4,7 @@ title: Welcome sitespeed.io 4.0
|
|||
description: Finally sitespeed.io 4.0 is here!
|
||||
author: Peter Hedenskog
|
||||
authorimage: /img/aboutus/peter.jpg
|
||||
intro: Yes finally we have released the 4.0. We (Peter/Tobias/Jonathan and contributors) have been working really hard the last year to make this happen.
|
||||
intro: After more than a year full of hard work from us (Peter/Tobias/Jonathan and contributors) we finally released 4.0. We did a complete rewrite and also created two new performance tools during that year.
|
||||
keywords: sitespeed.io, sitespeed, site, speed, webperf, performance, web, wpo
|
||||
nav: blog
|
||||
---
|
||||
|
|
@ -53,7 +53,11 @@ Lets talk about all the new and shiny things
|
|||
|
||||
## Mobile phone
|
||||
|
||||
## Graphite keys - generic dashboards
|
||||
|
||||
## Log the requests and values
|
||||
|
||||
## Dashboard in 2 seconds
|
||||
|
||||
# What's next (missing in 4.0)
|
||||
We hoped we could solve everything but ... well it didn't work out. A couple of things that we would like to add in the near future:
|
||||
|
|
|
|||
|
|
@ -1,18 +1,16 @@
|
|||
---
|
||||
layout: default
|
||||
title: Tools
|
||||
description: Here's the documentation of how to use sitespeed.io.
|
||||
title: Documentation for the sitespeed.io suite.
|
||||
description: Here's the documentation of how to use all the sitespeed.io tools.
|
||||
keywords: tools, documentation, web performance
|
||||
author: Peter Hedenskog
|
||||
nav: documentation
|
||||
image: https://www.sitespeed.io/img/sitespeed-2.0-twitter.png
|
||||
twitterdescription: Documentation for the sitespeed.io.
|
||||
---
|
||||
# Documentation
|
||||
|
||||
At the moment we have four different tools:
|
||||
|
||||
* [sitespeed.io]({{site.baseurl}}/documentation/sitespeed.io/)
|
||||
* [Coach]({{site.baseurl}}/documentation/coach/)
|
||||
* [Browsertime]({{site.baseurl}}/documentation/browsertime/)
|
||||
* [PageXray]({{site.baseurl}}/documentation/pagexray/)
|
||||
* [sitespeed.io]({{site.baseurl}}/documentation/sitespeed.io/) - get all the performance aspects of your site.
|
||||
* [Coach]({{site.baseurl}}/documentation/coach/) - get the advice you need to make your page as fast as possible.
|
||||
* [Browsertime]({{site.baseurl}}/documentation/browsertime/) - run your own Javascript in your own browser, testing your page.
|
||||
* [PageXray]({{site.baseurl}}/documentation/pagexray/) - make those HAR files readable.
|
||||
|
|
|
|||
|
|
@ -13,7 +13,21 @@ twitterdescription: Use sitespeed.io in your Continuous Integration setup.
|
|||
# Continuous Integration
|
||||
{:.no_toc}
|
||||
|
||||
Use sitespeed.io to keep track of what is happening with your site and make sure you know that you don’t break the performance best practice rules before your changes are released. Your build can also be broken if has too many assets, are too big or too slow. And of course, if you use WebPageTest you can use the metrics from them to break your build.
|
||||
|
||||
You can define your own budget file with rules on when to break your build. You will get an error return status after the run or you can choose to output JUnit XML and TAP.
|
||||
|
||||
* Lets place the TOC here
|
||||
{:toc}
|
||||
|
||||
Coming soon!
|
||||
# JUnit XML & TAP
|
||||
|
||||
# The budget file
|
||||
|
||||
# Jenkins
|
||||
|
||||
# Travis
|
||||
|
||||
# Grunt plugin
|
||||
|
||||
# Gulp plugin
|
||||
|
|
|
|||
|
|
@ -24,7 +24,7 @@ Sitespeed.io is the complete toolbox to test the web performance of your web sit
|
|||
* [Plugins](plugins/) - list/disable/enable or create your own plugin.
|
||||
* [Pre/post scripting](prepostscript/) - run Selenium scripts before/after you test a URL.
|
||||
* [Metrics](metrics/) - configure which metrics you want to use.
|
||||
* [Continuous Integration](continuous-integration/) - generate JUnit XML/TAP and use Jenkins, Team City, Grunt or the Gulp plugin.
|
||||
* [Continuous Integration](continuous-integration/) - generate JUnit XML/TAP and use Jenkins, Grunt or the Gulp plugin.
|
||||
* [Docker](docker/) - how to use our Docker containers.
|
||||
* [Upgrade](upgrade/) - upgrading from 3.x to 4.0 check out our guide here.
|
||||
* [Graphs](graphs/) - send data to a TSDB for visualizing metrics.
|
||||
|
|
|
|||
Loading…
Reference in New Issue