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

Handle huge posts in forum #993

Open
chris34 opened this issue Jun 2, 2018 · 2 comments
Open

Handle huge posts in forum #993

chris34 opened this issue Jun 2, 2018 · 2 comments

Comments

@chris34
Copy link
Member

chris34 commented Jun 2, 2018

Posts with a size of >2 MB raise multiple issues: Akismet has some problems evaluating them. Other users with a low bandwidth (mind mobile users) experience slow loading or even a timeout.

IMO we have multiple options:

  • restrict the maximum size of a post
  • automatically open a paste, if more than size x is pasted into a post field (should be possible with some JS)
@chris34 chris34 added this to the Backlog milestone Jun 2, 2018
@MarkusH
Copy link
Member

MarkusH commented Jun 3, 2018

Honestly, limit posts at 500kiB if even that large and ask people to put logs etc. into paste bins.

@sebix
Copy link
Member

sebix commented Aug 13, 2020

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants