Jieiku / abridge

Fast & Lightweight Zola Theme
https://abridge.pages.dev/
MIT License
161 stars 44 forks source link

Update Observatory Mozilla #203

Closed m00sp closed 1 week ago

m00sp commented 1 week ago

Mozillla Observatory is deprecated, update to https://developer.mozilla.org/en-US/observatory/analyze?host=abridge.netlify.app

Jieiku commented 1 week ago

Abridge currently scores the same score of 130 at the new observatory.

The old observatory was available on github, and you could run your own local copy of it. (which is what I am doing)

One of the problems with both the old and the new observatory is that they return the score of the base domain instead of including the folder path. With the old one you can atleast modify it to work.

I go into the details here: https://github.com/Jieiku/zola-themes-benchmarks/issues/4

I am hoping that maybe it is possible to self host the newer observatory as well, but I am not sure about that, where is the repository for the code?

My self hosted copy was pulled directly from github, and it appears to be on commit https://github.com/mozilla/observatory-cli/commit/8e3f37c818e8e9fad66678fe9af15a595130f83a (December 2022)

Which so happens to be the latest commit on the Master branch of that repo.

Jieiku commented 1 week ago

Since I am already tracking this issue here: https://github.com/Jieiku/zola-themes-benchmarks/issues/4

I am going to go ahead and close this one, anyone that finds this issue will hopefully find their way to my other repo where I have the issue open.

I will go ahead and update the link in the readme though.

https://github.com/Jieiku/abridge/commit/9f546ee9b0f638722188701187ba0e1090eabce6

m00sp commented 1 week ago

Thank you so much. Here you have what you asked. The old observatory repo, which es deprecated and will be sunsetted this month: https://github.com/mozilla/http-observatory-website/ And the new repo: https://github.com/mdn/content/ And here is the pr with the details for you to see, if o dont undestood worng: https://github.com/mdn/content/pull/33793 Have a nice day

Jieiku commented 6 days ago

Based on the repos you links, its looks like maybe it is just the website component that changed, and I use the CLI instead so it should not be an issue :)