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

Optimize HTML Generation #118

Open
1 task
Snugug opened this issue Oct 7, 2016 · 1 comment
Open
1 task

Optimize HTML Generation #118

Snugug opened this issue Oct 7, 2016 · 1 comment

Comments

@Snugug
Copy link
Member

Snugug commented Oct 7, 2016

HTML Generation is super serial and we can make it better to improve performance.

Feature: Optimize HTML Generation
  As a core developer
  I want to optimize the generation of HTML from a content type
  So that I can deliver the form to implementors faster

  Scenario: Parallel Processing
    Given that content types have multiple attributes
      And that each attribute is self-contained
     When a content type is rendered in to HTML
     Then the attributes should be manipulated in parallel
      And the attributes should be manipulated in an async manner

Optimize HTML Generation

  • Parallel Processing
@scottnath
Copy link
Contributor

I think this is an excellent idea.

IMHO, before tackling this we should reduce the code base by pulling content-type requirement checks out of the content-types module, preferably putting them in a shared-utilities repository Doing that will make it easier to refactor CT for optimized HTML generation.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants