Name |
Last commit
|
Last update |
---|---|---|
.. | ||
djangoapps | ||
envs | ||
lib | ||
static | ||
templates | ||
.coveragerc | ||
CHANGELOG.md | ||
__init__.py | ||
one_time_startup.py | ||
urls.py | ||
wsgi.py |
optimize forum page rendering as we don't pre-compute the link urls to inline discussions. We can use jump_to urls and then figure out the link path if/when end-user clicks on it. This saves a lot of unnecessary round trips to the DB as path computation is expensive, especially when it being done for every discussion module in a course in a loop.
Name |
Last commit
|
Last update |
---|---|---|
.. | ||
djangoapps | Loading commit data... | |
envs | Loading commit data... | |
lib | Loading commit data... | |
static | Loading commit data... | |
templates | Loading commit data... | |
.coveragerc | Loading commit data... | |
CHANGELOG.md | Loading commit data... | |
__init__.py | Loading commit data... | |
one_time_startup.py | Loading commit data... | |
urls.py | Loading commit data... | |
wsgi.py | Loading commit data... |