Hacker Newsnew | past | comments | ask | show | jobs | submitlogin

Here's a screenshot for people that don't feel like waiting for the page to load:

https://imgur.com/a/uxaU0h8

How is GitLab still this slow?



It's a Rails app trying to load hundreds of different bits of data (emojis, comments, votes on comments, etc.), I'd honestly be more surprised if it were quick.


GitHub loads similar data and is also written in rails, but long GitHub PRs/issues are significantly faster to load.


It’s probably hammering the database right now.

These kind of things, by nature, are difficult to cache because the balance between “fresh” new content and how often they are accessed leans heavily towards having it served from the backend directly.


Resources are cached, lightweight JSON that dictates how to lay those resources out is fresh, doesn’t seem tooooo difficult


Ruby on Rails backend, I think.


Github is also RoR backend, and it's not this slow.




Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: