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

Improve startup performance when files not changed #105

Open
DominicWatson opened this issue Mar 26, 2014 · 2 comments
Open

Improve startup performance when files not changed #105

DominicWatson opened this issue Mar 26, 2014 · 2 comments
Assignees
Milestone

Comments

@DominicWatson
Copy link
Contributor

When files have not changed, we are still needing to parse each file's content for dependency info, etc. Cache this state to the file system so that full restarts are faster.

@DominicWatson DominicWatson added this to the 0.8.0 milestone Mar 26, 2014
@DominicWatson DominicWatson self-assigned this Mar 26, 2014
DominicWatson added a commit that referenced this issue Mar 26, 2014
…formance when files have not changed (first ever startup will still be slow)
@afrex
Copy link

afrex commented Jul 2, 2014

I like this improvement. Any idea when 0.8.0 will be released ?
And will the less engine get an update as well ?

Kind regards,

Alexander

@DominicWatson
Copy link
Contributor Author

I'm currently working on another open source project which we were using CfStatic on. The way in which we were using it has led us to then write a separate asset management solution that is much slimmer and more configurable:

https://github.com/pixl8/sticker

The current release of Sticker does all the per-request asset management that CfStatic does. We are working on configurable pre-processors and this will likely happen before any changes to CfStatic.

I think at that point I will be advising moving to Sticker as a better solution. Compilation only happening in development and startup being way way quicker.

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

No branches or pull requests

2 participants