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

Possible Starvation Issues #5

Open
thysultan opened this issue Mar 4, 2018 · 3 comments
Open

Possible Starvation Issues #5

thysultan opened this issue Mar 4, 2018 · 3 comments

Comments

@thysultan
Copy link

I think i might have come across some starvation issues for both the linked React and Didact demos on my machine.

In one scenario i open page and the section(with text content) below the solar system never gets to render, in another scenario they do get to render but only on cycles where i either switch tabs(enough idle time?) or some other factor contributing to freeing up CPU cycles for it to render(initial) or update.

The synchronous version does not share the same issue.

It might make sense to open an issue in React as well if the issue(assuming i'm not mistake) is not related to the implementation details of the specific demo.

Hardware Overview:
Model Name:             MacBook Air
Model Identifier:       MacBookAir6,1
Processor Name:         Intel Core i5
Processor Speed:        1.3 GHz
Number of Processors:   1
Total Number of Cores:  2
L2 Cache (per Core):    256 KB
L3 Cache:               3 MB
Memory:                 4 GB
Boot ROM Version:       MBA61.0099.B33
SMC Version (system):   2.12f143
Serial Number (system): C02M32TSF5N8
Hardware UUID:          B47DCA38-89A5-5C73-9E7D-4E47AEE0320B
@mindplay-dk
Copy link

Sounds like this may have been a browser issue.

Is it still an issue?

@thysultan
Copy link
Author

Sounds like this may have been a browser issue.

Possibly still is an issue with requestIdleCallback.

Is it still an issue?

Yes, i can still reproduce it.

@shadowvzs
Copy link

Sounds like this may have been a browser issue.

Possibly still is an issue with requestIdleCallback.

Is it still an issue?

Yes, i can still reproduce it.

i guess because of safari support
https://caniuse.com/#feat=requestidlecallback

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

No branches or pull requests

3 participants