I'm trying to figure out which version of Lighthouse is used by PAgeSpeed tests, is it 5.x or 6.x?
I have benn checking all the documentation i have found but no specific mention to the version on any of it.
Thanks and regards!
Lighthouse 6 is still in Beta, published at 11.03.2020.
PageSpeed runs Lighthouse 5, published at 07.05.2019
Related
When I'm running tests using Cypress, the screenshots are made fine but the videos are not recorded. All I see is this:
Does anybody know why this is happening?
You are probably using version 6.0.0 of cypres or lower with chrome 87. This problem is resolved by the cypress developers in versions 6.0.1 and above.
Changelog for 6.0.1
I would like some suggestions about the best way to go about interrogating the SonarQube 5.0 API. I am trying to find out the number of issues that are flagged in each of all the services that exist but am trouble finding a way to go about formulating a call for that on this version of Sonar, even in the documents.
Any suggestions would be appreciated.
I've saw in https://sonarcloud.io/project/activity?id=ch.ge.ve%3Aadmin-offline%3Adevelopment that the activity page view shows some charts on how the project evolved on time.
I'm using Sonarqube docker 6.4 version and there is no charts on that page and I don't know if it's a version problem or what else.
I'm analyzing php projects. Maybe the problem is here?
Does any one knows what's happening?
An screenshot of the example in https://sonarcloud.io/project/activity?id=ch.ge.ve%3Aadmin-offline%3Adevelopment
Thank you.
Those charts are introduced in 6.5. SonarCloud is running the current 6.5 RC, which is why you see graphs there. Since you're running 6.4, it is normal and expected that you don't have graphs.
I see a big difference in the look & feel between the online dashboard (https://sonarqube.com/projects or https://sonarqube.com/governance?id=MASTER_PROJECT) and the one that we see by default on our local installation of sonar (v5.6.3).
I'm wondering about whether the online look & feel can in someway be easily applied to a local installation. It's just a matter of css/js or behind we have also a completely different HTML structure?
Any information about this will be much appreciated.
I think I've found the answer to my question. The nice-looking online demo is based on an Enterprise Grade deployment of sonar with the governance plugin.
https://www.sonarsource.com/why-us/products/plugins/governance.html
https://www.sonarsource.com/solutions/deployments/enterprise-grade/
Can't you update your install to the latest version? There have been UI changes in both version 6.0 and 6.1
http://www.sonarqube.org/sonarqube-6-0-in-screenshots/
http://www.sonarqube.org/sonarqube-6-1-in-screenshots/
Sonarqube 4.1.2 with the latest php-plugin is not detecting any violations.
When I run the analisis with Sonar 4.2 it shows me the errors how I expected them.
Is there a bug related to the php-plugin? Can anyone confirm this behaviour?
Thanks in advance
When using SonarQube 4.1.2, could you double check the content of the PHP quality profile that you're using ? Indeed in latest versions of the PHP plugin, all rules have been rewritten so if you have also upgraded the PHP plugin perhaps you're simply doing an analysis with an empty quality profile.