|
|
|
|
|
by YorickPeterse
3076 days ago
|
|
> Yeah, and they've promised to work on performance for ages now with almost
> no improvement.
That's simply not true, there have been a _ton_ of improvements that we made
over the past 2 years. A very simplified example:A specific GitLab.com issue in December 2015 vs January 2018 (I can't seem to
find what the exact URL is): 2015: http://stats.gitlab.com/1902794/2015/12 2018: http://stats.gitlab.com/1902794/2018/01 Apart from that you can take a look at any of the past release posts or merge
requests tagged with "performance" [1][2] and you'll see that plenty of
improvements have been made over time. > Is ruby really such a mess that it's impossible to run an app with
> reasonable memory consumption?
Ruby is not really to blame for this, instead it's mostly Rails and all the
third-party libraries that we add on top that consume so much memory.[1]: CE improvements:
https://gitlab.com/gitlab-org/gitlab-ce/merge_requests?scope... [2]: EE improvements (some of these may be merges from CE):
https://gitlab.com/gitlab-org/gitlab-ee/merge_requests?scope... |
|
Unfortunately this is almost never the case: Sometimes the pages load even slower. In the best case there's not much difference. Same goes for memory consumption.
But I understand now that this will always be a problem with rails.