The following calls are made when a request comes to /
I, [2022-06-19T19:00:54.355698 #2337824] INFO -- : [96647b50-3b6c-453e-a7e1-12a4391f52be] Started GET "/" for 142.181.192.212 at 2022-06-19 19:00:54 +0000
D, [2022-06-19T19:00:54.357723 #2337824] DEBUG -- : [96647b50-3b6c-453e-a7e1-12a4391f52be] Subdomain Load (0.6ms) SELECT "public"."subdomains".* FROM "public"."subdomains" WHERE "public"."subdomains"."name" = $1 LIMIT $2 [["name", "public"], ["LIMIT", 1]]
D, [2022-06-19T19:00:54.358788 #2337824] DEBUG -- : [96647b50-3b6c-453e-a7e1-12a4391f52be] Subdomain Load (0.6ms) SELECT "public"."subdomains".* FROM "public"."subdomains" WHERE "public"."subdomains"."name" = $1 LIMIT $2 [["name", "root"], ["LIMIT", 1]]
D, [2022-06-19T19:00:54.359228 #2337824] DEBUG -- : [96647b50-3b6c-453e-a7e1-12a4391f52be] CACHE Subdomain Load (0.0ms) SELECT "public"."subdomains".* FROM "public"."subdomains" WHERE "public"."subdomains"."name" = $1 LIMIT $2 [["name", "public"], ["LIMIT", 1]]
D, [2022-06-19T19:00:54.359569 #2337824] DEBUG -- : [96647b50-3b6c-453e-a7e1-12a4391f52be] CACHE Subdomain Load (0.0ms) SELECT "public"."subdomains".* FROM "public"."subdomains" WHERE "public"."subdomains"."name" = $1 LIMIT $2 [["name", "root"], ["LIMIT", 1]]
D, [2022-06-19T19:00:54.359860 #2337824] DEBUG -- : [96647b50-3b6c-453e-a7e1-12a4391f52be] CACHE Subdomain Load (0.0ms) SELECT "public"."subdomains".* FROM "public"."subdomains" WHERE "public"."subdomains"."name" = $1 LIMIT $2 [["name", "public"], ["LIMIT", 1]]
D, [2022-06-19T19:00:54.360098 #2337824] DEBUG -- : [96647b50-3b6c-453e-a7e1-12a4391f52be] CACHE Subdomain Load (0.0ms) SELECT "public"."subdomains".* FROM "public"."subdomains" WHERE "public"."subdomains"."name" = $1 LIMIT $2 [["name", "root"], ["LIMIT", 1]]
D, [2022-06-19T19:00:54.361348 #2337824] DEBUG -- : [96647b50-3b6c-453e-a7e1-12a4391f52be] Subdomain Load (0.8ms) SELECT "public"."subdomains".* FROM "public"."subdomains"
I, [2022-06-19T19:00:54.396563 #2337824] INFO -- : [96647b50-3b6c-453e-a7e1-12a4391f52be] Processing by Comfy::Cms::ContentController#show as HTML
D, [2022-06-19T19:00:54.400590 #2337824] DEBUG -- : [96647b50-3b6c-453e-a7e1-12a4391f52be] User Load (2.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 ORDER BY "users"."id" ASC LIMIT $2 [["id", 1], ["LIMIT", 1]]
D, [2022-06-19T19:00:54.402923 #2337824] DEBUG -- : [96647b50-3b6c-453e-a7e1-12a4391f52be] Ahoy::Visit Load (0.9ms) SELECT "ahoy_visits".* FROM "ahoy_visits" WHERE "ahoy_visits"."visit_token" = $1 ORDER BY "ahoy_visits"."id" ASC LIMIT $2 [["visit_token", "e2b094d2-ec26-492a-95fe-d6f78a7ccc40"], ["LIMIT", 1]]
D, [2022-06-19T19:00:54.404752 #2337824] DEBUG -- : [96647b50-3b6c-453e-a7e1-12a4391f52be] (0.8ms) SELECT COUNT(*) FROM "comfy_cms_sites"
D, [2022-06-19T19:00:54.406124 #2337824] DEBUG -- : [96647b50-3b6c-453e-a7e1-12a4391f52be] Comfy::Cms::Site Load (0.9ms) SELECT "comfy_cms_sites".* FROM "comfy_cms_sites" ORDER BY "comfy_cms_sites"."id" ASC LIMIT $1 [["LIMIT", 1]]
D, [2022-06-19T19:00:54.408914 #2337824] DEBUG -- : [96647b50-3b6c-453e-a7e1-12a4391f52be] Comfy::Cms::Page Load (1.7ms) SELECT "comfy_cms_pages".* FROM "comfy_cms_pages" WHERE "comfy_cms_pages"."site_id" = $1 AND "comfy_cms_pages"."is_published" = $2 AND "comfy_cms_pages"."full_path" = $3 LIMIT $4 [["site_id", 1], ["is_published", true], ["full_path", "/"], ["LIMIT", 1]]
D, [2022-06-19T19:00:54.410748 #2337824] DEBUG -- : [96647b50-3b6c-453e-a7e1-12a4391f52be] Comfy::Cms::Layout Load (0.8ms) SELECT "comfy_cms_layouts".* FROM "comfy_cms_layouts" WHERE "comfy_cms_layouts"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]]
D, [2022-06-19T19:00:54.411919 #2337824] DEBUG -- : [96647b50-3b6c-453e-a7e1-12a4391f52be] Subdomain Load (0.7ms) SELECT "public"."subdomains".* FROM "public"."subdomains" WHERE "public"."subdomains"."name" = $1 LIMIT $2 [["name", "violet"], ["LIMIT", 1]]
D, [2022-06-19T19:00:54.414020 #2337824] DEBUG -- : [96647b50-3b6c-453e-a7e1-12a4391f52be] TRANSACTION (0.7ms) BEGIN
D, [2022-06-19T19:00:54.415898 #2337824] DEBUG -- : [96647b50-3b6c-453e-a7e1-12a4391f52be] Ahoy::Event Create (1.1ms) INSERT INTO "ahoy_events" ("visit_id", "user_id", "name", "properties", "time") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["visit_id", 6571], ["user_id", 1], ["name", "comfy-cms-page-visit"], ["properties", "{\"visit_id\":6571,\"page_id\":1,\"user_id\":1}"], ["time", "2022-06-19 19:00:54.412482"]]
D, [2022-06-19T19:00:54.418584 #2337824] DEBUG -- : [96647b50-3b6c-453e-a7e1-12a4391f52be] TRANSACTION (2.4ms) COMMIT
D, [2022-06-19T19:00:54.419870 #2337824] DEBUG -- : [96647b50-3b6c-453e-a7e1-12a4391f52be] (0.7ms) SELECT "comfy_cms_pages"."full_path" FROM "comfy_cms_pages" WHERE "comfy_cms_pages"."is_restricted" = $1 [["is_restricted", true]]
D, [2022-06-19T19:00:54.421696 #2337824] DEBUG -- : [96647b50-3b6c-453e-a7e1-12a4391f52be] Comfy::Cms::Fragment Load (0.9ms) SELECT "comfy_cms_fragments".* FROM "comfy_cms_fragments" WHERE "comfy_cms_fragments"."record_id" = $1 AND "comfy_cms_fragments"."record_type" = $2 [["record_id", 1], ["record_type", "Comfy::Cms::Page"]]
D, [2022-06-19T19:00:54.422309 #2337824] DEBUG -- : [96647b50-3b6c-453e-a7e1-12a4391f52be] Rendering layout layouts/website.html.erb
D, [2022-06-19T19:00:54.425556 #2337824] DEBUG -- : [96647b50-3b6c-453e-a7e1-12a4391f52be] Rendering inline template within layouts/website
I, [2022-06-19T19:00:54.427998 #2337824] INFO -- : [96647b50-3b6c-453e-a7e1-12a4391f52be] Rendered inline template within layouts/website (Duration: 1.2ms | Allocations: 1115)
D, [2022-06-19T19:00:54.430572 #2337824] DEBUG -- : [96647b50-3b6c-453e-a7e1-12a4391f52be] Subdomain Load (1.0ms) SELECT "public"."subdomains".* FROM "public"."subdomains" WHERE "public"."subdomains"."name" = $1 LIMIT $2 [["name", "violet"], ["LIMIT", 1]]
D, [2022-06-19T19:00:54.434036 #2337824] DEBUG -- : [96647b50-3b6c-453e-a7e1-12a4391f52be] CACHE Subdomain Load (0.0ms) SELECT "public"."subdomains".* FROM "public"."subdomains" WHERE "public"."subdomains"."name" = $1 LIMIT $2 [["name", "violet"], ["LIMIT", 1]]
D, [2022-06-19T19:00:54.436899 #2337824] DEBUG -- : [96647b50-3b6c-453e-a7e1-12a4391f52be] ActiveStorage::Attachment Load (0.9ms) SELECT "active_storage_attachments".* FROM "active_storage_attachments" WHERE "active_storage_attachments"."record_id" = $1 AND "active_storage_attachments"."record_type" = $2 AND "active_storage_attachments"."name" = $3 LIMIT $4 [["record_id", 4], ["record_type", "Subdomain"], ["name", "favicon"], ["LIMIT", 1]]
D, [2022-06-19T19:00:54.437449 #2337824] DEBUG -- : [96647b50-3b6c-453e-a7e1-12a4391f52be] CACHE Subdomain Load (0.0ms) SELECT "public"."subdomains".* FROM "public"."subdomains" WHERE "public"."subdomains"."name" = $1 LIMIT $2 [["name", "violet"], ["LIMIT", 1]]
D, [2022-06-19T19:00:54.439696 #2337824] DEBUG -- : [96647b50-3b6c-453e-a7e1-12a4391f52be] CACHE ActiveStorage::Attachment Load (0.0ms) SELECT "active_storage_attachments".* FROM "active_storage_attachments" WHERE "active_storage_attachments"."record_id" = $1 AND "active_storage_attachments"."record_type" = $2 AND "active_storage_attachments"."name" = $3 LIMIT $4 [["record_id", 4], ["record_type", "Subdomain"], ["name", "favicon"], ["LIMIT", 1]]
D, [2022-06-19T19:00:54.444152 #2337824] DEBUG -- : [96647b50-3b6c-453e-a7e1-12a4391f52be] ActiveStorage::Blob Load (0.9ms) SELECT "active_storage_blobs".* FROM "active_storage_blobs" WHERE "active_storage_blobs"."id" = $1 LIMIT $2 [["id", 102], ["LIMIT", 1]]
D, [2022-06-19T19:00:54.445191 #2337824] DEBUG -- : [96647b50-3b6c-453e-a7e1-12a4391f52be] Rendered shared/_favicons.haml (Duration: 11.5ms | Allocations: 1662)
D, [2022-06-19T19:00:54.445609 #2337824] DEBUG -- : [96647b50-3b6c-453e-a7e1-12a4391f52be] CACHE Subdomain Load (0.0ms) SELECT "public"."subdomains".* FROM "public"."subdomains" WHERE "public"."subdomains"."name" = $1 LIMIT $2 [["name", "violet"], ["LIMIT", 1]]
D, [2022-06-19T19:00:54.448340 #2337824] DEBUG -- : [96647b50-3b6c-453e-a7e1-12a4391f52be] ActiveStorage::Attachment Load (0.8ms) SELECT "active_storage_attachments".* FROM "active_storage_attachments" WHERE "active_storage_attachments"."record_id" = $1 AND "active_storage_attachments"."record_type" = $2 AND "active_storage_attachments"."name" = $3 LIMIT $4 [["record_id", 4], ["record_type", "Subdomain"], ["name", "og_image"], ["LIMIT", 1]]
D, [2022-06-19T19:00:54.449922 #2337824] DEBUG -- : [96647b50-3b6c-453e-a7e1-12a4391f52be] ActiveStorage::Blob Load (0.8ms) SELECT "active_storage_blobs".* FROM "active_storage_blobs" WHERE "active_storage_blobs"."id" = $1 LIMIT $2 [["id", 167], ["LIMIT", 1]]
D, [2022-06-19T19:00:54.450781 #2337824] DEBUG -- : [96647b50-3b6c-453e-a7e1-12a4391f52be] CACHE Subdomain Load (0.0ms) SELECT "public"."subdomains".* FROM "public"."subdomains" WHERE "public"."subdomains"."name" = $1 LIMIT $2 [["name", "violet"], ["LIMIT", 1]]
D, [2022-06-19T19:00:54.454177 #2337824] DEBUG -- : [96647b50-3b6c-453e-a7e1-12a4391f52be] CACHE Subdomain Load (0.0ms) SELECT "public"."subdomains".* FROM "public"."subdomains" WHERE "public"."subdomains"."name" = $1 LIMIT $2 [["name", "violet"], ["LIMIT", 1]]
D, [2022-06-19T19:00:54.454550 #2337824] DEBUG -- : [96647b50-3b6c-453e-a7e1-12a4391f52be] CACHE Subdomain Load (0.0ms) SELECT "public"."subdomains".* FROM "public"."subdomains" WHERE "public"."subdomains"."name" = $1 LIMIT $2 [["name", "violet"], ["LIMIT", 1]]
D, [2022-06-19T19:00:54.454860 #2337824] DEBUG -- : [96647b50-3b6c-453e-a7e1-12a4391f52be] CACHE Subdomain Load (0.0ms) SELECT "public"."subdomains".* FROM "public"."subdomains" WHERE "public"."subdomains"."name" = $1 LIMIT $2 [["name", "violet"], ["LIMIT", 1]]
D, [2022-06-19T19:00:54.455160 #2337824] DEBUG -- : [96647b50-3b6c-453e-a7e1-12a4391f52be] CACHE Subdomain Load (0.0ms) SELECT "public"."subdomains".* FROM "public"."subdomains" WHERE "public"."subdomains"."name" = $1 LIMIT $2 [["name", "violet"], ["LIMIT", 1]]
D, [2022-06-19T19:00:54.455462 #2337824] DEBUG -- : [96647b50-3b6c-453e-a7e1-12a4391f52be] CACHE Subdomain Load (0.0ms) SELECT "public"."subdomains".* FROM "public"."subdomains" WHERE "public"."subdomains"."name" = $1 LIMIT $2 [["name", "violet"], ["LIMIT", 1]]
D, [2022-06-19T19:00:54.455875 #2337824] DEBUG -- : [96647b50-3b6c-453e-a7e1-12a4391f52be] CACHE Subdomain Load (0.0ms) SELECT "public"."subdomains".* FROM "public"."subdomains" WHERE "public"."subdomains"."name" = $1 LIMIT $2 [["name", "violet"], ["LIMIT", 1]]
D, [2022-06-19T19:00:54.456177 #2337824] DEBUG -- : [96647b50-3b6c-453e-a7e1-12a4391f52be] CACHE Subdomain Load (0.0ms) SELECT "public"."subdomains".* FROM "public"."subdomains" WHERE "public"."subdomains"."name" = $1 LIMIT $2 [["name", "violet"], ["LIMIT", 1]]
D, [2022-06-19T19:00:54.460183 #2337824] DEBUG -- : [96647b50-3b6c-453e-a7e1-12a4391f52be] Rendered shared/_meta_tags.html.erb (Duration: 14.8ms | Allocations: 3629)
D, [2022-06-19T19:00:54.461960 #2337824] DEBUG -- : [96647b50-3b6c-453e-a7e1-12a4391f52be] Rendered shared/_file_download.haml (Duration: 0.2ms | Allocations: 22)
D, [2022-06-19T19:00:54.462562 #2337824] DEBUG -- : [96647b50-3b6c-453e-a7e1-12a4391f52be] Rendered shared/_flash.haml (Duration: 0.6ms | Allocations: 84)
D, [2022-06-19T19:00:54.463582 #2337824] DEBUG -- : [96647b50-3b6c-453e-a7e1-12a4391f52be] Rendered shared/navbars/_web_admin.html.haml (Duration: 0.2ms | Allocations: 69)
I, [2022-06-19T19:00:54.463756 #2337824] INFO -- : [96647b50-3b6c-453e-a7e1-12a4391f52be] Rendered layout layouts/website.html.erb (Duration: 41.4ms | Allocations: 7392)
I, [2022-06-19T19:00:54.464078 #2337824] INFO -- : [96647b50-3b6c-453e-a7e1-12a4391f52be] Completed 200 OK in 67ms (Views: 37.5ms | ActiveRecord: 18.6ms | Allocations: 11058)
I, [2022-06-19T19:00:54.529503 #2337824] INFO -- : [488af9bf-20f2-4f7b-a155-4b223c52c0ba] Started GET "/cms-css/1/default.css" for 142.181.192.212 at 2022-06-19 19:00:54 +0000
D, [2022-06-19T19:00:54.531899 #2337824] DEBUG -- : [488af9bf-20f2-4f7b-a155-4b223c52c0ba] Subdomain Load (0.6ms) SELECT "public"."subdomains".* FROM "public"."subdomains" WHERE "public"."subdomains"."name" = $1 LIMIT $2 [["name", "public"], ["LIMIT", 1]]
D, [2022-06-19T19:00:54.533158 #2337824] DEBUG -- : [488af9bf-20f2-4f7b-a155-4b223c52c0ba] Subdomain Load (0.6ms) SELECT "public"."subdomains".* FROM "public"."subdomains" WHERE "public"."subdomains"."name" = $1 LIMIT $2 [["name", "root"], ["LIMIT", 1]]
D, [2022-06-19T19:00:54.533658 #2337824] DEBUG -- : [488af9bf-20f2-4f7b-a155-4b223c52c0ba] CACHE Subdomain Load (0.0ms) SELECT "public"."subdomains".* FROM "public"."subdomains" WHERE "public"."subdomains"."name" = $1 LIMIT $2 [["name", "public"], ["LIMIT", 1]]
D, [2022-06-19T19:00:54.534048 #2337824] DEBUG -- : [488af9bf-20f2-4f7b-a155-4b223c52c0ba] CACHE Subdomain Load (0.0ms) SELECT "public"."subdomains".* FROM "public"."subdomains" WHERE "public"."subdomains"."name" = $1 LIMIT $2 [["name", "root"], ["LIMIT", 1]]
D, [2022-06-19T19:00:54.534352 #2337824] DEBUG -- : [488af9bf-20f2-4f7b-a155-4b223c52c0ba] CACHE Subdomain Load (0.0ms) SELECT "public"."subdomains".* FROM "public"."subdomains" WHERE "public"."subdomains"."name" = $1 LIMIT $2 [["name", "public"], ["LIMIT", 1]]
D, [2022-06-19T19:00:54.534769 #2337824] DEBUG -- : [488af9bf-20f2-4f7b-a155-4b223c52c0ba] CACHE Subdomain Load (0.0ms) SELECT "public"."subdomains".* FROM "public"."subdomains" WHERE "public"."subdomains"."name" = $1 LIMIT $2 [["name", "root"], ["LIMIT", 1]]
D, [2022-06-19T19:00:54.536284 #2337824] DEBUG -- : [488af9bf-20f2-4f7b-a155-4b223c52c0ba] Subdomain Load (1.0ms) SELECT "public"."subdomains".* FROM "public"."subdomains"
I, [2022-06-19T19:00:54.542019 #2337824] INFO -- : [488af9bf-20f2-4f7b-a155-4b223c52c0ba] Processing by Comfy::Cms::AssetsController#render_css as CSS
I, [2022-06-19T19:00:54.542129 #2337824] INFO -- : [488af9bf-20f2-4f7b-a155-4b223c52c0ba] Parameters: {"site_id"=>"1", "identifier"=>"default"}
D, [2022-06-19T19:00:54.544298 #2337824] DEBUG -- : [488af9bf-20f2-4f7b-a155-4b223c52c0ba] User Load (0.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 ORDER BY "users"."id" ASC LIMIT $2 [["id", 1], ["LIMIT", 1]]
D, [2022-06-19T19:00:54.546819 #2337824] DEBUG -- : [488af9bf-20f2-4f7b-a155-4b223c52c0ba] Ahoy::Visit Load (1.2ms) SELECT "ahoy_visits".* FROM "ahoy_visits" WHERE "ahoy_visits"."visit_token" = $1 ORDER BY "ahoy_visits"."id" ASC LIMIT $2 [["visit_token", "e2b094d2-ec26-492a-95fe-d6f78a7ccc40"], ["LIMIT", 1]]
D, [2022-06-19T19:00:54.548176 #2337824] DEBUG -- : [488af9bf-20f2-4f7b-a155-4b223c52c0ba] Comfy::Cms::Site Load (0.7ms) SELECT "comfy_cms_sites".* FROM "comfy_cms_sites" WHERE "comfy_cms_sites"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]]
D, [2022-06-19T19:00:54.549944 #2337824] DEBUG -- : [488af9bf-20f2-4f7b-a155-4b223c52c0ba] Comfy::Cms::Layout Load (0.7ms) SELECT "comfy_cms_layouts".* FROM "comfy_cms_layouts" WHERE "comfy_cms_layouts"."site_id" = $1 AND "comfy_cms_layouts"."identifier" = $2 LIMIT $3 [["site_id", 1], ["identifier", "default"], ["LIMIT", 1]]
D, [2022-06-19T19:00:54.550709 #2337824] DEBUG -- : [488af9bf-20f2-4f7b-a155-4b223c52c0ba] Rendering text template
I, [2022-06-19T19:00:54.550836 #2337824] INFO -- : [488af9bf-20f2-4f7b-a155-4b223c52c0ba] Rendered text template (Duration: 0.0ms | Allocations: 1)
I, [2022-06-19T19:00:54.551069 #2337824] INFO -- : [488af9bf-20f2-4f7b-a155-4b223c52c0ba] Completed 200 OK in 9ms (Views: 0.5ms | ActiveRecord: 3.5ms | Allocations: 1757)
I, [2022-06-19T19:00:54.577026 #2337824] INFO -- : [544c1dc9-4002-4d48-9b84-b6346c09c5a5] Started GET "/cms-js/1/default.js" for 142.181.192.212 at 2022-06-19 19:00:54 +0000
D, [2022-06-19T19:00:54.579125 #2337824] DEBUG -- : [544c1dc9-4002-4d48-9b84-b6346c09c5a5] Subdomain Load (0.6ms) SELECT "public"."subdomains".* FROM "public"."subdomains" WHERE "public"."subdomains"."name" = $1 LIMIT $2 [["name", "public"], ["LIMIT", 1]]
D, [2022-06-19T19:00:54.580257 #2337824] DEBUG -- : [544c1dc9-4002-4d48-9b84-b6346c09c5a5] Subdomain Load (0.6ms) SELECT "public"."subdomains".* FROM "public"."subdomains" WHERE "public"."subdomains"."name" = $1 LIMIT $2 [["name", "root"], ["LIMIT", 1]]
D, [2022-06-19T19:00:54.580785 #2337824] DEBUG -- : [544c1dc9-4002-4d48-9b84-b6346c09c5a5] CACHE Subdomain Load (0.0ms) SELECT "public"."subdomains".* FROM "public"."subdomains" WHERE "public"."subdomains"."name" = $1 LIMIT $2 [["name", "public"], ["LIMIT", 1]]
D, [2022-06-19T19:00:54.581075 #2337824] DEBUG -- : [544c1dc9-4002-4d48-9b84-b6346c09c5a5] CACHE Subdomain Load (0.0ms) SELECT "public"."subdomains".* FROM "public"."subdomains" WHERE "public"."subdomains"."name" = $1 LIMIT $2 [["name", "root"], ["LIMIT", 1]]
D, [2022-06-19T19:00:54.581376 #2337824] DEBUG -- : [544c1dc9-4002-4d48-9b84-b6346c09c5a5] CACHE Subdomain Load (0.0ms) SELECT "public"."subdomains".* FROM "public"."subdomains" WHERE "public"."subdomains"."name" = $1 LIMIT $2 [["name", "public"], ["LIMIT", 1]]
D, [2022-06-19T19:00:54.581670 #2337824] DEBUG -- : [544c1dc9-4002-4d48-9b84-b6346c09c5a5] CACHE Subdomain Load (0.0ms) SELECT "public"."subdomains".* FROM "public"."subdomains" WHERE "public"."subdomains"."name" = $1 LIMIT $2 [["name", "root"], ["LIMIT", 1]]
D, [2022-06-19T19:00:54.582948 #2337824] DEBUG -- : [544c1dc9-4002-4d48-9b84-b6346c09c5a5] Subdomain Load (0.8ms) SELECT "public"."subdomains".* FROM "public"."subdomains"
I, [2022-06-19T19:00:54.585820 #2337824] INFO -- : [544c1dc9-4002-4d48-9b84-b6346c09c5a5] Processing by Comfy::Cms::AssetsController#render_js as JS
I, [2022-06-19T19:00:54.585906 #2337824] INFO -- : [544c1dc9-4002-4d48-9b84-b6346c09c5a5] Parameters: {"site_id"=>"1", "identifier"=>"default"}
D, [2022-06-19T19:00:54.587844 #2337824] DEBUG -- : [544c1dc9-4002-4d48-9b84-b6346c09c5a5] User Load (0.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 ORDER BY "users"."id" ASC LIMIT $2 [["id", 1], ["LIMIT", 1]]
D, [2022-06-19T19:00:54.589721 #2337824] DEBUG -- : [544c1dc9-4002-4d48-9b84-b6346c09c5a5] Ahoy::Visit Load (0.7ms) SELECT "ahoy_visits".* FROM "ahoy_visits" WHERE "ahoy_visits"."visit_token" = $1 ORDER BY "ahoy_visits"."id" ASC LIMIT $2 [["visit_token", "e2b094d2-ec26-492a-95fe-d6f78a7ccc40"], ["LIMIT", 1]]
D, [2022-06-19T19:00:54.590974 #2337824] DEBUG -- : [544c1dc9-4002-4d48-9b84-b6346c09c5a5] Comfy::Cms::Site Load (0.6ms) SELECT "comfy_cms_sites".* FROM "comfy_cms_sites" WHERE "comfy_cms_sites"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]]
D, [2022-06-19T19:00:54.592529 #2337824] DEBUG -- : [544c1dc9-4002-4d48-9b84-b6346c09c5a5] Comfy::Cms::Layout Load (0.7ms) SELECT "comfy_cms_layouts".* FROM "comfy_cms_layouts" WHERE "comfy_cms_layouts"."site_id" = $1 AND "comfy_cms_layouts"."identifier" = $2 LIMIT $3 [["site_id", 1], ["identifier", "default"], ["LIMIT", 1]]
D, [2022-06-19T19:00:54.594070 #2337824] DEBUG -- : [544c1dc9-4002-4d48-9b84-b6346c09c5a5] Rendering text template
I, [2022-06-19T19:00:54.594173 #2337824] INFO -- : [544c1dc9-4002-4d48-9b84-b6346c09c5a5] Rendered text template (Duration: 0.0ms | Allocations: 1)
I, [2022-06-19T19:00:54.594415 #2337824] INFO -- : [544c1dc9-4002-4d48-9b84-b6346c09c5a5] Completed 200 OK in 8ms (Views: 1.4ms | ActiveRecord: 2.8ms | Allocations: 1750)
I, [2022-06-19T19:00:54.712123 #2337824] INFO -- : [7434dbbb-24a6-4bf2-88d4-8f51fda37416] Started GET "/rails/active_storage/blobs/redirect/eyJfcmFpbHMiOnsibWVzc2FnZSI6IkJBaHBBZWs9IiwiZXhwIjpudWxsLCJwdXIiOiJibG9iX2lkIn19--efd2642550d66c692cc9b2d6256aff384f10df5d/a-toi-website-illustration-mobile.png" for 142.181.192.212 at 2022-06-19 19:00:54 +0000
D, [2022-06-19T19:00:54.714234 #2337824] DEBUG -- : [7434dbbb-24a6-4bf2-88d4-8f51fda37416] Subdomain Load (0.7ms) SELECT "public"."subdomains".* FROM "public"."subdomains" WHERE "public"."subdomains"."name" = $1 LIMIT $2 [["name", "public"], ["LIMIT", 1]]
D, [2022-06-19T19:00:54.715385 #2337824] DEBUG -- : [7434dbbb-24a6-4bf2-88d4-8f51fda37416] Subdomain Load (0.6ms) SELECT "public"."subdomains".* FROM "public"."subdomains" WHERE "public"."subdomains"."name" = $1 LIMIT $2 [["name", "root"], ["LIMIT", 1]]
D, [2022-06-19T19:00:54.715834 #2337824] DEBUG -- : [7434dbbb-24a6-4bf2-88d4-8f51fda37416] CACHE Subdomain Load (0.0ms) SELECT "public"."subdomains".* FROM "public"."subdomains" WHERE "public"."subdomains"."name" = $1 LIMIT $2 [["name", "public"], ["LIMIT", 1]]
D, [2022-06-19T19:00:54.716088 #2337824] DEBUG -- : [7434dbbb-24a6-4bf2-88d4-8f51fda37416] CACHE Subdomain Load (0.0ms) SELECT "public"."subdomains".* FROM "public"."subdomains" WHERE "public"."subdomains"."name" = $1 LIMIT $2 [["name", "root"], ["LIMIT", 1]]
D, [2022-06-19T19:00:54.716461 #2337824] DEBUG -- : [7434dbbb-24a6-4bf2-88d4-8f51fda37416] CACHE Subdomain Load (0.0ms) SELECT "public"."subdomains".* FROM "public"."subdomains" WHERE "public"."subdomains"."name" = $1 LIMIT $2 [["name", "public"], ["LIMIT", 1]]
D, [2022-06-19T19:00:54.716729 #2337824] DEBUG -- : [7434dbbb-24a6-4bf2-88d4-8f51fda37416] CACHE Subdomain Load (0.0ms) SELECT "public"."subdomains".* FROM "public"."subdomains" WHERE "public"."subdomains"."name" = $1 LIMIT $2 [["name", "root"], ["LIMIT", 1]]
D, [2022-06-19T19:00:54.717989 #2337824] DEBUG -- : [7434dbbb-24a6-4bf2-88d4-8f51fda37416] Subdomain Load (0.8ms) SELECT "public"."subdomains".* FROM "public"."subdomains"
I, [2022-06-19T19:00:54.720895 #2337824] INFO -- : [7434dbbb-24a6-4bf2-88d4-8f51fda37416] Processing by ActiveStorage::Blobs::RedirectController#show as PNG
I, [2022-06-19T19:00:54.720959 #2337824] INFO -- : [7434dbbb-24a6-4bf2-88d4-8f51fda37416] Parameters: {"signed_id"=>"eyJfcmFpbHMiOnsibWVzc2FnZSI6IkJBaHBBZWs9IiwiZXhwIjpudWxsLCJwdXIiOiJibG9iX2lkIn19--efd2642550d66c692cc9b2d6256aff384f10df5d", "filename"=>"a-toi-website-illustration-mobile"}
D, [2022-06-19T19:00:54.722437 #2337824] DEBUG -- : [7434dbbb-24a6-4bf2-88d4-8f51fda37416] ActiveStorage::Blob Load (0.7ms) SELECT "active_storage_blobs".* FROM "active_storage_blobs" WHERE "active_storage_blobs"."id" = $1 LIMIT $2 [["id", 233], ["LIMIT", 1]]
D, [2022-06-19T19:00:54.724931 #2337824] DEBUG -- : [7434dbbb-24a6-4bf2-88d4-8f51fda37416] S3 Storage (2.1ms) Generated URL for file at key: lc7anftbxuuyjspjxcplqv149aoz (https://s3.amazonaws.com/restarone.solutions/lc7anftbxuuyjspjxcplqv149aoz?response-content-disposition=inline%3B%20filename%3D%22a-toi-website-illustration-mobile.png%22%3B%20filename%2A%3DUTF-8%27%27a-toi-website-illustration-mobile.png&response-content-type=image%2Fpng&X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=AKIAYXGHGTQ7HF2YBHPU%2F20220619%2Fus-east-1%2Fs3%2Faws4_request&X-Amz-Date=20220619T190054Z&X-Amz-Expires=300&X-Amz-SignedHeaders=host&X-Amz-Signature=c67e8553db7321696e0902150f99228b1f2ce5ca6943dacfdd694fb1167ab4af)
I, [2022-06-19T19:00:54.725146 #2337824] INFO -- : [7434dbbb-24a6-4bf2-88d4-8f51fda37416] Redirected to https://s3.amazonaws.com/restarone.solutions/lc7anftbxuuyjspjxcplqv149aoz?response-content-disposition=inline%3B%20filename%3D%22a-toi-website-illustration-mobile.png%22%3B%20filename%2A%3DUTF-8%27%27a-toi-website-illustration-mobile.png&response-content-type=image%2Fpng&X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=AKIAYXGHGTQ7HF2YBHPU%2F20220619%2Fus-east-1%2Fs3%2Faws4_request&X-Amz-Date=20220619T190054Z&X-Amz-Expires=300&X-Amz-SignedHeaders=host&X-Amz-Signature=c67e8553db7321696e0902150f99228b1f2ce5ca6943dacfdd694fb1167ab4af
I, [2022-06-19T19:00:54.725317 #2337824] INFO -- : [7434dbbb-24a6-4bf2-88d4-8f51fda37416] Completed 302 Found in 4ms (ActiveRecord: 0.7ms | Allocations: 1338)
I, [2022-06-19T19:00:54.809387 #2337824] INFO -- : [fff14e82-1e26-41c1-9075-545219a6f18a] Started GET "/rails/active_storage/blobs/redirect/eyJfcmFpbHMiOnsibWVzc2FnZSI6IkJBaHBhdz09IiwiZXhwIjpudWxsLCJwdXIiOiJibG9iX2lkIn19--5fb1a9040d47f04816d070b5084efca5474af143/violet-rails-logomark-colored.png" for 142.181.192.212 at 2022-06-19 19:00:54 +0000
D, [2022-06-19T19:00:54.811505 #2337824] DEBUG -- : [fff14e82-1e26-41c1-9075-545219a6f18a] Subdomain Load (0.6ms) SELECT "public"."subdomains".* FROM "public"."subdomains" WHERE "public"."subdomains"."name" = $1 LIMIT $2 [["name", "public"], ["LIMIT", 1]]
D, [2022-06-19T19:00:54.812661 #2337824] DEBUG -- : [fff14e82-1e26-41c1-9075-545219a6f18a] Subdomain Load (0.6ms) SELECT "public"."subdomains".* FROM "public"."subdomains" WHERE "public"."subdomains"."name" = $1 LIMIT $2 [["name", "root"], ["LIMIT", 1]]
D, [2022-06-19T19:00:54.813135 #2337824] DEBUG -- : [fff14e82-1e26-41c1-9075-545219a6f18a] CACHE Subdomain Load (0.0ms) SELECT "public"."subdomains".* FROM "public"."subdomains" WHERE "public"."subdomains"."name" = $1 LIMIT $2 [["name", "public"], ["LIMIT", 1]]
D, [2022-06-19T19:00:54.813405 #2337824] DEBUG -- : [fff14e82-1e26-41c1-9075-545219a6f18a] CACHE Subdomain Load (0.0ms) SELECT "public"."subdomains".* FROM "public"."subdomains" WHERE "public"."subdomains"."name" = $1 LIMIT $2 [["name", "root"], ["LIMIT", 1]]
D, [2022-06-19T19:00:54.813714 #2337824] DEBUG -- : [fff14e82-1e26-41c1-9075-545219a6f18a] CACHE Subdomain Load (0.0ms) SELECT "public"."subdomains".* FROM "public"."subdomains" WHERE "public"."subdomains"."name" = $1 LIMIT $2 [["name", "public"], ["LIMIT", 1]]
D, [2022-06-19T19:00:54.813962 #2337824] DEBUG -- : [fff14e82-1e26-41c1-9075-545219a6f18a] CACHE Subdomain Load (0.0ms) SELECT "public"."subdomains".* FROM "public"."subdomains" WHERE "public"."subdomains"."name" = $1 LIMIT $2 [["name", "root"], ["LIMIT", 1]]
D, [2022-06-19T19:00:54.815359 #2337824] DEBUG -- : [fff14e82-1e26-41c1-9075-545219a6f18a] Subdomain Load (0.9ms) SELECT "public"."subdomains".* FROM "public"."subdomains"
I, [2022-06-19T19:00:54.824445 #2337824] INFO -- : [fff14e82-1e26-41c1-9075-545219a6f18a] Processing by ActiveStorage::Blobs::RedirectController#show as PNG
I, [2022-06-19T19:00:54.824541 #2337824] INFO -- : [fff14e82-1e26-41c1-9075-545219a6f18a] Parameters: {"signed_id"=>"eyJfcmFpbHMiOnsibWVzc2FnZSI6IkJBaHBhdz09IiwiZXhwIjpudWxsLCJwdXIiOiJibG9iX2lkIn19--5fb1a9040d47f04816d070b5084efca5474af143", "filename"=>"violet-rails-logomark-colored"}
D, [2022-06-19T19:00:54.826029 #2337824] DEBUG -- : [fff14e82-1e26-41c1-9075-545219a6f18a] ActiveStorage::Blob Load (0.7ms) SELECT "active_storage_blobs".* FROM "active_storage_blobs" WHERE "active_storage_blobs"."id" = $1 LIMIT $2 [["id", 102], ["LIMIT", 1]]
D, [2022-06-19T19:00:54.827625 #2337824] DEBUG -- : [fff14e82-1e26-41c1-9075-545219a6f18a] S3 Storage (1.1ms) Generated URL for file at key: yniv1j9falujm7xokxjwiufemln8 (https://s3.amazonaws.com/restarone.solutions/yniv1j9falujm7xokxjwiufemln8?response-content-disposition=inline%3B%20filename%3D%22violet-rails-logomark-colored.png%22%3B%20filename%2A%3DUTF-8%27%27violet-rails-logomark-colored.png&response-content-type=image%2Fpng&X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=AKIAYXGHGTQ7HF2YBHPU%2F20220619%2Fus-east-1%2Fs3%2Faws4_request&X-Amz-Date=20220619T190054Z&X-Amz-Expires=300&X-Amz-SignedHeaders=host&X-Amz-Signature=a629e3150515b315281816864b474fa3528378538105d9883bc6977646496c52)
I, [2022-06-19T19:00:54.828268 #2337824] INFO -- : [fff14e82-1e26-41c1-9075-545219a6f18a] Redirected to https://s3.amazonaws.com/restarone.solutions/yniv1j9falujm7xokxjwiufemln8?response-content-disposition=inline%3B%20filename%3D%22violet-rails-logomark-colored.png%22%3B%20filename%2A%3DUTF-8%27%27violet-rails-logomark-colored.png&response-content-type=image%2Fpng&X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=AKIAYXGHGTQ7HF2YBHPU%2F20220619%2Fus-east-1%2Fs3%2Faws4_request&X-Amz-Date=20220619T190054Z&X-Amz-Expires=300&X-Amz-SignedHeaders=host&X-Amz-Signature=a629e3150515b315281816864b474fa3528378538105d9883bc6977646496c52
I, [2022-06-19T19:00:54.828476 #2337824] INFO -- : [fff14e82-1e26-41c1-9075-545219a6f18a] Completed 302 Found in 4ms (ActiveRecord: 0.7ms | Allocations: 1338)
using https://api.rubyonrails.org/classes/ActiveSupport/CurrentAttributes.html reduce calls to