-
-
Notifications
You must be signed in to change notification settings - Fork 7k
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
Cache fragments to improve performance #23
Comments
I implemented pretty good caching of most expensive status-related queries. While we could get even more perf improvements from caching the rendered JSON, the complexity is not worth it for now. |
zonuexe
referenced
this issue
in pixiv/mastodon
Apr 15, 2017
ecmendenhall
pushed a commit
to ecmendenhall/mastodon
that referenced
this issue
Apr 20, 2017
…dator Add Oulipo::Validators::StatusValidator
tomoasleep
added a commit
to tomoasleep/mastodon
that referenced
this issue
May 25, 2017
Fix a bug that code in toots are doubly HTML escaped
MitarashiDango
referenced
this issue
in MitarashiDango/mastodon
Sep 24, 2017
GenbuHase
pushed a commit
to GenbuHase/Yzu-don
that referenced
this issue
Feb 3, 2018
[WIP] 装飾文字機能の改善
Sylvhem
pushed a commit
to Sylvhem/mastodon
that referenced
this issue
Mar 18, 2018
…ction de quelques erreurs de français au passage (mastodon#23)
chendo
added a commit
to assemblyfour/switter
that referenced
this issue
May 28, 2018
Nudity analysis on Media Attachments
rinsuki
pushed a commit
to rinsuki/mastodon
that referenced
this issue
Nov 20, 2019
abcang
added a commit
to CrossGate-Pawoo/mastodon
that referenced
this issue
Feb 28, 2020
I18n namespace
sksat
referenced
this issue
in sksat/mastodon
Nov 29, 2021
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
A big % of the response time in the app is rendering partials (not even SQL queries). So the response time could be improved significantly by caching fragments.
This isn't pressing since we're talking 500ms vs maybe 200ms here.
The text was updated successfully, but these errors were encountered: