You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When loading Bootstrap registration page we found out that there are a few requests made to the server which take some time. Investigate why queries are made and eliminate those which are not necessary.
This is dirty fix, real one is to refactor entries controller into separate controllers, as now EC is used in navigation bar, which causes the controllers constructor be called on each page load...
Refactored EntriesController to extract UserSessionController that is now responsible for user related stuff. Entries controller no longer reloads entries when entering any page.
No description provided.
The text was updated successfully, but these errors were encountered: