impress/config
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
..
environments Delete unused LocalImpressHost & RemoteImpressHost config vars 2023-10-25 16:13:47 -07:00
initializers Add mini profiler to each page 2023-10-27 19:38:49 -07:00
locales Delete outfits/show page, point to the editor instead 2023-10-24 18:02:18 -07:00
application.rb Upgrade to Rails 7.1.1 2023-10-25 15:05:31 -07:00
basic_type_hashes.yml vandagyre basic colors (ugh, should be in database) 2014-11-14 19:33:30 -06:00
boot.rb Upgrade to Rails 7.0.6 2023-10-23 19:05:07 -07:00
cable.yml Upgrade to Rails 6.0.6.1 2023-10-23 19:05:06 -07:00
database.yml Move the host: db part of the dev container into its environment vars 2023-10-26 14:20:15 -07:00
environment.rb Upgrade to Rails 6.1.7.4 2023-10-23 19:05:07 -07:00
locale_meta.yml es goes public! 2013-02-16 21:39:04 -06:00
routes.rb Delete unused roulette feature 2023-10-24 19:05:18 -07:00
storage.yml Run rails app:update 2023-10-23 19:05:05 -07:00