Is {auto_compile, true} slow for you? I haven't noticed its impact.
Yariv
Since obviously {auto_compile,true} already retrieves its last
compile time from somewhere, can we get a {last_compile_time,auto} or
something in a future release?
> Is {auto_compile, true} slow for you? I haven't noticed its impact.
Yes, it at least triples the access time for pages when no files
require re-compiling (of course the impact is more when there are
files that do need compiling, but that's expected). Roberto mentioned
that this could be due to lots of static files, but that's not the
case here; I only have one .js and one .css being served in addition
to the rendered pages.
That's a good suggestion. I'll do it.
Yariv
Thanks. Do you have a trac or bugzilla or something somewhere? Can I
get an account on it?
The Google Code project has a bug tracker, but I don't use it. Maybe
it's a good time to start :)
Yariv
Agreed. I'm willing to work on the stuff I'm asking for, but I don't
want to duplicate the work where you've already started
Wow... I guess I made a n00b mistake on Vimagi by setting
{auto_compile, true}. I just removed it and the site feels much
snappier -- almost as fast as BeerRiot, in fact :) Thanks for the tip.
Yariv
I'll start on the {last_compile,auto}