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

#213 high cpu optimization #360

Merged
merged 2 commits into from
Apr 27, 2024
Merged

#213 high cpu optimization #360

merged 2 commits into from
Apr 27, 2024

Conversation

shvl
Copy link
Contributor

@shvl shvl commented Apr 20, 2024

fix #213

  • Добавил тротлинг событий проигрывателя, чтобы не обновлять проигрыватель чаще чем 0.5 секунды, и не отправлять полоску прогресса чаще чем раз в секунду
  • При остановке воспроизведения анимация загрузки невидима, но заставляет бесконечно перерисовывать документ. Добавлена логика для остановки анимации после того как виджет становится невидимым
  • Не обновлять прогресс, если разница < 0.2%. чтобы не обновлять ширину прогресса слишком часто, т.к. обновление ширины вызывает transition анимацию.
  • Добавил transform: translateZ(0); в часто обновляющиеся элементы, это выносит элемент на отдельный слой, чтобы перерисовывался только этот элемент вместо всей страницы.

shvl added 2 commits April 20, 2024 14:52
…es. Added logic to disable the animation when the loading overlay is fading out.
@umputun umputun requested a review from webkonstantin April 20, 2024 17:19
@webkonstantin webkonstantin merged commit bb29cc5 into radio-t:master Apr 27, 2024
5 of 6 checks passed
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

Successfully merging this pull request may close these issues.

Высокая загрузка CPU после запуска проигрывателя
2 participants