My app is an hybrid app combining *angular* and *om*. (old parts of the
app in angular, new parts in om)


My concerns are:
1. big app is a symptom of too much complexity
2. compilation time on deployment is very long
3. compilation time during development is too long

Any idea how could I improve the situation?

My app is composed of (not including the dependencies):
sources: 259 files 38000 lines of code

*Compilation metrics (on heroku)*
*whitespace optimization:*
Compile basic sources, elapsed time: 120748.570264 msecs
Add dependencies, elapsed time: 91876.738647 msecs
Optimizing 356 sources, elapsed time: 63315.196164 msecs
Successfully compiled "public/clojurescript/dev/main.js" in 278.23 seconds.

*advanced optimization:*
Compile basic sources, elapsed time: 87952.73688 msecs
Add dependencies, elapsed time: 81444.699173 msecs
Applying optimizations :advanced to 353 sources
Optimizing 357 sources, elapsed time: 251787.456456 msecs
Successfully compiled "public/clojurescript/prod/main.min.js" in
421.568 seconds.

-- 
Note that posts from new members are moderated - please be patient with your 
first post.
--- 
You received this message because you are subscribed to the Google Groups 
"ClojureScript" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/clojurescript.

Reply via email to