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

Should LongTasks from same-origin same-event-loop tabs be reported? #88

Open
yoavweiss opened this issue Oct 5, 2020 · 2 comments
Open

Comments

@yoavweiss
Copy link
Contributor

Currently LTs from same-origin Documents that can control the current one (e.g. were opened by it without rel=noopener) don't get LT reports, even though they can observe long tasks and that can be useful information.
Should we report that?

@npm1
Copy link
Contributor

npm1 commented Jan 27, 2021

Hmm is this just a question? :) I guess I'm not sure what the answer here should be, and if we do want to surface them then we'd want to loop in some folks to make sure that it's sane to do so (but I imagine it should be, as this is not about leaking any 3p information).

By the way, did you happen to test what is currently being implemented (in Chrome)?

@noamr
Copy link
Contributor

noamr commented Jan 16, 2023

I think that when we break down long tasks we should be able to see how long a task is delayed, rather than exposing things about tasks from same-event-loop tabs

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants