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

Find a way to reduce build time or build acceptable system #53

Open
opdev1004 opened this issue Apr 3, 2024 · 0 comments
Open

Find a way to reduce build time or build acceptable system #53

opdev1004 opened this issue Apr 3, 2024 · 0 comments
Assignees
Labels
enhancement New feature or request

Comments

@opdev1004
Copy link
Contributor

opdev1004 commented Apr 3, 2024

Update create-rino-template as well

Few ways that is possible:

  1. Waiting properly
    Like setting up loading screen and reload the web page after build is done.

  2. In case of assets, only update changed assets.

  3. Create pages and components data store
    This data store is for reducing build time for any changes.
    pages - components being used
    components - pages that has the component
    However this is not really effective as rino always build from root.
    Or build relationship trees using bgraph so it can track page and reduce webpage building time

@opdev1004 opdev1004 added the enhancement New feature or request label Apr 3, 2024
@opdev1004 opdev1004 self-assigned this Apr 3, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant