Skip to content

v4.0.0

Compare
Choose a tag to compare
@nilskuhn nilskuhn released this 10 Dec 21:29
· 4134 commits to develop since this release
  • Features
    • Redesign of the layout of the application. All views are now fully responsible and they use the full screen width. That's useful in particular for the charts. Form controls to configure chart data are now grouped and arranged in cards.
    • Introduced new Page Aggregation Chart. This chart aggregates arbitrary WebPagetest metrics by measured page. Means get visualized in bar charts.
    • This open source repository realizes a microservice to persist and visualize detailed webperformance waterfall data. One can explore metrics like load time or size in bytes for all the single waterfall resources interactively. The service can be integrated as detail analysis dashboard in OpenSpeedMonitor now.
    • Via context menu all the different WebPagetest views of a result can be accessed from chart.
    • One can mark different result data points in chart now. These points can be compared in WebPagetests timeframe/video comparison view.
    • In joblist the success rates of all measurement jobs get visualized.
    • We added Links to jump from measurement jobs in joblist to dashboards showing the results of the jobs.
    • Improved hover info shown in dashboard charts. It shows all data points of the same timestamp with colors of the series now.
  • Minor changes
    • Rest API method resultsbetween now works with ID's of request parameters page, step, browser and location in addition to their names.
  • Bugfixes
    • After login one gets redirected to requested page now.
    • All password data in web forms is masked now consistently.
    • Fixed page footer to the bottom of the page.
  • Internals
    • Updated Twitter Bootstrap to version 3.
    • All 3rd party web assets are assembled via bower now.