Incorrect URL Displayed in Report of PageSpeed #1750
Unanswered
hanson-hschang
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Bug Report
Describe the bug
The URL displayed in the PageSpeed Insights report comment is truncated to the root domain. The analysis itself runs correctly on the full URL provided, and the generated report content (scores, screenshot) is accurate for the full URL. However, the link text in the comment is incorrect.
To Reproduce
Configure the GitHub Action to run on a URL that includes a path (e.g., a sub-page or a GitHub Pages project site).
My configuration is as follows:
Expected behavior
The URL displayed in the report comment should be the exact URL that was analyzed:
https://hanson-hschang.github.io/persona-zola-theme/
Actual behavior
The URL displayed in the report is truncated to the root domain:
https://hanson-hschang.github.io
Screenshots

As shown in the screenshot, the report content is correct for the full URL, but the link at the top is wrong.
Beta Was this translation helpful? Give feedback.
All reactions