Files
edx-platform/openedx/core/djangoapps
David Ormsbee b3a62bd252 LMS startup optimization: Load pynliner locally.
pynliner imports cssutils, which has an expensive initialization. All
told, it can account for 15-20% of "fast" LMS startup (without asset
compilation). So we're going to load it locally here so that we delay
that one-time hit until we actually do the (rare) operation that is
sending a credit notification email.
2017-02-27 14:07:44 -05:00
..
2016-08-03 12:44:41 -04:00
2016-10-14 13:59:01 -04:00
2016-04-25 10:56:28 -04:00
2017-01-18 09:43:46 -05:00