Benjamin-Loison / matrix-commander

simple but convenient CLI-based Matrix client app for sending and receiving
GNU General Public License v3.0
0 stars 0 forks source link

Takes 10 seconds to send a message #16

Open Benjamin-Loison opened 3 months ago

Benjamin-Loison commented 3 months ago

On OC3K:

time matrix-commander -m 'Test.'
2024-06-18 15:03:35,979:     INFO: matrix-commander: This message was sent: "test" to room "!CENSORED:matrix.org" as event "$CENSORED".

real    0m9.781s
user    0m7.992s
sys 0m0.132s

Does matrix-commander-rs works with the same files as this Python version? If so, then could try the Rust version and see if it is better. Maybe it is because I used matrix-commander a lot and there is some kind of history and devices to manage.

+29

Benjamin-Loison commented 3 months ago

For instance with a new account with matrix-commander-rs on the IPOL computation server I get:

time matrix-commander-rs -m 'Test'
real    0m0.396s
user    0m0.046s
sys 0m0.021s
Benjamin-Loison commented 3 months ago

Messages are decrypted per-device rather than per-user as it adds an extra layer of resilience.

Source: https://element.io/features/end-to-end-encryption

Benjamin-Loison commented 2 months ago

Related to OverClock3000/issues/4.

Benjamin-Loison commented 2 months ago

Maybe related to 8go/matrix-commander/issues/176.

Benjamin-Loison commented 1 month ago

Related to matrix-commander/issues/31.

Benjamin-Loison commented 2 weeks ago

Related to Benjamin_Loison/cron/issues/11.