We're calling on all EU-based Mozillians with iOS or iPadOS devices to help us monitor Apple’s new browser choice screens. Join the effort to hold Big Tech to account!

Шукати в статтях підтримки

Остерігайтеся нападів зловмисників. Mozilla ніколи не просить вас зателефонувати, надіслати номер телефону у повідомленні або поділитися з кимось особистими даними. Будь ласка, повідомте про підозрілі дії за допомогою меню “Повідомити про зловживання”

Докладніше

Ця тема перенесена в архів. Якщо вам потрібна допомога, запитайте.

thunderbird operations are very slow

  • 1 відповідь
  • 1 має цю проблему
  • 1 перегляд
  • Остання відповідь від atErik

more options

i recently upgraded to ubuntu 18.04 from ubuntu 14.04 and to the latest versions of thunderbird & firefox. ever since the upgrade, all thunderbird operations take a long time to perform. it can take 10-20 seconds to over a minute. moving an email from the inbox to another folder, marking as read, downloading greaphics in an email & other ops are affect. at times, my system cpus are pegged at 100%, which prevents my system from being used until thunderbird finishes what it is doing. sometimes it takes 60 seconds or longer to close thunderbird.

what happened? it used to be a very fast & responsive program. now it acts like an arthritic slug.

thanks Mike

i recently upgraded to ubuntu 18.04 from ubuntu 14.04 and to the latest versions of thunderbird & firefox. ever since the upgrade, all thunderbird operations take a long time to perform. it can take 10-20 seconds to over a minute. moving an email from the inbox to another folder, marking as read, downloading greaphics in an email & other ops are affect. at times, my system cpus are pegged at 100%, which prevents my system from being used until thunderbird finishes what it is doing. sometimes it takes 60 seconds or longer to close thunderbird. what happened? it used to be a very fast & responsive program. now it acts like an arthritic slug. thanks Mike

Усі відповіді (1)

more options

ISP/MSP are integrating new features like OAuth2 into their server systems, allotting more resources, etc etc, so now many things are queued & not-instant, thus slow, etc.

but you cpu uasge should not jump to 100%, something else is going on.

use "nice" or derivative tools to assign lesser processing & priority for the "thunderbird" process.

in macOS (darwin unix* based) i do this: obtain thunderbird's process id with "Activity Monitor", then in "Terminal": /usr/bin/renice -n 20 -p TB-pid#

that allows other apps to get fair priority.

and begin to investigate what exactly causing this conflict or cpu usage.

i suspect something else is also scanning (or creating hash/checksum, etc) files, etc. and remove unavailable DNS entries , disable unused mail-account, etc.

Змінено atErik