-
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
1258 perf #1320
1258 perf #1320
Conversation
- Added provisioning step for Vagrantbox - Removed gzip middleware - Updated local template to use the debug toolbar
- 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.
Checklist
|
|
- 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
|
|
- Removed mysql to psql migration lib - Landscape strictness is now verylow
|
@@ -93,7 +95,7 @@ def coll_map(coll, width='100%', height='100%', dynamic='dynamic'): | |||
'pk': str(item.pk), | |||
'text': text}) | |||
except Exception, e: | |||
# print e | |||
print e |
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.
Is this meant to stay in?
|
|
|
- Updated migrations - Fixed conflict in .gitignore
|
|
[#1258] Performance improvements
Server side optimisations.