Ruby On Rails Application Performance Optimization Tutorial
You created a web application in Ruby on Rails, and it seems like it's business logic works correctly, the UI is user-friendly, and the design is very attractive. But, are you sure that it will really meet all the expectations of its users? Application speed and performance are very important when it comes to project success. Users expect the application to load as quickly as possible. The standard page loading time is a maximum of 2 seconds. Prerequisite: For checking the precise speed of application pages run the application in production mode. check the disable cache from browser console. This will completely disable the Google Chrome cache Now, we will check the existing application speed by browsing through each page of the application and keep them noted in .xls or any other file for comparing the speed of the application after optimization completes. There are several tools to measure the page loading time. For ease of use, I am using google chrome exten...