|
view
app/views/topics/index.html.erb
|
16%
|
app/views/topics/index.html.erb
- Average Self
-
7.8ms
- Average calls
- 0.98x
- Total Self
- 7.6ms
- Total Children
- 16ms
- Total runtime
- 24ms
|
|
sql
app/views/topics/index.html.erb:15
|
9%
|
app/views/topics/index.html.erb:15
- Average Self
-
1.5ms
- Average calls
- 2.9x
- Total Self
- 4.3ms
- Total Children
- 0ms
- Total runtime
- 4.3ms
SELECT DISTINCT "topics".* FROM "topics" INNER JOIN "essays" ON "essays"."topic_id" = "topics"."id" WHERE "essays"."status" = ? AND "topics"."category_id" = ? ORDER BY "topics"."title_arabic_numbers" ASC LIMIT ? OFFSET ?
SELECT "essays".* FROM "essays" WHERE "essays"."id" = ?
SELECT "essay_contents_internals".* FROM "essay_contents_internals" WHERE "essay_contents_internals"."id" = ?
|
|
sql
app/views/layouts/application.html.erb:237
|
8%
|
app/views/layouts/application.html.erb:237
- Average Self
-
1.2ms
- Average calls
- 2.9x
- Total Self
- 3.6ms
- Total Children
- 0ms
- Total runtime
- 3.6ms
SELECT "essays".* FROM "essays" WHERE "essays"."status" = ? ORDER BY "essays"."hits_nb" DESC LIMIT ?
SELECT "topics".* FROM "topics" WHERE "topics"."id" IN (?)
SELECT "essay_contents_internals".* FROM "essay_contents_internals" WHERE "essay_contents_internals"."id" IN (?)
|
|
sql
app/models/category.rb:177
|
8%
|
app/models/category.rb:177
- Average Self
-
3.6ms
- Average calls
- 0.98x
- Total Self
- 3.5ms
- Total Children
- 0ms
- Total runtime
- 3.5ms
SELECT "categories".* FROM "categories" INNER JOIN "groups" ON "groups"."id" = "categories"."group_id" INNER JOIN "topics" ON "topics"."category_id" = "categories"."id" INNER JOIN "essays" ON "essays"."topic_id" = "topics"."id" WHERE "groups"."exercice_type" = ? AND "groups"."subject" = ? AND "essays"."status" = ? AND (categories.sorting_index < ?) GROUP BY "categories"."id" HAVING (COUNT(essays.id) > ?) ORDER BY categories.sorting_index DESC LIMIT ?
|
|
sql
app/views/layouts/application.html.erb:249
|
8%
|
app/views/layouts/application.html.erb:249
- Average Self
-
3.6ms
- Average calls
- 0.98x
- Total Self
- 3.5ms
- Total Children
- 0ms
- Total runtime
- 3.5ms
SELECT categories.*, sum(essays.hits_nb) as hits_sum FROM "categories" INNER JOIN "topics" ON "topics"."category_id" = "categories"."id" INNER JOIN "essays" ON "essays"."topic_id" = "topics"."id" GROUP BY "categories"."id" ORDER BY hits_sum DESC LIMIT ?
|
|
code
app/controllers/topics_controller.rb:9
|
7%
|
app/controllers/topics_controller.rb:9
- Average Self
-
3.3ms
- Average calls
- 1x
- Total Self
- 3.3ms
- Total Children
- 36ms
- Total runtime
- 40ms
TopicsController#index
|
|
view
app/views/layouts/application.html.erb
|
6%
|
app/views/layouts/application.html.erb
- Average Self
-
2.9ms
- Average calls
- 0.98x
- Total Self
- 2.9ms
- Total Children
- 7.4ms
- Total runtime
- 10ms
|
|
sql
app/models/category.rb:163
|
5%
|
app/models/category.rb:163
- Average Self
-
2.6ms
- Average calls
- 0.98x
- Total Self
- 2.6ms
- Total Children
- 0ms
- Total runtime
- 2.6ms
SELECT "categories".* FROM "categories" INNER JOIN "groups" ON "groups"."id" = "categories"."group_id" INNER JOIN "topics" ON "topics"."category_id" = "categories"."id" INNER JOIN "essays" ON "essays"."topic_id" = "topics"."id" WHERE "groups"."exercice_type" = ? AND "groups"."subject" = ? AND "essays"."status" = ? AND (categories.sorting_index > ?) GROUP BY "categories"."id" HAVING (COUNT(essays.id) > ?) ORDER BY categories.sorting_index ASC LIMIT ?
|
|
sql
app/models/category.rb:112
|
5%
|
app/models/category.rb:112
- Average Self
-
0.77ms
- Average calls
- 2.9x
- Total Self
- 2.3ms
- Total Children
- 0ms
- Total runtime
- 2.3ms
SELECT "quiz_questions".* FROM "quiz_questions" WHERE "quiz_questions"."categorisable_id" = ? AND "quiz_questions"."categorisable_type" = ? AND "quiz_questions"."status" = ?
SELECT "quiz_questions".* FROM "quiz_questions" INNER JOIN "sub_categories" ON "quiz_questions"."categorisable_id" = "sub_categories"."id" WHERE "sub_categories"."category_id" = ? AND "quiz_questions"."categorisable_type" = ? AND "quiz_questions"."status" = ?
SELECT "quiz_questions".* FROM "quiz_questions" INNER JOIN "topics" ON "quiz_questions"."categorisable_id" = "topics"."id" WHERE "topics"."category_id" = ? AND "quiz_questions"."categorisable_type" = ? AND "quiz_questions"."status" = ? ORDER BY "topics"."title_arabic_numbers" ASC
|
|
gc
ruby/gc.c
|
4%
|
ruby/gc.c
- Average Self
-
4.7ms
- Average calls
- 0.43x
- Total Self
- 2ms
- Total Children
- 0ms
- Total runtime
- 2ms
GC.start
|
|
queue
queue
|
4%
|
queue
- Average Self
-
1.8ms
- Average calls
- 1x
- Total Self
- 1.8ms
- Total Children
- 0ms
- Total runtime
- 1.8ms
|
|
sql
app/controllers/topics_controller.rb:11
|
2%
|
app/controllers/topics_controller.rb:11
- Average Self
-
0.91ms
- Average calls
- 1x
- Total Self
- 0.91ms
- Total Children
- 0ms
- Total runtime
- 0.91ms
SELECT "categories".* FROM "categories" WHERE "categories"."slug" = ? LIMIT ?
|
|
sql
app/models/category.rb:182
|
1%
|
app/models/category.rb:182
- Average Self
-
0.58ms
- Average calls
- 0.98x
- Total Self
- 0.57ms
- Total Children
- 0ms
- Total runtime
- 0.57ms
SELECT "categories"."id" FROM "categories" INNER JOIN "influences" ON "categories"."id" = "influences"."influencee_id" WHERE "influences"."influencer_id" = ?
|
|
rack
/app/vendor/bundle/ruby/4.0.0/gems/warden-1.2.9/lib/warden/manager.rb:30
|
1%
|
/app/vendor/bundle/ruby/4.0.0/gems/warden-1.2.9/lib/warden/manager.rb:30
- Average Self
-
0.58ms
- Average calls
- 0.98x
- Total Self
- 0.57ms
- Total Children
- 39ms
- Total runtime
- 40ms
Warden::Manager
|
|
sql
app/views/topics/index.html.erb:23
|
1%
|
app/views/topics/index.html.erb:23
- Average Self
-
0.88ms
- Average calls
- 0.63x
- Total Self
- 0.56ms
- Total Children
- 0ms
- Total runtime
- 0.56ms
SELECT COUNT(DISTINCT "topics"."id") FROM "topics" INNER JOIN "essays" ON "essays"."topic_id" = "topics"."id" WHERE "essays"."status" = ? AND "topics"."category_id" = ?
|
|
view
vendor/bundle/ruby/4.0.0/gems/kaminari-core-1.2.2/app/views/kaminari/_paginator.html.erb
|
1%
|
vendor/bundle/ruby/4.0.0/gems/kaminari-core-1.2.2/app/views/kaminari/_paginator.html.erb
- Average Self
-
0.72ms
- Average calls
- 0.72x
- Total Self
- 0.52ms
- Total Children
- 0.2ms
- Total runtime
- 0.72ms
|
|
sql
app/views/topics/index.html.erb:38
|
<1%
|
app/views/topics/index.html.erb:38
- Average Self
-
0.42ms
- Average calls
- 0.98x
- Total Self
- 0.41ms
- Total Children
- 0ms
- Total runtime
- 0.41ms
SELECT "active_storage_attachments".* FROM "active_storage_attachments" WHERE "active_storage_attachments"."record_id" = ? AND "active_storage_attachments"."record_type" = ? AND "active_storage_attachments"."name" = ? LIMIT ?
|
|
sql
app/models/category.rb:183
|
<1%
|
app/models/category.rb:183
- Average Self
-
0.38ms
- Average calls
- 0.98x
- Total Self
- 0.37ms
- Total Children
- 0ms
- Total runtime
- 0.37ms
SELECT "categories"."id" FROM "categories" INNER JOIN "influences" ON "categories"."id" = "influences"."influencer_id" WHERE "influences"."influencee_id" = ?
|
|
sql
app/views/topics/index.html.erb:44
|
<1%
|
app/views/topics/index.html.erb:44
- Average Self
-
0.37ms
- Average calls
- 0.96x
- Total Self
- 0.35ms
- Total Children
- 0ms
- Total runtime
- 0.35ms
SELECT "active_storage_blobs".* FROM "active_storage_blobs" WHERE "active_storage_blobs"."id" = ? LIMIT ?
|
|
sql
app/views/topics/index.html.erb:1
|
<1%
|
app/views/topics/index.html.erb:1
- Average Self
-
0.32ms
- Average calls
- 0.98x
- Total Self
- 0.31ms
- Total Children
- 0ms
- Total runtime
- 0.31ms
SELECT "groups".* FROM "groups" WHERE "groups"."id" = ? LIMIT ?
|
|
rack
/app/vendor/bundle/ruby/4.0.0/gems/railties-8.1.2/lib/rails/rack/logger.rb:20
|
<1%
|
/app/vendor/bundle/ruby/4.0.0/gems/railties-8.1.2/lib/rails/rack/logger.rb:20
- Average Self
-
0.25ms
- Average calls
- 0.98x
- Total Self
- 0.24ms
- Total Children
- 41ms
- Total runtime
- 41ms
Rails::Rack::Logger
|
|
rack
/app/vendor/bundle/ruby/4.0.0/gems/rack-session-2.1.1/lib/rack/session/abstract/id.rb:267
|
<1%
|
/app/vendor/bundle/ruby/4.0.0/gems/rack-session-2.1.1/lib/rack/session/abstract/id.rb:267
- Average Self
-
0.21ms
- Average calls
- 0.98x
- Total Self
- 0.2ms
- Total Children
- 40ms
- Total runtime
- 40ms
ActionDispatch::Session::CookieStore
|
|
rack
/app/vendor/bundle/ruby/4.0.0/gems/actionpack-8.1.2/lib/action_dispatch/middleware/executor.rb:13
|
<1%
|
/app/vendor/bundle/ruby/4.0.0/gems/actionpack-8.1.2/lib/action_dispatch/middleware/executor.rb:13
- Average Self
-
0.19ms
- Average calls
- 0.98x
- Total Self
- 0.19ms
- Total Children
- 41ms
- Total runtime
- 41ms
ActionDispatch::Executor
|
|
rack
/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.4/lib/rack/etag.rb:28
|
<1%
|
/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.4/lib/rack/etag.rb:28
- Average Self
-
0.15ms
- Average calls
- 0.98x
- Total Self
- 0.15ms
- Total Children
- 40ms
- Total runtime
- 40ms
Rack::ETag
|
|
code
/app/vendor/bundle/ruby/4.0.0/gems/railties-8.1.2/lib/rails/engine.rb:532
|
<1%
|
/app/vendor/bundle/ruby/4.0.0/gems/railties-8.1.2/lib/rails/engine.rb:532
- Average Self
-
0.13ms
- Average calls
- 0.98x
- Total Self
- 0.13ms
- Total Children
- 41ms
- Total runtime
- 41ms
Rails::Engine#call
|
|
view
vendor/bundle/ruby/4.0.0/gems/kaminari-core-1.2.2/app/views/kaminari/_page.html.erb
|
<1%
|
vendor/bundle/ruby/4.0.0/gems/kaminari-core-1.2.2/app/views/kaminari/_page.html.erb
- Average Self
-
0.04ms
- Average calls
- 2.4x
- Total Self
- 0.09ms
- Total Children
- 0ms
- Total runtime
- 0.09ms
|
|
rack
/app/vendor/bundle/ruby/4.0.0/gems/actionpack-8.1.2/lib/action_dispatch/middleware/remote_ip.rb:95
|
<1%
|
/app/vendor/bundle/ruby/4.0.0/gems/actionpack-8.1.2/lib/action_dispatch/middleware/remote_ip.rb:95
- Average Self
-
0.09ms
- Average calls
- 0.98x
- Total Self
- 0.09ms
- Total Children
- 41ms
- Total runtime
- 41ms
ActionDispatch::RemoteIp
|
|
rack
/app/vendor/bundle/ruby/4.0.0/gems/actionpack-8.1.2/lib/action_dispatch/middleware/cookies.rb:706
|
<1%
|
/app/vendor/bundle/ruby/4.0.0/gems/actionpack-8.1.2/lib/action_dispatch/middleware/cookies.rb:706
- Average Self
-
0.09ms
- Average calls
- 0.98x
- Total Self
- 0.09ms
- Total Children
- 40ms
- Total runtime
- 40ms
ActionDispatch::Cookies
|
|
rack
/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.4/lib/rack/conditional_get.rb:28
|
<1%
|
/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.4/lib/rack/conditional_get.rb:28
- Average Self
-
0.09ms
- Average calls
- 0.98x
- Total Self
- 0.09ms
- Total Children
- 40ms
- Total runtime
- 40ms
Rack::ConditionalGet
|
|
rack
/app/vendor/bundle/ruby/4.0.0/gems/actionpack-8.1.2/lib/action_dispatch/middleware/show_exceptions.rb:31
|
<1%
|
/app/vendor/bundle/ruby/4.0.0/gems/actionpack-8.1.2/lib/action_dispatch/middleware/show_exceptions.rb:31
- Average Self
-
0.08ms
- Average calls
- 0.98x
- Total Self
- 0.07ms
- Total Children
- 40ms
- Total runtime
- 41ms
ActionDispatch::ShowExceptions
|
|
rack
/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.4/lib/rack/tempfile_reaper.rb:16
|
<1%
|
/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.4/lib/rack/tempfile_reaper.rb:16
- Average Self
-
0.08ms
- Average calls
- 0.98x
- Total Self
- 0.07ms
- Total Children
- 40ms
- Total runtime
- 40ms
Rack::TempfileReaper
|
|
rack
/app/vendor/bundle/ruby/4.0.0/gems/actionpack-8.1.2/lib/action_dispatch/http/content_security_policy.rb:37
|
<1%
|
/app/vendor/bundle/ruby/4.0.0/gems/actionpack-8.1.2/lib/action_dispatch/http/content_security_policy.rb:37
- Average Self
-
0.08ms
- Average calls
- 0.98x
- Total Self
- 0.07ms
- Total Children
- 40ms
- Total runtime
- 40ms
ActionDispatch::ContentSecurityPolicy::Middleware
|
|
rack
/app/vendor/bundle/ruby/4.0.0/gems/actionpack-8.1.2/lib/action_dispatch/middleware/static.rb:26
|
<1%
|
/app/vendor/bundle/ruby/4.0.0/gems/actionpack-8.1.2/lib/action_dispatch/middleware/static.rb:26
- Average Self
-
0.08ms
- Average calls
- 0.98x
- Total Self
- 0.07ms
- Total Children
- 41ms
- Total runtime
- 41ms
ActionDispatch::Static
|
|
rack
/app/vendor/bundle/ruby/4.0.0/gems/actionpack-8.1.2/lib/action_dispatch/middleware/request_id.rb:31
|
<1%
|
/app/vendor/bundle/ruby/4.0.0/gems/actionpack-8.1.2/lib/action_dispatch/middleware/request_id.rb:31
- Average Self
-
0.08ms
- Average calls
- 0.98x
- Total Self
- 0.07ms
- Total Children
- 41ms
- Total runtime
- 41ms
ActionDispatch::RequestId
|
|
rack
/usr/local/bundle/ruby/4.0.0/gems/warden-1.2.9/lib/warden/manager.rb:30
|
<1%
|
/usr/local/bundle/ruby/4.0.0/gems/warden-1.2.9/lib/warden/manager.rb:30
- Average Self
-
3ms
- Average calls
- 0.02x
- Total Self
- 0.06ms
- Total Children
- 0.56ms
- Total runtime
- 0.61ms
Warden::Manager
|
|
rack
/usr/local/bundle/ruby/4.0.0/gems/railties-8.1.2/lib/rails/rack/logger.rb:20
|
<1%
|
/usr/local/bundle/ruby/4.0.0/gems/railties-8.1.2/lib/rails/rack/logger.rb:20
- Average Self
-
3ms
- Average calls
- 0.02x
- Total Self
- 0.06ms
- Total Children
- 0.67ms
- Total runtime
- 0.72ms
Rails::Rack::Logger
|
|
rack
/app/vendor/bundle/ruby/4.0.0/gems/actionpack-8.1.2/lib/action_dispatch/middleware/debug_exceptions.rb:30
|
<1%
|
/app/vendor/bundle/ruby/4.0.0/gems/actionpack-8.1.2/lib/action_dispatch/middleware/debug_exceptions.rb:30
- Average Self
-
0.06ms
- Average calls
- 0.98x
- Total Self
- 0.06ms
- Total Children
- 40ms
- Total runtime
- 40ms
ActionDispatch::DebugExceptions
|
|
sql
app/views/topics/index.html.erb:60
|
<1%
|
app/views/topics/index.html.erb:60
- Average Self
-
0.23ms
- Average calls
- 0.24x
- Total Self
- 0.06ms
- Total Children
- 0ms
- Total runtime
- 0.06ms
SELECT ? AS one FROM "categories" WHERE ("categories"."id" = ? OR ?=?) LIMIT ?
|
|
rack
ActionDispatch::Flash
|
<1%
|
ActionDispatch::Flash
- Average Self
-
0.06ms
- Average calls
- 1x
- Total Self
- 0.06ms
- Total Children
- 41ms
- Total runtime
- 41ms
|
|
sql
app/views/topics/index.html.erb:63
|
<1%
|
app/views/topics/index.html.erb:63
- Average Self
-
0.15ms
- Average calls
- 0.24x
- Total Self
- 0.04ms
- Total Children
- 0ms
- Total runtime
- 0.04ms
SELECT "categories".* FROM "categories" WHERE ("categories"."id" = ? OR ?=?) ORDER BY "categories"."sorting_index" ASC
|
|
rack
/usr/local/bundle/ruby/4.0.0/gems/actionpack-8.1.2/lib/action_dispatch/middleware/show_exceptions.rb:31
|
<1%
|
/usr/local/bundle/ruby/4.0.0/gems/actionpack-8.1.2/lib/action_dispatch/middleware/show_exceptions.rb:31
- Average Self
-
2ms
- Average calls
- 0.02x
- Total Self
- 0.04ms
- Total Children
- 0.63ms
- Total runtime
- 0.67ms
ActionDispatch::ShowExceptions
|
|
rack
/app/vendor/bundle/ruby/4.0.0/gems/actionpack-8.1.2/lib/action_dispatch/middleware/callbacks.rb:28
|
<1%
|
/app/vendor/bundle/ruby/4.0.0/gems/actionpack-8.1.2/lib/action_dispatch/middleware/callbacks.rb:28
- Average Self
-
0.04ms
- Average calls
- 0.98x
- Total Self
- 0.04ms
- Total Children
- 40ms
- Total runtime
- 40ms
ActionDispatch::Callbacks
|
|
rack
/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.4/lib/rack/head.rb:14
|
<1%
|
/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.4/lib/rack/head.rb:14
- Average Self
-
0.04ms
- Average calls
- 0.98x
- Total Self
- 0.04ms
- Total Children
- 40ms
- Total runtime
- 40ms
Rack::Head
|
|
rack
/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.4/lib/rack/runtime.rb:22
|
<1%
|
/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.4/lib/rack/runtime.rb:22
- Average Self
-
0.04ms
- Average calls
- 0.98x
- Total Self
- 0.04ms
- Total Children
- 41ms
- Total runtime
- 41ms
Rack::Runtime
|
|
rack
/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.4/lib/rack/sendfile.rb:130
|
<1%
|
/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.4/lib/rack/sendfile.rb:130
- Average Self
-
0.04ms
- Average calls
- 0.98x
- Total Self
- 0.04ms
- Total Children
- 41ms
- Total runtime
- 41ms
Rack::Sendfile
|
|
rack
/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.4/lib/rack/method_override.rb:19
|
<1%
|
/app/vendor/bundle/ruby/4.0.0/gems/rack-3.2.4/lib/rack/method_override.rb:19
- Average Self
-
0.02ms
- Average calls
- 0.98x
- Total Self
- 0.02ms
- Total Children
- 41ms
- Total runtime
- 41ms
Rack::MethodOverride
|
|
view
vendor/bundle/ruby/4.0.0/gems/kaminari-core-1.2.2/app/views/kaminari/_last_page.html.erb
|
<1%
|
vendor/bundle/ruby/4.0.0/gems/kaminari-core-1.2.2/app/views/kaminari/_last_page.html.erb
- Average Self
-
0.03ms
- Average calls
- 0.63x
- Total Self
- 0.02ms
- Total Children
- 0ms
- Total runtime
- 0.02ms
|
|
rack
/app/vendor/bundle/ruby/4.0.0/gems/request_store-1.7.0/lib/request_store/middleware.rb:16
|
<1%
|
/app/vendor/bundle/ruby/4.0.0/gems/request_store-1.7.0/lib/request_store/middleware.rb:16
- Average Self
-
0.02ms
- Average calls
- 0.98x
- Total Self
- 0.02ms
- Total Children
- 41ms
- Total runtime
- 41ms
RequestStore::Middleware
|
|
rack
/app/vendor/bundle/ruby/4.0.0/gems/railties-8.1.2/lib/rails/rack/silence_request.rb:27
|
<1%
|
/app/vendor/bundle/ruby/4.0.0/gems/railties-8.1.2/lib/rails/rack/silence_request.rb:27
- Average Self
-
0.02ms
- Average calls
- 0.98x
- Total Self
- 0.02ms
- Total Children
- 41ms
- Total runtime
- 41ms
Rails::Rack::SilenceRequest
|
|
rack
/usr/local/bundle/ruby/4.0.0/gems/rack-3.2.4/lib/rack/head.rb:14
|
<1%
|
/usr/local/bundle/ruby/4.0.0/gems/rack-3.2.4/lib/rack/head.rb:14
- Average Self
-
1ms
- Average calls
- 0.02x
- Total Self
- 0.02ms
- Total Children
- 0.61ms
- Total runtime
- 0.63ms
Rack::Head
|
|
rack
/usr/local/bundle/ruby/4.0.0/gems/actionpack-8.1.2/lib/action_dispatch/middleware/static.rb:26
|
<1%
|
/usr/local/bundle/ruby/4.0.0/gems/actionpack-8.1.2/lib/action_dispatch/middleware/static.rb:26
- Average Self
-
1ms
- Average calls
- 0.02x
- Total Self
- 0.02ms
- Total Children
- 0.72ms
- Total runtime
- 0.74ms
ActionDispatch::Static
|
|
rack
/app/vendor/bundle/ruby/4.0.0/gems/rack-rewrite-1.5.1/lib/rack/rewrite.rb:18
|
<1%
|
/app/vendor/bundle/ruby/4.0.0/gems/rack-rewrite-1.5.1/lib/rack/rewrite.rb:18
- Average Self
-
0.02ms
- Average calls
- 0.98x
- Total Self
- 0.02ms
- Total Children
- 41ms
- Total runtime
- 41ms
Rack::Rewrite
|
|
view
vendor/bundle/ruby/4.0.0/gems/kaminari-core-1.2.2/app/views/kaminari/_next_page.html.erb
|
<1%
|
vendor/bundle/ruby/4.0.0/gems/kaminari-core-1.2.2/app/views/kaminari/_next_page.html.erb
- Average Self
-
0.03ms
- Average calls
- 0.63x
- Total Self
- 0.02ms
- Total Children
- 0ms
- Total runtime
- 0.02ms
|
|
rack
/usr/local/bundle/ruby/4.0.0/gems/actionpack-8.1.2/lib/action_dispatch/middleware/request_id.rb:31
|
<1%
|
/usr/local/bundle/ruby/4.0.0/gems/actionpack-8.1.2/lib/action_dispatch/middleware/request_id.rb:31
- Average Self
-
0ms
- Average calls
- 0.02x
- Total Self
- 0ms
- Total Children
- 0.72ms
- Total runtime
- 0.72ms
ActionDispatch::RequestId
|
|
rack
/usr/local/bundle/ruby/4.0.0/gems/actionpack-8.1.2/lib/action_dispatch/middleware/remote_ip.rb:95
|
<1%
|
/usr/local/bundle/ruby/4.0.0/gems/actionpack-8.1.2/lib/action_dispatch/middleware/remote_ip.rb:95
- Average Self
-
0ms
- Average calls
- 0.02x
- Total Self
- 0ms
- Total Children
- 0.72ms
- Total runtime
- 0.72ms
ActionDispatch::RemoteIp
|
|
rack
/usr/local/bundle/ruby/4.0.0/gems/actionpack-8.1.2/lib/action_dispatch/middleware/debug_exceptions.rb:30
|
<1%
|
/usr/local/bundle/ruby/4.0.0/gems/actionpack-8.1.2/lib/action_dispatch/middleware/debug_exceptions.rb:30
- Average Self
-
0ms
- Average calls
- 0.02x
- Total Self
- 0ms
- Total Children
- 0.63ms
- Total runtime
- 0.63ms
ActionDispatch::DebugExceptions
|
|
rack
/usr/local/bundle/ruby/4.0.0/gems/actionpack-8.1.2/lib/action_dispatch/middleware/callbacks.rb:28
|
<1%
|
/usr/local/bundle/ruby/4.0.0/gems/actionpack-8.1.2/lib/action_dispatch/middleware/callbacks.rb:28
- Average Self
-
0ms
- Average calls
- 0.02x
- Total Self
- 0ms
- Total Children
- 0.63ms
- Total runtime
- 0.63ms
ActionDispatch::Callbacks
|
|
rack
/usr/local/bundle/ruby/4.0.0/gems/actionpack-8.1.2/lib/action_dispatch/middleware/cookies.rb:706
|
<1%
|
/usr/local/bundle/ruby/4.0.0/gems/actionpack-8.1.2/lib/action_dispatch/middleware/cookies.rb:706
- Average Self
-
0ms
- Average calls
- 0.02x
- Total Self
- 0ms
- Total Children
- 0.63ms
- Total runtime
- 0.63ms
ActionDispatch::Cookies
|
|
rack
/usr/local/bundle/ruby/4.0.0/gems/rack-session-2.1.1/lib/rack/session/abstract/id.rb:267
|
<1%
|
/usr/local/bundle/ruby/4.0.0/gems/rack-session-2.1.1/lib/rack/session/abstract/id.rb:267
- Average Self
-
0ms
- Average calls
- 0.02x
- Total Self
- 0ms
- Total Children
- 0.63ms
- Total runtime
- 0.63ms
ActionDispatch::Session::CookieStore
|
|
rack
/usr/local/bundle/ruby/4.0.0/gems/actionpack-8.1.2/lib/action_dispatch/http/content_security_policy.rb:37
|
<1%
|
/usr/local/bundle/ruby/4.0.0/gems/actionpack-8.1.2/lib/action_dispatch/http/content_security_policy.rb:37
- Average Self
-
0ms
- Average calls
- 0.02x
- Total Self
- 0ms
- Total Children
- 0.63ms
- Total runtime
- 0.63ms
ActionDispatch::ContentSecurityPolicy::Middleware
|
|
view
vendor/bundle/ruby/4.0.0/gems/kaminari-core-1.2.2/app/views/kaminari/_gap.html.erb
|
<1%
|
vendor/bundle/ruby/4.0.0/gems/kaminari-core-1.2.2/app/views/kaminari/_gap.html.erb
- Average Self
-
0ms
- Average calls
- 0.09x
- Total Self
- 0ms
- Total Children
- 0ms
- Total runtime
- 0ms
|
|
rack
/usr/local/bundle/ruby/4.0.0/gems/rack-3.2.4/lib/rack/conditional_get.rb:28
|
<1%
|
/usr/local/bundle/ruby/4.0.0/gems/rack-3.2.4/lib/rack/conditional_get.rb:28
- Average Self
-
0ms
- Average calls
- 0.02x
- Total Self
- 0ms
- Total Children
- 0.61ms
- Total runtime
- 0.61ms
Rack::ConditionalGet
|
|
rack
/usr/local/bundle/ruby/4.0.0/gems/rack-3.2.4/lib/rack/etag.rb:28
|
<1%
|
/usr/local/bundle/ruby/4.0.0/gems/rack-3.2.4/lib/rack/etag.rb:28
- Average Self
-
0ms
- Average calls
- 0.02x
- Total Self
- 0ms
- Total Children
- 0.61ms
- Total runtime
- 0.61ms
Rack::ETag
|
|
code
/usr/local/bundle/ruby/4.0.0/gems/railties-8.1.2/lib/rails/engine.rb:532
|
<1%
|
/usr/local/bundle/ruby/4.0.0/gems/railties-8.1.2/lib/rails/engine.rb:532
- Average Self
-
0ms
- Average calls
- 0.02x
- Total Self
- 0ms
- Total Children
- 0.74ms
- Total runtime
- 0.74ms
Rails::Engine#call
|
|
rack
/usr/local/bundle/ruby/4.0.0/gems/actionpack-8.1.2/lib/action_dispatch/middleware/executor.rb:13
|
<1%
|
/usr/local/bundle/ruby/4.0.0/gems/actionpack-8.1.2/lib/action_dispatch/middleware/executor.rb:13
- Average Self
-
0ms
- Average calls
- 0.02x
- Total Self
- 0ms
- Total Children
- 0.72ms
- Total runtime
- 0.72ms
ActionDispatch::Executor
|
|
rack
/usr/local/bundle/ruby/4.0.0/gems/rack-3.2.4/lib/rack/runtime.rb:22
|
<1%
|
/usr/local/bundle/ruby/4.0.0/gems/rack-3.2.4/lib/rack/runtime.rb:22
- Average Self
-
0ms
- Average calls
- 0.02x
- Total Self
- 0ms
- Total Children
- 0.72ms
- Total runtime
- 0.72ms
Rack::Runtime
|
|
rack
/usr/local/bundle/ruby/4.0.0/gems/rack-3.2.4/lib/rack/method_override.rb:19
|
<1%
|
/usr/local/bundle/ruby/4.0.0/gems/rack-3.2.4/lib/rack/method_override.rb:19
- Average Self
-
0ms
- Average calls
- 0.02x
- Total Self
- 0ms
- Total Children
- 0.72ms
- Total runtime
- 0.72ms
Rack::MethodOverride
|
|
rack
/usr/local/bundle/ruby/4.0.0/gems/rack-3.2.4/lib/rack/tempfile_reaper.rb:16
|
<1%
|
/usr/local/bundle/ruby/4.0.0/gems/rack-3.2.4/lib/rack/tempfile_reaper.rb:16
- Average Self
-
0ms
- Average calls
- 0.02x
- Total Self
- 0ms
- Total Children
- 0.61ms
- Total runtime
- 0.61ms
Rack::TempfileReaper
|
|
rack
/usr/local/bundle/ruby/4.0.0/gems/request_store-1.7.0/lib/request_store/middleware.rb:16
|
<1%
|
/usr/local/bundle/ruby/4.0.0/gems/request_store-1.7.0/lib/request_store/middleware.rb:16
- Average Self
-
0ms
- Average calls
- 0.02x
- Total Self
- 0ms
- Total Children
- 0.72ms
- Total runtime
- 0.72ms
RequestStore::Middleware
|
|
rack
/usr/local/bundle/ruby/4.0.0/gems/railties-8.1.2/lib/rails/rack/silence_request.rb:27
|
<1%
|
/usr/local/bundle/ruby/4.0.0/gems/railties-8.1.2/lib/rails/rack/silence_request.rb:27
- Average Self
-
0ms
- Average calls
- 0.02x
- Total Self
- 0ms
- Total Children
- 0.72ms
- Total runtime
- 0.72ms
Rails::Rack::SilenceRequest
|
|
rack
/usr/local/bundle/ruby/4.0.0/gems/rack-rewrite-1.5.1/lib/rack/rewrite.rb:18
|
<1%
|
/usr/local/bundle/ruby/4.0.0/gems/rack-rewrite-1.5.1/lib/rack/rewrite.rb:18
- Average Self
-
0ms
- Average calls
- 0.02x
- Total Self
- 0ms
- Total Children
- 0.72ms
- Total runtime
- 0.72ms
Rack::Rewrite
|
|
view
vendor/bundle/ruby/4.0.0/gems/kaminari-core-1.2.2/app/views/kaminari/_first_page.html.erb
|
<1%
|
vendor/bundle/ruby/4.0.0/gems/kaminari-core-1.2.2/app/views/kaminari/_first_page.html.erb
- Average Self
-
0ms
- Average calls
- 0.07x
- Total Self
- 0ms
- Total Children
- 0ms
- Total runtime
- 0ms
|
|
view
vendor/bundle/ruby/4.0.0/gems/kaminari-core-1.2.2/app/views/kaminari/_prev_page.html.erb
|
<1%
|
vendor/bundle/ruby/4.0.0/gems/kaminari-core-1.2.2/app/views/kaminari/_prev_page.html.erb
- Average Self
-
0ms
- Average calls
- 0.07x
- Total Self
- 0ms
- Total Children
- 0ms
- Total runtime
- 0ms
|
|
rack
/usr/local/bundle/ruby/4.0.0/gems/rack-3.2.4/lib/rack/sendfile.rb:130
|
<1%
|
/usr/local/bundle/ruby/4.0.0/gems/rack-3.2.4/lib/rack/sendfile.rb:130
- Average Self
-
0ms
- Average calls
- 0.02x
- Total Self
- 0ms
- Total Children
- 0.74ms
- Total runtime
- 0.74ms
Rack::Sendfile
|