Name |
Last commit
|
Last update |
---|---|---|
.. | ||
base | ||
forum | ||
management | ||
migrations | ||
tests | ||
__init__.py | ||
helpers.py | ||
middleware.py | ||
models.py | ||
mustache_helpers.py | ||
permissions.py | ||
settings.py | ||
tests.py | ||
urls.py | ||
utils.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 |
---|---|---|
.. | ||
base | Loading commit data... | |
forum | Loading commit data... | |
management | Loading commit data... | |
migrations | Loading commit data... | |
tests | Loading commit data... | |
__init__.py | Loading commit data... | |
helpers.py | Loading commit data... | |
middleware.py | Loading commit data... | |
models.py | Loading commit data... | |
mustache_helpers.py | Loading commit data... | |
permissions.py | Loading commit data... | |
settings.py | Loading commit data... | |
tests.py | Loading commit data... | |
urls.py | Loading commit data... | |
utils.py | Loading commit data... |