diff --git a/app/node_controllers/resultsController.js b/app/node_controllers/resultsController.js index 4da4c1c..d1cdb97 100644 --- a/app/node_controllers/resultsController.js +++ b/app/node_controllers/resultsController.js @@ -21,10 +21,6 @@ var resultsController = function(req, res, googleAnalyticsId) { fs.readFile('./app/node_views/results.html', {encoding: 'utf8'}, callback); }, - phantomasMetadata: function(callback) { - fs.readFile('./node_modules/phantomas/lib/metadata/metadata.json', {encoding: 'utf8'}, callback); - }, - phantomasResults: function(callback) { fs.readFile(phantomasResultsPath, {encoding: 'utf8'}, callback); } @@ -40,7 +36,6 @@ var resultsController = function(req, res, googleAnalyticsId) { phantomasResults = phantomasResults.replace(/<\/script>/g, '\\u003c/script>'); var html = results.htmlTemplate; - html = strReplace(html, '%%METADATA%%', results.phantomasMetadata); html = strReplace(html, '%%RESULTS%%', phantomasResults); html = strReplace(html, '%%GA_ID%%', googleAnalyticsId); diff --git a/app/node_views/results.html b/app/node_views/results.html index 3113b2c..65bde25 100644 --- a/app/node_views/results.html +++ b/app/node_views/results.html @@ -23,7 +23,6 @@
New test
-
@@ -854,34 +853,6 @@
- -
-

Metrics from Phantomas report

-

Phantomas is a web performance metrics collector. You can find here the (almost) entire list of metrics from Phantomas.

- -
-

{{moduleName}}

-
-
- {{metricName}}: {{phantomasResults.metrics[metricName] | number: 0}} - {{metric.unit}} -
-
- {{metric.desc}} - (unreliable) -
-
-
Show offenders
-
Hide offenders
-
    -
  • - {{offender}} -
  • -
-
-
-
-