Performance
Performance copied to clipboard
Client side performance tool
`var googleAPIURL = 'https://www.googleapis.com/pagespeedonline/v2/runPagespeed?filter_third_party_resources=false&locale=en_GB&screenshot=false&strategy={selected_strategy}&url=',` `googleAPIURL += '&key='+settings.googleAPIKey;` `var url = googleAPIURL.replace('{selected_strategy}', selectedStrategy) + encodeURIComponent(currentValue);` the api key is between the "&url" and the value
Just plain old traditional normal web development like the good ol days. How do we integrate it? Wordpress site?
API key was being placed before URL and creating an incorrect URL structure: https://www.googleapis.com/pagespeedonline/v2/runPagespeed?filter_third_party_resources=false&locale=en_GB&screenshot=false&strategy=mobile&key=TheKeyValueshttps%3A%2F%2Fdomain.com%2Findex.php
`npm i devbridge-perf-tool` is failing because dependency `grunt-devperf` is failing to install slimerJS. ``` $ npm i devbridge-perf-tool (node:4319) fs: re-evaluating native module sources is not supported. If you are...
Getting this error when running `gulp perf-tool` This is my setup in my `gulpfile.js` ``` require('gulp').task('perf-tool', function () { var options = { siteURL:'website url', sitePages: ['/'], resultsFolder: './perf-tool' };...
Hi, I am writing regarding PerfTool. I have attempted to install and use this tool together with Rails 5 application. Following the instructions provided, installation was successful. However, it was...
Hi. Is it possible to get some update, instead of grunt-devperf grunt-yellowlabtools, while grunt-devperf is not maintained anymore? Best regards.
It'd be nice to be able to select which columns are on display by default in the statistics tab; perhaps with a config file, as extending the options would be...
Right now the report only on high level says what id the problem. Is it not possible to show exactly which js is blocking the page rendering and similarly for...
Now tool shows current and only previous run. It would be nice to select and save results with comments after certain site changes, so after more runs you could see...