Skip to content
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

Investigate why entries are loaded when landing on pages other than main page #68

Closed
pbuda opened this issue Feb 12, 2013 · 2 comments
Closed

Comments

@pbuda
Copy link
Contributor

pbuda commented Feb 12, 2013

No description provided.

@pbuda
Copy link
Contributor Author

pbuda commented Feb 12, 2013

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.

@pbuda pbuda closed this as completed in f46a739 Feb 12, 2013
@pbuda
Copy link
Contributor Author

pbuda commented Feb 12, 2013

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...

@pbuda pbuda reopened this Feb 12, 2013
pbuda added a commit that referenced this issue Feb 15, 2013
Refactored EntriesController to extract UserSessionController that is now responsible for user related stuff. Entries controller no longer reloads entries when entering any page.
@pbuda pbuda closed this as completed Feb 19, 2013
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant