| Name |
Last commit
|
Last update |
|---|---|---|
| .. | ||
| tests | ||
| __init__.py | ||
| django.py | ||
| draft.py | ||
| exceptions.py | ||
| inheritance.py | ||
| mongo.py | ||
| search.py | ||
| store_utilities.py | ||
| xml.py | ||
| xml_exporter.py | ||
| xml_importer.py |
it appears we are taking one too many round trips to do when pre-fetching children. This can be very expensive as the tree gets wider the deeper we go. For example, in courseware we want depth=2 (course, chapter, sequential). But looking at log output we were also getting verticals, which there can be a lot of. This should cut down on the total data we are grabbing from the DB.
| Name |
Last commit
|
Last update |
|---|---|---|
| .. | ||
| tests | Loading commit data... | |
| __init__.py | Loading commit data... | |
| django.py | Loading commit data... | |
| draft.py | Loading commit data... | |
| exceptions.py | Loading commit data... | |
| inheritance.py | Loading commit data... | |
| mongo.py | Loading commit data... | |
| search.py | Loading commit data... | |
| store_utilities.py | Loading commit data... | |
| xml.py | Loading commit data... | |
| xml_exporter.py | Loading commit data... | |
| xml_importer.py | Loading commit data... |