Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

DateCompile TimeGenerated AssetsChanges
2017-11-105:14 / 11:58343M / 838M(baseline)

2017-11-17



Jira Legacy
serverSystem JIRA
columnskey,summary,type,created,updated,due,assignee,reporter,priority,status,resolution
serverId13fd1930-5608-3aac-a5dd-21b934d3a4b4
keyFEDX-445

Jira Legacy
serverSystem JIRA
columnskey,summary,type,created,updated,due,assignee,reporter,priority,status,resolution
serverId13fd1930-5608-3aac-a5dd-21b934d3a4b4
keyFEDX-446

Jira Legacy
serverSystem JIRA
columnskey,summary,type,created,updated,due,assignee,reporter,priority,status,resolution
serverId13fd1930-5608-3aac-a5dd-21b934d3a4b4
keyFEDX-447
 

Jira Legacy
serverSystem JIRA
columnskey,summary,type,created,updated,due,assignee,reporter,priority,status,resolution
serverId13fd1930-5608-3aac-a5dd-21b934d3a4b4
keyFEDX-448

Jira Legacy
serverSystem JIRA
columnskey,summary,type,created,updated,due,assignee,reporter,priority,status,resolution
serverId13fd1930-5608-3aac-a5dd-21b934d3a4b4
keyFEDX-449










Possible work items:

  • Combine SASS compilation steps so we're not recompiling the same shared assets between LMS and Studio.
  • Extract and isolate vendor JS files so that they aren't constantly re-processed by our pipeline.
  • Investigate current "ideal" Bootstrap CSS compile performance (no v1 or v2 CSS code), to make sure < 1s latency is achievable.
  • Change how Webpack configuration is extracted so that we don't waste so much time waiting on edx-platform to start up and give us a config value. (Complicated by Studio's git-hashed based static dir location.)
  • Studio/LMS asset unification – need to discuss this. Studio assets are mostly a subset of LMS assets with slightly different path information due to the prefix. Could potentially cut a lot of the redundant processing, but we have to make sure it's aligned with the goals of SFE and other efforts.