issues
search
charkost
/
prosopite
:mag: Rails N+1 queries auto-detection with zero false positives / false negatives
Apache License 2.0
1.53k
stars
46
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
`warning: literal string will be frozen in the future` in ruby 3.4.0-preview2
#82
tmimura39
opened
2 weeks ago
0
Add support to ignore specific file paths from Prosopite scans
#81
sunnybogawat
opened
3 months ago
0
Deprecation / error on next Rails
#80
ghiculescu
opened
5 months ago
0
Allow cleaning backtraces used to identify N+1 queries
#79
tf
opened
9 months ago
2
Add default values description for all configurations
#78
y-yagi
closed
10 months ago
1
docs/Update README.md with adding the minimum version required for Sidekiq
#77
Omar3ain
closed
10 months ago
1
Adding Sidekiq middleware
#76
JoeKaldas
closed
10 months ago
2
Middleware::Rack: don't rely on `Prosopite.scan`'s block execution
#75
dhruvCW
closed
10 months ago
2
Add query counts and maximum queries to log configuration
#74
emilong
opened
11 months ago
0
Update README.md
#73
Spone
closed
1 year ago
1
Avoid memory allocation when detecting the mysql adapter
#72
K-S-A
opened
1 year ago
0
Fix: sidekiq middleware
#71
dhruvCW
closed
1 year ago
1
Fix typo in README
#70
tanaka51
closed
1 year ago
0
Add Prosopite.enabled and introduce Rack and Sidekiq middleware.
#69
dhruvCW
closed
1 year ago
3
False positive when used together with FactoryBot `create_list`?
#68
santib
closed
1 year ago
2
Support trilogy mysql adapter
#67
dhruvCW
closed
1 year ago
3
Improve performance in sql.activerecord subscription callback
#66
technicalpickles
closed
1 year ago
2
Make prosopite config accessible
#65
tomwilshere
closed
1 year ago
1
Can it be considered as a false positive case?
#64
gleb-klimovich
opened
1 year ago
2
Update checkout action to resolve Node v12 deprecation warning
#63
petergoldstein
closed
1 year ago
0
False negative when using ActiveRecord::Associations::Preloader
#62
tientt-holistics
closed
1 year ago
3
Accusation for many false positives
#61
charkost
closed
1 year ago
2
How does this gem differs from Rails strict_loading?
#60
aelkoussy
opened
1 year ago
4
Refactor responsibilities out from single class
#59
technicalpickles
opened
1 year ago
0
Add .github/release.yml to automate release notes
#58
technicalpickles
closed
12 months ago
0
Extend custom logger to allow taking the notifications directly and generate it's own string.
#57
technicalpickles
opened
1 year ago
0
Model class helper for ignoring prosopite on a specific query at runtime
#56
technicalpickles
closed
12 months ago
2
Add color output to tests
#55
technicalpickles
closed
1 year ago
1
Use ActiveSupport::BacktraceCleaner
#54
technicalpickles
closed
1 year ago
5
Call stacks in output are noisy
#53
technicalpickles
closed
1 year ago
3
ruby 2.3 support ?
#52
zetachang
closed
1 year ago
2
Make sure scan has properly started in scan? check
#51
charkost
closed
2 years ago
0
Add Example for custom logger in README.md
#50
tejaszambre
opened
2 years ago
0
Ignore specific files
#49
vitobotta
closed
1 year ago
2
Not ready to work with multiple databases
#48
Koilanetroc
opened
2 years ago
4
Allow nested pause blocks without resuming inner blocks
#47
geshwho
closed
2 years ago
1
FEATURE: Make output more configurable
#46
bf4
opened
2 years ago
3
Block syntax for scanning, finishing, pausing and resuming.
#45
geshwho
opened
2 years ago
3
Allow overriding `Prosopite.raise` config to temporarily `raise` on N+1s
#44
DanielGilchrist
opened
2 years ago
3
Would you be ok with making `Prosopite.pause`, `Prosopite.scan`, and `Prosopite.resume` handle nesting?
#43
oskarpearson
opened
2 years ago
1
Change #pause to accept a block
#42
oskarpearson
closed
2 years ago
2
Change #scan to return the result of the block
#41
oskarpearson
closed
2 years ago
3
Add custom-logger support
#40
oskarpearson
closed
2 years ago
1
Allow regexs on allow_stack_paths.
#39
rjurado01
closed
2 years ago
5
CI: Add Ruby 3.1 to matrix
#38
olleolleolle
closed
2 years ago
1
Make `Prosopite.resume` an alias of `Prosopite.scan`
#37
ghiculescu
closed
2 years ago
2
Handling Bulk `find_or_create` Operations?
#36
choxi
closed
2 years ago
1
New release to include pause/resume
#35
YoranBrondsema
closed
2 years ago
0
Suggest using around_action
#34
pustomytnyk
closed
2 years ago
1
Short circuit unless there's a single fingerprint
#33
ghiculescu
closed
2 years ago
1
Next