mirror of
https://github.com/openfoodfoundation/openfoodnetwork
synced 2026-01-24 20:36:49 +00:00
I took this from a recent newsletter I read. Sometimes replication performance issues locally is actually slower than production due to dev mode settings (code reloading, etc.), heavy de-only gems and the asset pipeline. The PROFILE env var switches these settings all at the same time, giving us an environment closer to production, essential for reliable profiling. Then, rack-mini-profiler is going to be more accurate. Apparently it's something [RubyGems](b026df86ae/config/environments/development.rb (L72-L92)) and [CodeTriage](a3c957647d) both use.
48 lines
649 B
Plaintext
48 lines
649 B
Plaintext
.bundle
|
|
.rbenv-version
|
|
.byebug_history
|
|
.swp
|
|
*.swo
|
|
*.swp
|
|
.sass-cache
|
|
db/*.sqlite3
|
|
db/*.csv
|
|
log/*.log
|
|
log/*.log.lck
|
|
log/*.log.*
|
|
tmp/
|
|
.idea/*
|
|
\#*
|
|
.#*
|
|
*~
|
|
*.~lock.*
|
|
tags
|
|
.emacs.desktop
|
|
.DS_Store
|
|
*.sublime-project*
|
|
spec/javascripts/generated/*
|
|
db/development_structure.sql
|
|
db/test_structure.sql
|
|
db/staging_structure.sql
|
|
db/production_structure.sql
|
|
db/backup
|
|
app/public
|
|
public/system
|
|
public/stylesheets
|
|
public/images
|
|
public/spree
|
|
public/assets
|
|
config/abr.yml
|
|
config/initializers/feature_toggle.rb
|
|
NERD_tree*
|
|
coverage
|
|
libpeerconnection.log
|
|
/config/application.yml
|
|
/config/newrelic.yml
|
|
node_modules
|
|
vendor/bundle/
|
|
coverage
|
|
/reports/
|
|
!/reports/README.md
|
|
bin/
|