impress/app
Matchu c496e33c37 Add mini profiler to each page
It shows up in development always, and if you're logged in as Me
Specifically in production!

I'm using this to poke at memory usage for pages that seem suspicious.
I don't know why our app reliably grows so large in RAM, but my hunch is
that maybe there are some pages that just use a truly large amount to
begin with - and I've learned Ruby doesn't release memory back after
it's GC'd, it just grows the process and keeps the free space to itself
in its own heap!

So I'm just eyeing pages that I know *can* have a lot going on, and
seeing what I find!
2023-10-27 19:38:49 -07:00
..
assets Remove unused Javascript utility libraries 2023-10-25 16:24:50 -07:00
controllers Add mini profiler to each page 2023-10-27 19:38:49 -07:00
helpers Remove unused Javascript utility libraries 2023-10-25 16:24:50 -07:00
javascript Update most URLs to use HTTPS 2023-10-25 15:22:57 -07:00
mailers donation mailer 2014-09-10 14:32:54 -05:00
models Update most URLs to use HTTPS 2023-10-25 15:22:57 -07:00
views Remove unused Javascript utility libraries 2023-10-25 16:24:50 -07:00