-
Notifications
You must be signed in to change notification settings - Fork 20
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
Page load time #1258
Comments
|
log_min_duration_statement at http://www.postgresql.org/docs/current/static/runtime-config-logging.html seems valuable to enable on the test server. |
kardan
added a commit
that referenced
this issue
Mar 10, 2015
- Added provisioning step for Vagrantbox - Removed gzip middleware - Updated local template to use the debug toolbar
kardan
added a commit
that referenced
this issue
Mar 10, 2015
- Moved code for getting the project list to a decorator that is reusable but not affects all requests. - Disabled the donation button in the project list. - Added a db_index on the Publishingstatus model. - Cleaned up a lot of markup with help of linter.
kardan
added a commit
that referenced
this issue
Mar 11, 2015
- Rewrote organisation directory view - Rewrote project update view - Cleaned up syntax to score better with static analyzers - Commented out a exception logger that is for development in map tag - Moved show_filter_class to view utils - Fixed template bug in org directory. - Removed old code
kardan
added a commit
that referenced
this issue
Mar 11, 2015
kardan
added a commit
that referenced
this issue
Mar 12, 2015
- Removed mysql to psql migration lib - Landscape strictness is now verylow
kardan
added a commit
that referenced
this issue
Mar 12, 2015
KasperBrandt
added a commit
that referenced
this issue
Mar 12, 2015
kardan
added a commit
that referenced
this issue
Mar 12, 2015
kardan
added a commit
that referenced
this issue
Mar 12, 2015
- Updated migrations - Fixed conflict in .gitignore
kardan
added a commit
that referenced
this issue
Mar 12, 2015
KasperBrandt
added a commit
that referenced
this issue
Mar 13, 2015
[#1258] Performance improvements
Test planI've done a short performance test on the Test server;
So in general RSR has become a bit faster, but especially the project listing page has become a lot faster. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
At the moment load page load time is too high. Needs to be cut!
The text was updated successfully, but these errors were encountered: