-
Notifications
You must be signed in to change notification settings - Fork 10
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
Add user interactions to use-cases #242
Conversation
README.md
Outdated
These _soft_ real-time applications greatly benefit from being able to adapt their workloads based on CPU consumption/pressure. | ||
|
||
Web apps can also suffer from high CPU pressure beyond the apps control, which can result in a degraded interactivity experience. This can impact the time it takes | ||
for complex components to render and thus increase the response time to interactions, resulting in a degraded user experience. This can be mitigates by rendering |
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.
s/mitigates/mitigated/
These _soft_ real-time applications greatly benefit from being able to adapt their workloads based on CPU consumption/pressure. | ||
|
||
Web apps can also suffer from high CPU pressure beyond the apps control, which can result in a degraded interactivity experience. This can impact the time it takes | ||
for complex components to render and thus increase the response time to interactions, resulting in a degraded user experience. This can be mitigates by rendering | ||
simpler content or skeleton content in cases where the CPU pressure is high. |
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.
content or contents? I guess both works.
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.
Content is an uncountable noun. We use it when referring to the ideas or subject matter of something (e.g., the “content of a speech”). Contents is a plural countable noun.
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.
I don't think it is countable here :-)
LGTM |
No description provided.