-
Notifications
You must be signed in to change notification settings - Fork 15
fix: prerender audit adding agentic urls #1598
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
base: main
Are you sure you want to change the base?
Conversation
|
This PR will trigger a patch release when merged. |
| FROM {{databaseName}}.{{tableName}} | ||
| {{whereClause}} | ||
| AND url IN ({{urlList}}) | ||
| GROUP BY url; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
as there can be so many urls,
use limit 200 and orderby number_of_hits DESC here
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This query is required to find the agentic traffic for URLs that are added over top 200 URLs by updating site config for prerender handler using "includedURLs". The extra added URLs might not be present in top 200 URLs. I don't think limit 200 will help there
Please ensure your pull request adheres to the following guidelines:
Related Issues
Thanks for contributing!