| Name |
Last commit
|
Last update |
|---|---|---|
| .. | ||
| capa | ||
| xmodule | ||
| .gitignore | ||
| logsettings.py | ||
| rooted_paths.py | ||
| sample-post.py | ||
| supertrace.py | ||
| tempdir.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 |
|---|---|---|
| .. | ||
| capa | Loading commit data... | |
| xmodule | Loading commit data... | |
| .gitignore | Loading commit data... | |
| logsettings.py | Loading commit data... | |
| rooted_paths.py | Loading commit data... | |
| sample-post.py | Loading commit data... | |
| supertrace.py | Loading commit data... | |
| tempdir.py | Loading commit data... |