CircuitVerse.org
Improve performance of the circuit verse application
Improve the performance of the application in 3 places in the code base. You can find some performance improvement tricks here https://www.mskog.com/posts/42-performance-tips-for-ruby-on-rails/
Some examples:
Fix N+1 queries Fix unnecessary sql calls Use ActiveRecord#exists? method when applicable Improve assets loading speed Improve page loading speed Cache frequently accessed data etc
Task tags
Students who completed this task
Jro, M.Anantha Vijay