3" Long Navajo Pearl Earrings
Lightweight
3" Long Navajo Pearl Earrings
Lightweight
Details | |
---|---|
Queries |
|
Details | |
---|---|
Models |
|
Queries |
|
Details | |
---|---|
Queries |
|
Details | |
---|---|
Queries |
|
Details | |
---|---|
Models |
|
Queries |
|
1 x Booting (52.25%) | 66.33ms |
1 x Application (47.75%) | 60.62ms |
Params | |
---|---|
0 |
|
1 |
|
2 |
|
3 |
|
4 |
|
5 |
|
6 |
|
Params | |
---|---|
0 |
|
1 |
|
2 |
|
3 |
|
4 |
|
5 |
|
6 |
|
7 |
|
8 |
|
9 |
|
10 |
|
11 |
|
12 |
|
Params | |
---|---|
0 |
|
1 |
|
2 |
|
3 |
|
4 |
|
5 |
|
6 |
|
7 |
|
8 |
|
9 |
|
10 |
|
11 |
|
12 |
|
Params | |
---|---|
0 |
|
1 |
|
2 |
|
3 |
|
4 |
|
5 |
|
6 |
|
7 |
|
8 |
|
9 |
|
10 |
|
11 |
|
12 |
|
13 |
|
14 |
|
15 |
|
16 |
|
17 |
|
18 |
|
19 |
|
20 |
|
21 |
|
22 |
|
23 |
|
Params | |
---|---|
0 |
|
1 |
|
2 |
|
3 |
|
4 |
|
5 |
|
6 |
|
7 |
|
8 |
|
9 |
|
10 |
|
11 |
|
12 |
|
13 |
|
14 |
|
15 |
|
16 |
|
17 |
|
18 |
|
19 |
|
20 |
|
21 |
|
22 |
|
23 |
|
select `productmst`.`id` as `product_id`, `productmst`.`name`, `productcategory`.`category_id`, `categorymst`.`image`, `translations`.`name` as `category_name`, `productmst`.`price`, `productmst`.`short_description`, `productmst`.`description`, `productmst`.`url_key`, `productmst`.`sku`, `products`.`type`, `productmst`.`weight`, `productmst`.`height`, `productmst`.`width`, `productmst`.`length`, `products`.`varient_ids`, `productmst`.`meta_title`, `productmst`.`meta_keywords`, `productmst`.`meta_description`, `inventories`.`inventory_status`, `inventories`.`qty` from `product_flat` as `productmst` left join `products` as `products` on `products`.`id` = `productmst`.`product_id` left join `product_categories` as `productcategory` on `productcategory`.`product_id` = `productmst`.`id` left join `categories` as `categorymst` on `categorymst`.`id` = `productcategory`.`category_id` left join `product_inventories` as `inventories` on `inventories`.`product_id` = `productmst`.`product_id` left join `category_translations` as `translations` on `translations`.`category_id` = `categorymst`.`id` and `translations`.`locale` = 'en' where `productmst`.`url_key` = 'nylah-navajo-pearl-earrings' limit 1
Metadata | |
---|---|
Bindings |
|
Backtrace |
|
select * from `product_images` as `productmst` where `product_id` = 572 order by `front_image` asc
Metadata | |
---|---|
Bindings |
|
Backtrace |
|
select productmst.id as productmasterid, productmst.name, productmst.price, images.path, productmst.short_description, productmst.url_key,
(SELECT id FROM `product_varients` where product_id = productmst.product_id and status=0 and (variant_qty = "-" or variant_qty > 0) LIMIT 1) as product_varient_id,
(SELECT variant_qty FROM `product_varients` where product_id = productmst.product_id and status=0 and (variant_qty = "-" or variant_qty > 0) LIMIT 1) as product_varient_qty,
(SELECT count(*) FROM `product_varients` where product_id = productmst.product_id and status=0) as total_product_varient,
inventories.inventory_status,inventories.qty from `product_flat` as `productmst` left join `product_images` as `images` on `images`.`product_id` = `productmst`.`product_id` and `images`.`front_image` = 1 left join `product_categories` as `productcategory` on `productcategory`.`product_id` = `productmst`.`id` left join `product_inventories` as `inventories` on `inventories`.`product_id` = `productmst`.`product_id` where `productcategory`.`category_id` = 9 and `productmst`.`id` != 572 and `status` = 1 and productmst.Productdisplaydatetime <= convert_tz(now(),"+00:00","-5:00") group by `productmst`.`id`
Metadata | |
---|---|
Bindings |
|
Backtrace |
|
select `prorev`.`rating`, `prorev`.`comment`, `prorev`.`created_at`, `prorev`.`name` from `product_reviews` as `prorev` left join `customers` as `cusmr` on `cusmr`.`id` = `prorev`.`customer_id` where `prorev`.`product_id` = 572 and `prorev`.`status` = 'approved'
Metadata | |
---|---|
Bindings |
|
Backtrace |
|
select * from `velocity_meta_data` where `locale` = 'en' and `channel` = 'default'
Metadata | |
---|---|
Bindings |
|
Backtrace |
|
select * from `core_config` where `code` = 'general.design.admin_logo.favicon' and `channel_code` = 'default' limit 1
Metadata | |
---|---|
Bindings |
|
Backtrace |
|
select `categories`.`id`, `categories`.`image`, `category_translations`.`name` from `categories` inner join `category_translations` on `category_translations`.`category_id` = `categories`.`id` where `categories`.`id` != 11 and category_translations.locale = "en" order by `categories`.`position` asc
Metadata | |
---|---|
Bindings |
|
Backtrace |
|
select `wishlist`.`id`, `product_flat`.`name`, `wishlist`.`product_id`, `wishlist`.`product_varient_id`, `wishlist`.`customer_id`, `product_flat`.`price`, `images`.`path` as `wishlistimage`, `product_flat`.`url_key`, `images`.`path` from `wishlist` left join `product_flat` on `product_flat`.`id` = `wishlist`.`product_id` left join `product_images` as `images` on `images`.`product_id` = `product_flat`.`id` where `customer_id` is null and `moved_to_cart` is null group by `wishlist`.`id`
Metadata | |
---|---|
Backtrace |
|
SELECT cart.id as cart_id,
cart.free_shipping,
productmst.name as productname,
customers.email as customer_email,
custom_orders_product_trn.custom_order_id,
custom_orders_product_trn.id as custom_orders_product_trn_id,
custom_orders_product_trn.product_id as custom_product_id,
custom_orders_product_trn.length as custom_product_length,
custom_orders_product_trn.width as custom_product_width,
custom_orders_product_trn.height as custom_product_height,
custom_orders_product_trn.weight as custom_product_weight,
custom_orders_product_trn.weight as total_weight,
custom_orders_product_trn.product_qty as custom_product_qty,
custom_orders_product_trn.product_qty as quantity,
custom_orders_product_trn.product_price as custom_product_price,
custom_orders_product_trn.product_price as total,
custom_orders.tax_amt as custom_tax_amt,
custom_orders.grand_total as custom_grand_total,
custom_orders.discount_amount as discount_amount,
cart.base_sub_total as base_sub_total,
custom_orders.service_code,
custom_orders.base_shipping_amount,
custom_orders.coupon_code,
coupons.code,
custom_orders.currency_code,
`cart`.`base_currency_code`,
`cart`.`cart_comments`,
images.path as productimage,
productmst.url_key,
productmst.sku,
productmst.short_description
FROM `cart`
left join custom_orders on custom_orders.custom_order_cart_id = cart.id
left join customers on customers.id = custom_orders.user_id
left join custom_orders_product_trn on custom_orders_product_trn.custom_order_id = custom_orders.id
left join `product_flat` as `productmst` on `custom_orders_product_trn`.`product_id` = `productmst`.`id`
left join `product_images` as `images` on `images`.`product_id` = `productmst`.`id`
left join cart_rule_coupons as coupons on coupons.id= custom_orders.coupon_code
where `cart`.`is_active` != 2 and cart.product_type=2 and cart.id = 0 group by `custom_orders_product_trn`.`id`
Metadata | |
---|---|
Backtrace |
|
SELECT cart.id as cart_id,
cart.free_shipping,
productmst.name as productname,
customers.email as customer_email,
custom_orders_product_trn.custom_order_id,
custom_orders_product_trn.id as custom_orders_product_trn_id,
custom_orders_product_trn.product_id as custom_product_id,
custom_orders_product_trn.length as custom_product_length,
custom_orders_product_trn.width as custom_product_width,
custom_orders_product_trn.height as custom_product_height,
custom_orders_product_trn.weight as custom_product_weight,
custom_orders_product_trn.weight as total_weight,
custom_orders_product_trn.product_qty as custom_product_qty,
custom_orders_product_trn.product_qty as quantity,
custom_orders_product_trn.product_price as custom_product_price,
custom_orders_product_trn.product_price as total,
custom_orders.tax_amt as custom_tax_amt,
custom_orders.grand_total as custom_grand_total,
custom_orders.discount_amount as discount_amount,
cart.base_sub_total as base_sub_total,
custom_orders.service_code,
custom_orders.base_shipping_amount,
custom_orders.coupon_code,
coupons.code,
custom_orders.currency_code,
`cart`.`base_currency_code`,
`cart`.`cart_comments`,
images.path as productimage,
productmst.url_key,
productmst.sku,
productmst.short_description
FROM `cart`
left join custom_orders on custom_orders.custom_order_cart_id = cart.id
left join customers on customers.id = custom_orders.user_id
left join custom_orders_product_trn on custom_orders_product_trn.custom_order_id = custom_orders.id
left join `product_flat` as `productmst` on `custom_orders_product_trn`.`product_id` = `productmst`.`id`
left join `product_images` as `images` on `images`.`product_id` = `productmst`.`id`
left join cart_rule_coupons as coupons on coupons.id= custom_orders.coupon_code
where `cart`.`is_active` != 2 and cart.product_type=2 and cart.id = 0 group by `custom_orders_product_trn`.`id`
Metadata | |
---|---|
Backtrace |
|
SELECT cart.id as cart_id,
cart.free_shipping,
productmst.name as productname,
customers.email as customer_email,
custom_orders_product_trn.custom_order_id,
custom_orders_product_trn.id as custom_orders_product_trn_id,
custom_orders_product_trn.product_id as custom_product_id,
custom_orders_product_trn.length as custom_product_length,
custom_orders_product_trn.width as custom_product_width,
custom_orders_product_trn.height as custom_product_height,
custom_orders_product_trn.weight as custom_product_weight,
custom_orders_product_trn.weight as total_weight,
custom_orders_product_trn.product_qty as custom_product_qty,
custom_orders_product_trn.product_qty as quantity,
custom_orders_product_trn.product_price as custom_product_price,
custom_orders_product_trn.product_price as total,
custom_orders.tax_amt as custom_tax_amt,
custom_orders.grand_total as custom_grand_total,
custom_orders.discount_amount as discount_amount,
cart.base_sub_total as base_sub_total,
custom_orders.service_code,
custom_orders.base_shipping_amount,
custom_orders.coupon_code,
coupons.code,
custom_orders.currency_code,
`cart`.`base_currency_code`,
`cart`.`cart_comments`,
images.path as productimage,
productmst.url_key,
productmst.sku,
productmst.short_description
FROM `cart`
left join custom_orders on custom_orders.custom_order_cart_id = cart.id
left join customers on customers.id = custom_orders.user_id
left join custom_orders_product_trn on custom_orders_product_trn.custom_order_id = custom_orders.id
left join `product_flat` as `productmst` on `custom_orders_product_trn`.`product_id` = `productmst`.`id`
left join `product_images` as `images` on `images`.`product_id` = `productmst`.`id`
left join cart_rule_coupons as coupons on coupons.id= custom_orders.coupon_code
where `cart`.`is_active` != 2 and cart.product_type=2 and cart.id = 0 group by `custom_orders_product_trn`.`id`
Metadata | |
---|---|
Backtrace |
|
SELECT cart.id as cart_id,
cart.free_shipping,
productmst.name as productname,
customers.email as customer_email,
custom_orders_product_trn.custom_order_id,
custom_orders_product_trn.id as custom_orders_product_trn_id,
custom_orders_product_trn.product_id as custom_product_id,
custom_orders_product_trn.length as custom_product_length,
custom_orders_product_trn.width as custom_product_width,
custom_orders_product_trn.height as custom_product_height,
custom_orders_product_trn.weight as custom_product_weight,
custom_orders_product_trn.weight as total_weight,
custom_orders_product_trn.product_qty as custom_product_qty,
custom_orders_product_trn.product_qty as quantity,
custom_orders_product_trn.product_price as custom_product_price,
custom_orders_product_trn.product_price as total,
custom_orders.tax_amt as custom_tax_amt,
custom_orders.grand_total as custom_grand_total,
custom_orders.discount_amount as discount_amount,
cart.base_sub_total as base_sub_total,
custom_orders.service_code,
custom_orders.base_shipping_amount,
custom_orders.coupon_code,
coupons.code,
custom_orders.currency_code,
`cart`.`base_currency_code`,
`cart`.`cart_comments`,
images.path as productimage,
productmst.url_key,
productmst.sku,
productmst.short_description
FROM `cart`
left join custom_orders on custom_orders.custom_order_cart_id = cart.id
left join customers on customers.id = custom_orders.user_id
left join custom_orders_product_trn on custom_orders_product_trn.custom_order_id = custom_orders.id
left join `product_flat` as `productmst` on `custom_orders_product_trn`.`product_id` = `productmst`.`id`
left join `product_images` as `images` on `images`.`product_id` = `productmst`.`id`
left join cart_rule_coupons as coupons on coupons.id= custom_orders.coupon_code
where `cart`.`is_active` != 2 and cart.product_type=2 and cart.id = 0 group by `custom_orders_product_trn`.`id`
Metadata | |
---|---|
Backtrace |
|
select `categories`.`id`, `categories`.`image`, `category_translations`.`name` from `categories` inner join `category_translations` on `category_translations`.`category_id` = `categories`.`id` where `categories`.`id` != 11 and category_translations.locale = "en" order by `categories`.`position` asc
Metadata | |
---|---|
Bindings |
|
Backtrace |
|
select * from `core_config` where `code` = 'general.design.admin_logo.shop_social_facebook' and `channel_code` = 'default' limit 1
Metadata | |
---|---|
Bindings |
|
Backtrace |
|
select * from `core_config` where `code` = 'general.design.admin_logo.shop_social_instagram' and `channel_code` = 'default' limit 1
Metadata | |
---|---|
Bindings |
|
Backtrace |
|
select * from `core_config` where `code` = 'general.design.admin_logo.shop_social_tiktok' and `channel_code` = 'default' limit 1
Metadata | |
---|---|
Bindings |
|
Backtrace |
|
select * from `core_config` where `code` = 'general.design.admin_logo.shop_email_for' and `channel_code` = 'default' limit 1
Metadata | |
---|---|
Bindings |
|
Backtrace |
|
select * from `core_config` where `code` = 'general.design.admin_logo.phoneno' and `channel_code` = 'default' limit 1
Metadata | |
---|---|
Bindings |
|
Backtrace |
|
200
[]
[]
0 of 0array:15 [▼ "accept" => array:1 [▶ 0 => "text/html,application/xhtml+xml,application/xml;q=0.9,image/avif,image/webp,image/apng,*/*;q=0.8,application/signed-exchange;v=b3;q=0.7" ] "accept-encoding" => array:1 [▶ 0 => "gzip, deflate, br, zstd" ] "host" => array:1 [▶ 0 => "betachjewelrydesigns.com" ] "pragma" => array:1 [▶ 0 => "no-cache" ] "user-agent" => array:1 [▶ 0 => "Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)" ] "cache-control" => array:1 [▶ 0 => "no-cache" ] "sec-ch-ua" => array:1 [▶ 0 => ""HeadlessChrome";v="129", "Not=A?Brand";v="8", "Chromium";v="129"" ] "sec-ch-ua-mobile" => array:1 [▶ 0 => "?0" ] "sec-ch-ua-platform" => array:1 [▶ 0 => ""Windows"" ] "upgrade-insecure-requests" => array:1 [▶ 0 => "1" ] "sec-fetch-site" => array:1 [▶ 0 => "none" ] "sec-fetch-mode" => array:1 [▶ 0 => "navigate" ] "sec-fetch-user" => array:1 [▶ 0 => "?1" ] "sec-fetch-dest" => array:1 [▶ 0 => "document" ] "priority" => array:1 [▶ 0 => "u=0, i" ] ]
0 of 0array:53 [▼ "LSPHP_ProcessGroup" => "on" "PATH" => "/usr/local/bin:/bin:/usr/bin" "HTTP_ACCEPT" => "text/html,application/xhtml+xml,application/xml;q=0.9,image/avif,image/webp,image/apng,*/*;q=0.8,application/signed-exchange;v=b3;q=0.7" "HTTP_ACCEPT_ENCODING" => "gzip, deflate, br, zstd" "HTTP_HOST" => "betachjewelrydesigns.com" "HTTP_PRAGMA" => "no-cache" "HTTP_USER_AGENT" => "Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)" "HTTP_CACHE_CONTROL" => "no-cache" "HTTP_SEC_CH_UA" => ""HeadlessChrome";v="129", "Not=A?Brand";v="8", "Chromium";v="129"" "HTTP_SEC_CH_UA_MOBILE" => "?0" "HTTP_SEC_CH_UA_PLATFORM" => ""Windows"" "HTTP_UPGRADE_INSECURE_REQUESTS" => "1" "HTTP_SEC_FETCH_SITE" => "none" "HTTP_SEC_FETCH_MODE" => "navigate" "HTTP_SEC_FETCH_USER" => "?1" "HTTP_SEC_FETCH_DEST" => "document" "HTTP_PRIORITY" => "u=0, i" "DOCUMENT_ROOT" => "/home/u460298979/domains/betachjewelrydesigns.com/public_html" "REMOTE_ADDR" => "18.222.163.91" "REMOTE_PORT" => "24643" "SERVER_ADDR" => "62.72.50.2" "SERVER_NAME" => "betachjewelrydesigns.com" "SERVER_ADMIN" => "" "SERVER_PORT" => "443" "REQUEST_SCHEME" => "https" "REQUEST_URI" => "/productdetails/nylah-navajo-pearl-earrings" "REDIRECT_URL" => "/productdetails/nylah-navajo-pearl-earrings" "REDIRECT_REQUEST_METHOD" => "GET" "HTTPS" => "on" "CRAWLER_USLEEP" => "1000" "CRAWLER_LOAD_LIMIT_ENFORCE" => "25" "H_PLATFORM" => "Hostinger" "H_TYPE" => "shared" "H_CANARY" => "false" "H_STAGING" => "false" "REDIRECT_STATUS" => "200" "X_SPDY" => "HTTP2" "SSL_PROTOCOL" => "TLSv1.3" "SSL_CIPHER" => "TLS_AES_128_GCM_SHA256" "SSL_CIPHER_USEKEYSIZE" => "128" "SSL_CIPHER_ALGKEYSIZE" => "128" "SCRIPT_FILENAME" => "/home/u460298979/domains/betachjewelrydesigns.com/public_html/index.php" "QUERY_STRING" => "" "SCRIPT_URI" => "https://betachjewelrydesigns.com/productdetails/nylah-navajo-pearl-earrings" "SCRIPT_URL" => "/productdetails/nylah-navajo-pearl-earrings" "SCRIPT_NAME" => "/index.php" "SERVER_PROTOCOL" => "HTTP/1.1" "SERVER_SOFTWARE" => "LiteSpeed" "REQUEST_METHOD" => "GET" "X-LSCACHE" => "on,crawler,esi,combine" "PHP_SELF" => "/index.php" "REQUEST_TIME_FLOAT" => 1736671007.5216 "REQUEST_TIME" => 1736671007 ]
[]
0 of 0array:5 [▼ "content-type" => array:1 [▶ 0 => "text/html; charset=UTF-8" ] "cache-control" => array:1 [▶ 0 => "no-cache, private" ] "date" => array:1 [▶ 0 => "Sun, 12 Jan 2025 08:36:47 GMT" ] "set-cookie" => array:1 [▶ 0 => "XSRF-TOKEN=JAKFbqGgVBEZdksjBbofDYabCNuvF1gE0aJ4kakk; expires=Sun, 12-Jan-2025 10:36:47 GMT; Max-Age=7200; path=/; secure" ] "Set-Cookie" => array:1 [▶ 0 => "XSRF-TOKEN=JAKFbqGgVBEZdksjBbofDYabCNuvF1gE0aJ4kakk; expires=Sun, 12-Jan-2025 10:36:47 GMT; path=/; secure" ] ]
0 of 0array:2 [▼ "_token" => "JAKFbqGgVBEZdksjBbofDYabCNuvF1gE0aJ4kakk" "PHPDEBUGBAR_STACK_DATA" => [] ]