Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Online builder - optimisations #50

Closed
Reinmar opened this issue Jan 20, 2015 · 1 comment
Closed

Online builder - optimisations #50

Reinmar opened this issue Jan 20, 2015 · 1 comment
Labels

Comments

@Reinmar
Copy link
Member

Reinmar commented Jan 20, 2015

CKEditor 4's dev builder needs ~1 minute and that's obviously too long for an online builder. Therefore the current online builder uses some optimisations in order to save the environment.

There are two unfortunate facts related to that:

  • The online builder is not the same as the dev builder. It means that we have to maintain two builders what's costly and blocked improving them with time.
  • Some optimisations that the online builder uses might have blocked some improvements - for instance - creating source maps.

We need to decide how we are going to solve online building in CKE5, because it will affect the architecture or the architecture will affect online building.

Questions, mostly to @wwalc:

  1. Could we use exactly the same builder, with no additional optimisations? How many unique (not yet cached) packages are created every day?
  2. What optimisations are we using now?
@Reinmar
Copy link
Member Author

Reinmar commented Apr 7, 2017

I guess that the architecture and the tools we chose make it pretty clear that we won't have an online builder.

@Reinmar Reinmar closed this as completed Apr 7, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant