-
Notifications
You must be signed in to change notification settings - Fork 84
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
igor-arkhipov/performance-improvement-4 #136
base: master
Are you sure you want to change the base?
igor-arkhipov/performance-improvement-4 #136
Conversation
|
||
## Результаты | ||
|
||
В результате проделанной оптимизации удалось ускорить время рендеринга главной страницы более чем в полтора раза. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
👍
@@ -53,5 +53,7 @@ class Application < Rails::Application | |||
end | |||
ReservedWords.all = [ReservedWords::BASE_WORDS + top_routes].flatten.compact.uniq | |||
end | |||
|
|||
config.skylight.environments << 'localproduction' if Rails.env.localproduction? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Можно наверно и без условия добавить
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
👍
What type of PR is this? (check all applicable)
Description
Performance improvement (rendering time for main page)
Added to documentation?