Performance icon indicating copy to clipboard operation
Performance copied to clipboard

Speed Test with Api is broken

Open Erseni opened this issue 9 years ago • 0 comments

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

Erseni avatar Jul 15 '16 08:07 Erseni