morethanwords / tweb

Telegram Web K, GPL v3
https://web.telegram.org/k/
GNU General Public License v3.0
1.86k stars 596 forks source link

Please remove backdrop-filter: blur(25px); it is heavily cpu cost #242

Open ILG2021 opened 1 year ago

ILG2021 commented 1 year ago

tweb has some flaws, first, it build on typescript, but no react or vue, which can has better performance and faster development. Second, tweb contains some useless css to reduce performance more. When I use tweb to call a group, the cpu will go to 10%, so terrible. When I remove backdrop-filter: blur(25px); it can be 3% - 4%.