Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Speed Test with Api is broken #48

Open
Erseni opened this issue Jul 15, 2016 · 0 comments
Open

Speed Test with Api is broken #48

Erseni opened this issue Jul 15, 2016 · 0 comments
Labels

Comments

@Erseni
Copy link

Erseni commented Jul 15, 2016

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

@VaclovasV VaclovasV added the bug label Jul 15, 2016
@ghost ghost self-assigned this Jul 20, 2016
ghost pushed a commit that referenced this issue Jul 20, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants