Are you sure this isn't a web server configuration issue? We saw long load times with browser REPL due to insufficient concurrency when serving resources. After that was fixed, loading 100+ namespaces into a web browser took less than 1 second during local dev.
David On Fri, Jan 20, 2017 at 2:43 AM, Justin Ratner <[email protected]> wrote: > We have a fairly large project in which we require a good bit of closure > library functionality. While developing with :optimizations :none, hundreds > of closure library files are loaded when the page loads. This means that > the page takes 7-10 seconds to load. That doesn't seem like much, but when > you are refreshing the page many times while developing (I don't always > trust code-reload), it adds up. > > Most of the time is spent waiting for browser connections to open up, so > the next file can be downloaded. Most browsers can only download a handful > of files from one domain at once. > > Wouldn't it be better if the closure library was served in a single js > file? > > -- > 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 https://groups.google.com/group/clojurescript. > -- 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 https://groups.google.com/group/clojurescript.
