We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
During the crawl no technology detected for 2% out of top 10000 pages. Running detection on my laptop is successful.
SELECT page, rank FROM `httparchive.all.pages` WHERE date = "2024-09-01" AND is_root_page AND client = 'mobile' AND rank <= 10000 AND ARRAY_LENGTH(technologies)=0 ORDER BY rank, page
Tried to retest it on WPT:
WPT testing lasted really long (10-20min) and nothing detected again. Pages loaded slow too (up to 100s). Seems like a performance issue.
@pmeenan is it possible to investigate these?
The text was updated successfully, but these errors were encountered:
No branches or pull requests
During the crawl no technology detected for 2% out of top 10000 pages.
Running detection on my laptop is successful.
Tried to retest it on WPT:
WPT testing lasted really long (10-20min) and nothing detected again. Pages loaded slow too (up to 100s).
Seems like a performance issue.
@pmeenan is it possible to investigate these?
The text was updated successfully, but these errors were encountered: