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

Flowupload 1.1.3 impressive upload speeds despite the upload error. Why? #510

Open
christoschronopoulos opened this issue Nov 7, 2022 · 0 comments

Comments

@christoschronopoulos
Copy link

christoschronopoulos commented Nov 7, 2022

Steps to reproduce

  1. Install latest version of Flowupload 1.1.3
  2. Upload a file and check upload speed
  3. Disable and remove Flowupload 1.1.3, install beta 1.1.2 (working version) and check upload speed

Expected behaviour

Both versions should allow for similar upload speeds with default settings.

Actual behaviour

Apart from the obvious that version 1.1.3 fails to upload, however, I noticed that can reach impressive upload speeds ca. 5-10Mbps compared to what I get with 1.1.2 which is hardly 0-1.5Mbps and with great fluctuation in the speed.

What would be the reason? How could I troubleshoot/check what limits the speed? Any suggestions are more than welcome!

Server configuration

Operating system:
Raspbian 11 Bullseye
Web server:
MySQL
Database:
MariaDB
PHP version:
PHP8.1
Nextcloud version: (see Nextcloud admin page)
24.0.1
Updated from an older Nextcloud/ownCloud or fresh install:
Fresh install
Where did you install Nextcloud from:

Signing status:

Signing status

No errors have been found.

List of activated apps:

App list

Enabled:

  • accessibility: 1.10.0
  • activity: 2.16.0
  • bruteforcesettings: 2.4.0
  • circles: 24.0.0
  • cloud_federation_api: 1.7.0
  • comments: 1.14.0
  • contactsinteraction: 1.5.0
  • dashboard: 7.4.0
  • dav: 1.22.0
  • federatedfilesharing: 1.14.0
  • federation: 1.14.0
  • files: 1.19.0
  • files_pdfviewer: 2.5.0
  • files_rightclick: 1.3.0
  • files_sharing: 1.16.2
  • files_trashbin: 1.14.0
  • files_versions: 1.17.0
  • files_videoplayer: 1.13.0
  • firstrunwizard: 2.13.0
  • flowupload: 1.1.2
  • logreader: 2.9.0
  • lookup_server_connector: 1.12.0
  • music: 1.7.0
  • nextcloud_announcements: 1.13.0
  • notifications: 2.12.0
  • oauth2: 1.12.0
  • password_policy: 1.14.0
  • passwords: 2022.10.20
  • photos: 1.6.0
  • privacy: 1.8.0
  • provisioning_api: 1.14.0
  • recommendations: 1.3.0
  • serverinfo: 1.14.0
  • settings: 1.6.0
  • sharebymail: 1.14.0
  • support: 1.7.0
  • survey_client: 1.12.0
  • systemtags: 1.14.0
  • text: 3.5.1
  • theming: 1.15.0
  • twofactor_backupcodes: 1.13.0
  • twofactor_totp: 6.4.1
  • updatenotification: 1.14.0
  • user_status: 1.4.0
  • viewer: 1.8.0
  • weather_status: 1.4.0
  • workflowengine: 2.6.0
    Disabled:
  • admin_audit
  • encryption
  • files_external
  • user_ldap

Nextcloud configuration:

Config report

{
"system": {
"instanceid": "REMOVED SENSITIVE VALUE",
"passwordsalt": "REMOVED SENSITIVE VALUE",
"secret": "REMOVED SENSITIVE VALUE",
"trusted_domains": [
"192.168.1.142"
],
"datadirectory": "REMOVED SENSITIVE VALUE",
"dbtype": "mysql",
"version": "24.0.1.1",
"overwrite.cli.url": "http://192.168.1.142/nextcloud",
"dbname": "REMOVED SENSITIVE VALUE",
"dbhost": "REMOVED SENSITIVE VALUE",
"dbport": "",
"dbtableprefix": "oc_",
"mysql.utf8mb4": true,
"dbuser": "REMOVED SENSITIVE VALUE",
"dbpassword": "REMOVED SENSITIVE VALUE",
"installed": true,
"maintenance": false,
"default_language": "en",
"default_phone_region": "DA",
"app_install_overwrite": [
"flowupload"
],
"filelocking.enabled": "true",
"memcache.locking": "\OC\Memcache\Redis",
"redis": {
"host": "REMOVED SENSITIVE VALUE",
"port": 0
},
"mail_smtpmode": "smtp",
"mail_smtphost": "REMOVED SENSITIVE VALUE",
"mail_smtpport": "2525",
"mail_sendmailmode": "smtp",
"mail_from_address": "REMOVED SENSITIVE VALUE",
"mail_domain": "REMOVED SENSITIVE VALUE",
"mail_smtpauthtype": "LOGIN",
"mail_smtpauth": 1,
"mail_smtpname": "REMOVED SENSITIVE VALUE",
"mail_smtppassword": "REMOVED SENSITIVE VALUE"
}
}

Are you using external storage, if yes which one: local

Are you using encryption: no

Are you using an external user-backend, if yes which one: LDAP/ActiveDirectory/Webdav/...

Client configuration

Browser:
Chrome Version 107.0.5304.87 (Official Build) (x86_64)

Operating system:
Mac OS Monterey 12.4

Logs

Web server error log

Web server error log
Insert your webserver log here

Nextcloud log (data/nextcloud.log)

Nextcloud log
Insert your Nextcloud log here

Browser log

Browser log
Insert your browser log here, this could for example include:

a) The javascript console log
b) The network log
c) ...
@christoschronopoulos christoschronopoulos changed the title Flowupload 1.1.3 impressive upload speeds despite the upload error Flowupload 1.1.3 impressive upload speeds despite the upload error. Why? Nov 7, 2022
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