Skip to content
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

Technology detection failures #67

Open
max-ostapenko opened this issue Sep 24, 2024 · 0 comments
Open

Technology detection failures #67

max-ostapenko opened this issue Sep 24, 2024 · 0 comments
Labels
bug Something isn't working

Comments

@max-ostapenko
Copy link

max-ostapenko commented Sep 24, 2024

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?

@max-ostapenko max-ostapenko added the bug Something isn't working label Sep 24, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant