#33525 closed defect (bug) (fixed)
CSS animations cause high cpu
| Reported by: | programmin | Owned by: | azaozz |
|---|---|---|---|
| Priority: | normal | Milestone: | 4.5 |
| Component: | TinyMCE | Version: | 4.3 |
| Severity: | normal | Keywords: | |
| Cc: | Focuses: | ui, javascript, performance |
Description
Animations such as those on
.wpview-loading ins
cause high cpu (>50percent of one on my i5)
If I replace "linear" with, say, "steps(12)" it goes down to a reasonable cpu load.
Change History (2)
Note:
See TracTickets
for help on using tickets.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)
12 steps seems too choppy. Tried 36 and shortening the ins a bit. That reduced the CPU usage here by more than half: was 8-9 now is 3-4, GPU at 1-2 as reported by Chrome's task manager, 5 years old i5).