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

Takes 10 seconds to send a message #16

Open
Benjamin-Loison opened this issue Jun 18, 2024 · 9 comments
Open

Takes 10 seconds to send a message #16

Benjamin-Loison opened this issue Jun 18, 2024 · 9 comments

Comments

@Benjamin-Loison
Copy link
Owner

Benjamin-Loison commented Jun 18, 2024

On OC3K:

time matrix-commander -m 'Test.'
Output:
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.

+82

@Benjamin-Loison
Copy link
Owner Author

Benjamin-Loison commented Jun 19, 2024

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

time matrix-commander-rs -m 'Test'
Output:
real	0m0.396s
user	0m0.046s
sys	0m0.021s

@Benjamin-Loison
Copy link
Owner Author

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
Copy link
Owner Author

Related to OverClock3000/issues/4.

@Benjamin-Loison
Copy link
Owner Author

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

@Benjamin-Loison
Copy link
Owner Author

Related to matrix-commander/issues/31.

@Benjamin-Loison
Copy link
Owner Author

Related to Benjamin_Loison/cron/issues/11.

@Benjamin-Loison
Copy link
Owner Author

On Debian 12 GNOME Pegasus matrix-commander-rs for another discussion is very fast too.

@Benjamin-Loison
Copy link
Owner Author

Related to Benjamin_Loison/linux/issues/41.

@Benjamin-Loison
Copy link
Owner Author

Related to Benjamin_Loison/linux/issues/44.

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

No branches or pull requests

1 participant