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

Cache fragments to improve performance #23

Closed
Gargron opened this issue Mar 25, 2016 · 1 comment
Closed

Cache fragments to improve performance #23

Gargron opened this issue Mar 25, 2016 · 1 comment

Comments

@Gargron
Copy link
Member

Gargron commented Mar 25, 2016

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.

@Gargron
Copy link
Member Author

Gargron commented Dec 8, 2016

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.

@Gargron Gargron closed this as completed Dec 8, 2016
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
chendo added a commit to assemblyfour/switter that referenced this issue May 28, 2018
walfie added a commit to walfie/mastodon that referenced this issue Jun 16, 2018
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
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