impress/vendor
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
..
bundle/ruby/3.1.0/bundler/gems Delete some unused public/assets files 2023-10-23 19:05:09 -07:00
cache Add mini profiler to each page 2023-10-27 19:38:49 -07:00
plugins rails 3 2010-05-14 18:12:31 -04:00
.gitignore [WIP] Build a dev container 2023-10-25 11:46:14 -07:00