ErrorException
PHP 8.2.2910.48.29
Undefined array key "bride"
resources / views / layouts / components / site-header-products.blade.php: 20
@php
    $category_map = [
        'novia' => 'wedding',
        'fiesta' => 'party',
        'comunión' => 'communion',
    ];
@endphp
<nav class="site-header-products">
    @foreach ($menu_data['categories'] as $category)
        @php
            $allowed_countries = $category->visible_only_for_country ? array_map('strtolower', explode(',', $category->visible_only_for_country)) : [];
            $current_country = strtolower(session('countryCode'));
            if (!empty($allowed_countries) && !in_array($current_country, $allowed_countries)) continue;
        @endphp
        @if ($category->content_type == 'page')
            <span class="category">
                <a href="{{ setUrl($category->page->key) }}">{{ $category->text }}</a>
            </span>
        @else
            <span class="category" data-category="{{ $category_map[strtolower($category->text)] }}" data-dropdown="nav-{{ $loop->index }}">
                {{ strtolower($category->text) }}
            </span>
        @endif
    @endforeach
</nav>

App

Routing

Controller
App\Http\Controllers\CollectionController@viewCollection
Route name
en.weddingCollection
Middleware
  • web
  • setlanguage

Views

Data
errors
0 of 0
Illuminate\Support\ViewErrorBag {#861 #bags: [] }
template
"collection"
page
0 of 0
App\Models\Web\Page {#2278 #connection: ? #table: "pages" #primaryKey: "id" #keyType: "int" +incrementing: true #with: [] #withCount: [] +preventsLazyLoading: false #perPage: 15 +exists: true +wasRecentlyCreated: false #escapeWhenCastingToString: false #attributes: array:49 [ "id" => 205 "name" => "EARRINGS" "slug" => "pendientes-novia" "key" => null "static" => 1 "lang" => 3 "parent" => null "content" => "<h1>BRIDAL EARRINGS</h1>" "footer_content" => null "status" => "publish" "type" => "landing" "image_collection_id" => null "image_thumbnail_id" => "453" "visible_only_for_country" => null "related_collections" => "190,195,200" "collection_id" => 34 "created_at" => "2024-01-05 10:17:30" "updated_at" => "2024-09-18 16:51:23" "universe_code" => "U24, U25" "collection_code" => "L" "temp_code" => null "carry_over" => null "garment_code" => "J" "attr" => null "recomended" => null "parent_collection" => "39" "description" => "<h1>PENDIENTES DE NOVIA</h1>" "footer_description" => null "home_description" => null "product_type" => "novia" "image_collection" => null "image_thumbnail" => null "collection_status" => "publish" "video" => null "hasPhoto" => 1 "page" => 30 "intern_name" => "PENDIENTES DE NOVIA" "model_code" => "" "__related_collections" => "12,114,156" "body_class" => "collection-page wedding collection-205" "meta_description" => "Discover the wedding earring designs from Rosa Clará. From elegant pearl bridal earrings to wedding drop earrings. Click here to explore them." "meta_title" => "Bridal Earrings | Wedding Jewellry" "no_index" => 0 "no_follow" => 0 "canonical" => null "product_args" => array:8 [ "garment_codes" => "J" "attributes" => false "collection_codes" => "L" "universe" => "U24, U25" "model_codes" => "" "carry_over" => false "season" => false "recommended" => false ] "products" => array:23 [ 0 => Solarium\QueryType\Select\Result\Document {#2285 …1} 1 => Solarium\QueryType\Select\Result\Document {#2275 …1} 2 => Solarium\QueryType\Select\Result\Document {#2280 …1} 3 => Solarium\QueryType\Select\Result\Document {#2286 …1} 4 => Solarium\QueryType\Select\Result\Document {#2277 …1} 5 => Solarium\QueryType\Select\Result\Document {#2276 …1} 6 => Solarium\QueryType\Select\Result\Document {#2273 …1} 7 => Solarium\QueryType\Select\Result\Document {#2272 …1} 8 => Solarium\QueryType\Select\Result\Document {#2274 …1} 9 => Solarium\QueryType\Select\Result\Document {#2271 …1} 10 => Solarium\QueryType\Select\Result\Document {#2270 …1} 11 => Solarium\QueryType\Select\Result\Document {#2269 …1} 12 => Solarium\QueryType\Select\Result\Document {#2268 …1} 13 => Solarium\QueryType\Select\Result\Document {#2267 …1} 14 => Solarium\QueryType\Select\Result\Document {#2266 …1} 15 => Solarium\QueryType\Select\Result\Document {#2265 …1} 16 => Solarium\QueryType\Select\Result\Document {#2264 …1} 17 => Solarium\QueryType\Select\Result\Document {#2263 …1} 18 => Solarium\QueryType\Select\Result\Document {#2262 …1} 19 => Solarium\QueryType\Select\Result\Document {#2261 …1} 20 => Solarium\QueryType\Select\Result\Document {#2260 …1} 21 => Solarium\QueryType\Select\Result\Document {#2259 …1} 22 => Solarium\QueryType\Select\Result\Document {#2258 …1} ] "attributes_filters" => array:5 [ "siluetas" => [] "categorias" => array:16 [ …16] "estilos" => array:1 [ …1] "bodas" => [] "escotes" => [] ] "category" => array:3 [ "parent" => "wedding" "name" => "Wedding dresses" "url" => "https://pre.new-rosaclara.rosaclaragroup.com/en/wedding-dresses" ] ] #original: array:39 [ "id" => 205 "name" => "EARRINGS" "slug" => "pendientes-novia" "key" => null "static" => 1 "lang" => 3 "parent" => null "content" => "<h1>BRIDAL EARRINGS</h1>" "footer_content" => null "status" => "publish" "type" => "landing" "image_collection_id" => null "image_thumbnail_id" => "453" "visible_only_for_country" => null "related_collections" => "190,195,200" "collection_id" => 34 "created_at" => "2024-01-05 10:17:30" "updated_at" => "2024-09-18 16:51:23" "universe_code" => "U24, U25" "collection_code" => "L" "temp_code" => null "carry_over" => null "garment_code" => "J" "attr" => null "recomended" => null "parent_collection" => "39" "description" => "<h1>PENDIENTES DE NOVIA</h1>" "footer_description" => null "home_description" => null "product_type" => "novia" "image_collection" => null "image_thumbnail" => null "collection_status" => "publish" "video" => null "hasPhoto" => 1 "page" => 30 "intern_name" => "PENDIENTES DE NOVIA" "model_code" => "" "__related_collections" => "12,114,156" ] #changes: [] #casts: [] #classCastCache: [] #attributeCastCache: [] #dateFormat: null #appends: [] #dispatchesEvents: [] #observables: [] #relations: [] #touches: [] +timestamps: true +usesUniqueIds: false #hidden: [] #visible: [] #fillable: [] #guarded: array:1 [ 0 => "*" ] +connection: "mysql" }
body_class
"collection-page wedding collection-205"
category_name
"Wedding dresses"
category_url
"https://pre.new-rosaclara.rosaclaragroup.com/en/wedding-dresses"
garment_codes
0 of 0
array:1 [ 0 => "J" ]
attributes
false
attributes_filters
0 of 0
array:5 [ "siluetas" => [] "categorias" => array:16 [ 0 => Solarium\QueryType\Select\Result\Document {#2284 #fields: array:19 [ …19] } 1 => Solarium\QueryType\Select\Result\Document {#1597 #fields: array:19 [ …19] } 2 => Solarium\QueryType\Select\Result\Document {#2241 #fields: array:19 [ …19] } 3 => Solarium\QueryType\Select\Result\Document {#2239 #fields: array:19 [ …19] } 4 => Solarium\QueryType\Select\Result\Document {#2238 #fields: array:19 [ …19] } 5 => Solarium\QueryType\Select\Result\Document {#2237 #fields: array:19 [ …19] } 6 => Solarium\QueryType\Select\Result\Document {#2236 #fields: array:19 [ …19] } 7 => Solarium\QueryType\Select\Result\Document {#2235 #fields: array:19 [ …19] } 8 => Solarium\QueryType\Select\Result\Document {#2234 #fields: array:19 [ …19] } 9 => Solarium\QueryType\Select\Result\Document {#2233 #fields: array:19 [ …19] } 10 => Solarium\QueryType\Select\Result\Document {#2232 #fields: array:19 [ …19] } 11 => Solarium\QueryType\Select\Result\Document {#2231 #fields: array:19 [ …19] } 12 => Solarium\QueryType\Select\Result\Document {#2230 #fields: array:19 [ …19] } 13 => Solarium\QueryType\Select\Result\Document {#2229 #fields: array:19 [ …19] } 14 => Solarium\QueryType\Select\Result\Document {#2228 #fields: array:19 [ …19] } 15 => Solarium\QueryType\Select\Result\Document {#2227 #fields: array:19 [ …19] } ] "estilos" => array:1 [ 17 => Solarium\QueryType\Select\Result\Document {#2209 #fields: array:19 [ …19] } ] "bodas" => [] "escotes" => [] ]
collections
0 of 0
array:1 [ 0 => "L" ]
collection_filters
false
default_collections
0 of 0
array:1 [ 0 => "L" ]
season
false
universe
0 of 0
array:2 [ 0 => "U24" 1 => " U25" ]
model_codes
false
related_collections
0 of 0
array:3 [ 0 => array:3 [ "url" => "https://pre.new-rosaclara.rosaclaragroup.com/en/wedding-dresses/coats-and-cloaks" "name" => "COATS AND CLOAKS" "image" => "https://new-rosaclara-cdn-files.s3.eu-west-1.amazonaws.com/455/abrigos_y_capas-9115_TEALIA_ROSA_CLARA_COUTURE_1.jpg" ] 1 => array:3 [ "url" => "https://pre.new-rosaclara.rosaclaragroup.com/en/wedding-dresses/headpieces-bridal" "name" => "HAIR ORNAMENTS" "image" => "https://new-rosaclara-cdn-files.s3.eu-west-1.amazonaws.com/452/tocados-9X04_KALAN_ROSA_CLARA_1.jpg" ] 2 => array:3 [ "url" => "https://pre.new-rosaclara.rosaclaragroup.com/en/wedding-dresses/shoes-bridal" "name" => "SHOES" "image" => "https://new-rosaclara-cdn-files.s3.eu-west-1.amazonaws.com/454/zapatos-9K20_CELIAN_ROSA_CLARA_1.jpg" ] ]
products_args
0 of 0
array:8 [ "garment_codes" => "J" "attributes" => false "collection_codes" => "L" "universe" => "U24, U25" "model_codes" => "" "carry_over" => false "season" => false "recommended" => false ]
products
0 of 0
array:23 [ 0 => Solarium\QueryType\Select\Result\Document {#2285 #fields: array:27 [ "id" => "3511" "id_sort" => 3511 "slug" => "9lj01pend00" "model_name" => "PENDIENTE" "model_code" => "9lj01pend00" "universe" => "U25" "temp_name" => "P25" "collection_code" => "L" "garment_code" => "J" "carry_over" => " " "order_lang_es" => 1001 "order_lang_en" => 1001 "order_lang_it" => 1001 "order_lang_de" => 1001 "order_lang_fr" => 1001 "order_lang_pt" => 1001 "type" => "dress" "photos" => array:1 [ …1] "thumb_photos" => array:1 [ …1] "description_es" => "Pendiente de novia largo 9cm y estilo elegante. Realizado en plata y perla.Outfit MB Accesorios bridal." "description_fr" => "Longues 9cm boucles d'oreilles de mariée au style élégant. Réalisées en argent et avec une perle. Outfit MB Accessories nuptial." "description_en" => "Elegant long 9cm silver and pearl bridal earring. An MB outfit with bridal accessories." "description_it" => "Orecchino da sposa lungo 9cm in stile elegante. Realizzato in argento e perla. Outfit MB Accessori bridal." "description_de" => "Lange 9cm und elegante Brautohrringe. Angefertigt aus Silber und Perlen.Outfit MB Accesorios bridal." "description_pt" => "Brinco 9cm de noiva comprido e estilo elegante. Realizado em prata e pérola. Outfit MB Accessories bridal." "_version_" => 1810714866931990528 "score" => 3.6831858 ] } 1 => Solarium\QueryType\Select\Result\Document {#2275 #fields: array:27 [ "id" => "3517" "id_sort" => 3517 "slug" => "9lj02pend00" "model_name" => "PENDIENTE" "model_code" => "9lj02pend00" "universe" => "U25" "temp_name" => "P25" "collection_code" => "L" "garment_code" => "J" "carry_over" => " " "order_lang_es" => 1002 "order_lang_en" => 1002 "order_lang_it" => 1002 "order_lang_de" => 1002 "order_lang_fr" => 1002 "order_lang_pt" => 1002 "type" => "dress" "photos" => array:2 [ …2] "thumb_photos" => array:2 [ …2] "description_es" => "Pendiente de novia corto y estilo elegante. Realizado en plata y perla, 10.5cm.Outfit MB Accesorios bridal." "description_fr" => "Boucles d'oreilles de mariée courtes au style élégant. Réalisées en argent et avec une perle, 10.5cm. Outfit MB Accessories nuptial." "description_en" => "Elegantshort silver and pearl bridal earring. 10.5cm An MB outfit with bridal accessories." "description_it" => "Orecchino da sposa corto in stile elegante. Realizzato in argento e perla, 10.5cm. MB Outfit Accessori bridal." "description_de" => "Kurze und elegante Brautohrringe. Angefertigt aus Silber und Perlen, 10.5cm. Outfit MB Accesorios bridal." "description_pt" => "Brinco de noiva curto e estilo elegante. Realizado em prata e pérola, 10.5cm. Outfit MB Accessories bridal." "_version_" => 1810714875248246784 "score" => 3.6831858 ] } 2 => Solarium\QueryType\Select\Result\Document {#2280 #fields: array:27 [ "id" => "3518" "id_sort" => 3518 "slug" => "9lj02pend01" "model_name" => "PENDIENTE" "model_code" => "9lj02pend01" "universe" => "U25" "temp_name" => "P25" "collection_code" => "L" "garment_code" => "J" "carry_over" => " " "order_lang_es" => 1002 "order_lang_en" => 1002 "order_lang_it" => 1002 "order_lang_de" => 1002 "order_lang_fr" => 1002 "order_lang_pt" => 1002 "type" => "dress" "photos" => array:2 [ …2] "thumb_photos" => array:2 [ …2] "description_es" => "Pendiente de novia largo y estilo elegante. Realizado en plata y perla 16cm.Outfit MB Accesorios bridal." "description_fr" => "Longues boucles d'oreilles de mariée au style élégant. Réalisées en argent et avec une perle, 16cm. Outfit MB Accessories nuptial." "description_en" => "Elegant long silver and pearl bridal earring. 16cm. An MB outfit with bridal accessories." "description_it" => "Orecchino da sposa lungo in stile elegante. Realizzato in argento e perla.16cm.MB Outfit Accessori bridal." "description_de" => "Lange und elegante Brautohrringe. Angefertigt aus Silber und Perlen.16cm.Outfit MB Accesorios bridal." "description_pt" => "Brinco de noiva comprido e estilo elegante. Realizado em prata e pérola. 16cm. Outfit MB Accessories bridal." "_version_" => 1810714876475080704 "score" => 3.6831858 ] } 3 => Solarium\QueryType\Select\Result\Document {#2286 #fields: array:27 [ "id" => "3533" "id_sort" => 3533 "slug" => "9lj04pend00" "model_name" => "PENDIENTE" "model_code" => "9lj04pend00" "universe" => "U25" "temp_name" => "P25" "collection_code" => "L" "garment_code" => "J" "carry_over" => " " "order_lang_es" => 1004 "order_lang_en" => 1004 "order_lang_it" => 1004 "order_lang_de" => 1004 "order_lang_fr" => 1004 "order_lang_pt" => 1004 "type" => "dress" "photos" => array:1 [ …1] "thumb_photos" => array:1 [ …1] "description_es" => "Pendiente de novia largo y estilo elegante. Realizado en plata y perla.Outfit MB Accesorios bridal." "description_fr" => "Longues boucles d'oreilles de mariée au style élégant. Réalisées en argent et avec une perle. Outfit MB Accessories nuptial." "description_en" => "Elegant long silver and pearl bridal earring. An MB outfit with bridal accessories." "description_it" => "Orecchino da sposa lungo in stile elegante. Realizzato in argento e perla. Outfit MB Accessori bridal." "description_de" => "Lange und elegante Brautohrringe. Angefertigt aus Silber und Perlen.Outfit MB Accesorios bridal." "description_pt" => "Brinco de noiva comprido e estilo elegante. Realizado em prata e pérola. Outfit MB Accessories bridal." "_version_" => 1810714901264465920 "score" => 3.6831858 ] } 4 => Solarium\QueryType\Select\Result\Document {#2277 #fields: array:27 [ "id" => "3557" "id_sort" => 3557 "slug" => "9lj09pend00" "model_name" => "PENDIENTE" "model_code" => "9lj09pend00" "universe" => "U25" "temp_name" => "P25" "collection_code" => "L" "garment_code" => "J" "carry_over" => " " "order_lang_es" => 1009 "order_lang_en" => 1009 "order_lang_it" => 1009 "order_lang_de" => 1009 "order_lang_fr" => 1009 "order_lang_pt" => 1009 "type" => "dress" "photos" => array:1 [ …1] "thumb_photos" => array:1 [ …1] "description_es" => "Pendiente de novia largo y estilo elegante. Realizado en plata y perla.Outfit MB Accesorios bridal." "description_fr" => "Longues boucles d'oreilles de mariée au style élégant. Réalisées en argent et avec une perle. Outfit MB Accessories nuptial." "description_en" => "Elegant long silver and pearl bridal earring. An MB outfit with bridal accessories." "description_it" => "Orecchino da sposa lungo in stile elegante. Realizzato in argento e perla. Outfit MB Accessori bridal." "description_de" => "Lange und elegante Brautohrringe. Angefertigt aus Silber und Perlen.Outfit MB Accesorios bridal." "description_pt" => "Brinco de noiva comprido e estilo elegante. Realizado em prata e pérola. Outfit MB Accessories bridal." "_version_" => 1810714942421073920 "score" => 3.6831858 ] } 5 => Solarium\QueryType\Select\Result\Document {#2276 #fields: array:27 [ "id" => "3558" "id_sort" => 3558 "slug" => "9lj09pend01" "model_name" => "PENDIENTE" "model_code" => "9lj09pend01" "universe" => "U25" "temp_name" => "P25" "collection_code" => "L" "garment_code" => "J" "carry_over" => " " "order_lang_es" => 1009 "order_lang_en" => 1009 "order_lang_it" => 1009 "order_lang_de" => 1009 "order_lang_fr" => 1009 "order_lang_pt" => 1009 "type" => "dress" "photos" => array:1 [ …1] "thumb_photos" => array:1 [ …1] "description_es" => "Pendiente de novia largo y estilo elegante. Realizado en plata y perla.Outfit MB Accesorios bridal." "description_fr" => "Longues boucles d'oreilles de mariée au style élégant. Réalisées en argent et avec une perle. Outfit MB Accessories nuptial." "description_en" => "Elegant long silver and pearl bridal earring. An MB outfit with bridal accessories." "description_it" => "Orecchino da sposa lungo in stile elegante. Realizzato in argento e perla. Outfit MB Accessori bridal." "description_de" => "Lange und elegante Brautohrringe. Angefertigt aus Silber und Perlen.Outfit MB Accesorios bridal." "description_pt" => "Brinco de noiva comprido e estilo elegante. Realizado em prata e pérola. Outfit MB Accessories bridal." "_version_" => 1810714943600721920 "score" => 3.6831858 ] } 6 => Solarium\QueryType\Select\Result\Document {#2273 #fields: array:27 [ "id" => "3562" "id_sort" => 3562 "slug" => "9lj10pend00" "model_name" => "PENDIENTE" "model_code" => "9lj10pend00" "universe" => "U25" "temp_name" => "P25" "collection_code" => "L" "garment_code" => "J" "carry_over" => " " "order_lang_es" => 1010 "order_lang_en" => 1010 "order_lang_it" => 1010 "order_lang_de" => 1010 "order_lang_fr" => 1010 "order_lang_pt" => 1010 "type" => "dress" "photos" => array:1 [ …1] "thumb_photos" => array:1 [ …1] "description_es" => "Pendiente de novia, diseño de doble bola. Outfit MB Accesorios bridal." "description_fr" => "Boucles d'oreilles de mariée, modèle à double boule. Outfit MB Accessories nuptial." "description_en" => "Bridal earring, double ball design. Outfit MB Bridal accessories." "description_it" => "Orecchino da sposa, modello con doppia sfera. Outfit MB Accesori bridal." "description_de" => "Brautohrringe, Design mit Doppelkugel. Outfit MB Accesorios bridal." "description_pt" => "Brinco de noiva, design de dupla esfera. Outfit MB Accessories bridal." "_version_" => 1810714950257082368 "score" => 3.6831858 ] } 7 => Solarium\QueryType\Select\Result\Document {#2272 #fields: array:28 [ "id" => "3642" "id_sort" => 3642 "slug" => "8lj01pend00" "model_name" => "PENDIENTE" "model_code" => "8lj01pend00" "universe" => "U25" "temp_name" => "P24" "collection_code" => "L" "garment_code" => "J" "carry_over" => "C9" "order_lang_es" => 1101 "order_lang_en" => 1101 "order_lang_it" => 1101 "order_lang_de" => 1101 "order_lang_fr" => 1101 "order_lang_pt" => 1101 "type" => "dress" "photos" => array:3 [ …3] "thumb_photos" => array:6 [ …6] "description_es" => "Pendiente de novia largo y estilo elegante. Realizado en plata y perla.Outfit MB Accesorios bridal." "description_fr" => "Longues boucles d’oreilles de mariée de style élégant, réalisé en argent en perle. Un outfit MB avec des accessoires nuptiaux." "description_en" => "Elegant long silver and pearl bridal earring. An MB outfit with bridal accessories." "description_it" => "Orecchino da sposa lungo in stile elegante, realizzato in argento con perla. Un outfit MB con accessori bridal." "description_de" => "Elegante Brautohrringe aus Silber und mit Perle. Strahlen Sie in einem MB-Outfit mit Braut-Accessoires." "description_pt" => "Brinco de noiva comprido de estilo elegante, realizado em prata e pérola. Um outfit MB com acessórios de noiva." "attributes" => array:7 [ …7] "_version_" => 1810715283980025856 "score" => 3.6831858 ] } 8 => Solarium\QueryType\Select\Result\Document {#2274 #fields: array:28 [ "id" => "3643" "id_sort" => 3643 "slug" => "8lj01pend01" "model_name" => "PENDIENTE" "model_code" => "8lj01pend01" "universe" => "U25" "temp_name" => "P24" "collection_code" => "L" "garment_code" => "J" "carry_over" => "C9" "order_lang_es" => 1101 "order_lang_en" => 1101 "order_lang_it" => 1101 "order_lang_de" => 1101 "order_lang_fr" => 1101 "order_lang_pt" => 1101 "type" => "dress" "photos" => array:3 [ …3] "thumb_photos" => array:6 [ …6] "description_es" => "Pendiente, de novia, corto." "description_fr" => "En attente, de mariée, courte." "description_en" => "Earrings, wedding, short." "description_it" => "Orecchino, da sposa, corto." "description_de" => "Ohrring, Für die Braut, kurz." "description_pt" => "Pendente, de noiva, curto." "attributes" => array:7 [ …7] "_version_" => 1810715286151626752 "score" => 3.6831858 ] } 9 => Solarium\QueryType\Select\Result\Document {#2271 #fields: array:28 [ "id" => "3648" "id_sort" => 3648 "slug" => "8lj03pend00" "model_name" => "PENDIENTE" "model_code" => "8lj03pend00" "universe" => "U25" "temp_name" => "P24" "collection_code" => "L" "garment_code" => "J" "carry_over" => "C9" "order_lang_es" => 1103 "order_lang_en" => 1103 "order_lang_it" => 1103 "order_lang_de" => 1103 "order_lang_fr" => 1103 "order_lang_pt" => 1103 "type" => "dress" "photos" => array:1 [ …1] "thumb_photos" => array:2 [ …2] "description_es" => "Pendiente de novia, alargado de 10.5 cm,cierre pincho. Elaborado con tres perlas irregulares.Outfit MB Accesorios exclusivo." "description_fr" => "Boucles d’oreilles de mariée, allongées de 10,5\u{A0}cm, fermoir poussette. Élaborées avec trois perles irrégulières. Outfit MB Accessoires exclusives." "description_en" => "Bridal earring, 10.5 cm long, push-back closure. Featuring three irregular pearls.Exclusive MB Accessories look." "description_it" => "Orecchino da sposa, allungato 10,5 cm, chiusura a farfallina. Realizzato con tre perle irregolari. Outfit esclusivo MB Accessori." "description_de" => "Brautohrring, länglich 10,5 cm, Dornverschluss. Angefertigt aus drei ungleichmäßigen Perlen. Exklusives MB Outfit Accessoires." "description_pt" => "Brinco de noiva, alongado de 10,5 cm, fecho de furo. Elaborado com três pérolas irregulares. Outfit MB Acessórios exclusivo." "attributes" => array:4 [ …4] "_version_" => 1810715293944643584 "score" => 3.6831858 ] } 10 => Solarium\QueryType\Select\Result\Document {#2270 #fields: array:28 [ "id" => "3651" "id_sort" => 3651 "slug" => "8lj04pend00" "model_name" => "PENDIENTE" "model_code" => "8lj04pend00" "universe" => "U25" "temp_name" => "P24" "collection_code" => "L" "garment_code" => "J" "carry_over" => "C9" "order_lang_es" => 1104 "order_lang_en" => 1104 "order_lang_it" => 1104 "order_lang_de" => 1104 "order_lang_fr" => 1104 "order_lang_pt" => 1104 "type" => "dress" "photos" => array:1 [ …1] "thumb_photos" => array:2 [ …2] "description_es" => "Pendiente de novia, alargado de 10.5 cm, cierre pincho. Elaborado con dos perlas irregulares.Outfit MB Accesorios de ensueño." "description_fr" => "Boucles d’oreilles de mariée, allongées de 10,5\u{A0}cm, fermoir poussette. Élaborées avec trois perles irrégulières. Outfit MB Accessoires de rêve." "description_en" => "Bridal earring, 10.5 cm long, push-back closure. Featuring two irregular pearls.Dreamy MB Accessories look." "description_it" => "Orecchino da sposa, allungato 10,5 cm, chiusura a farfallina. Realizzato con due perle irregolari. Outfit MB Accessori da sogno." "description_de" => "Brautohrring, länglich 10,5 cm, Dornverschluss. Angefertigt aus zwei ungleichmäßigen Perlen. Traumhaftes MB Outfit Accessoires." "description_pt" => "Brinco de noiva, alongado de 10,5 cm, fecho de furo. Elaborado com duas pérolas irregulares. Outfit MB Acessórios de sonho." "attributes" => array:4 [ …4] "_version_" => 1810715298860367872 "score" => 3.6831858 ] } 11 => Solarium\QueryType\Select\Result\Document {#2269 #fields: array:27 [ "id" => "3397" "id_sort" => 3397 "slug" => "7lj01pend00" "model_name" => "J01" "model_code" => "7lj01pend00" "universe" => "U25" "temp_name" => "P23" "collection_code" => "L" "garment_code" => "J" "carry_over" => "C9" "order_lang_es" => 1201 "order_lang_en" => 1201 "order_lang_it" => 1201 "order_lang_de" => 1201 "order_lang_fr" => 1201 "order_lang_pt" => 1201 "type" => "dress" "photos" => array:1 [ …1] "thumb_photos" => array:2 [ …2] "description_es" => "Pendiente de novia de 11cm de largo en plata y perla. Disponible en color natural." "description_fr" => "Boucles d'oreilles de mariée de 11 cm de long en argent et perle. Disponible en couleur nature." "description_en" => "Silver and pearl bridal earring 11cm. Available in natural." "description_it" => "Orecchino da sposa lungo 11 cm in argento con perla. Disponibile in bianco naturale." "description_de" => "Braut Ohrringe, 11 cm lang aus Silber mit Perle. Erhältlich in Naturweiß." "description_pt" => "Brincos de noiva com 11 cm de comprimento de prata e com pérola. Disponível em cor natural." "_version_" => 1810714695175241728 "score" => 3.6831858 ] } 12 => Solarium\QueryType\Select\Result\Document {#2268 #fields: array:27 [ "id" => "3401" "id_sort" => 3401 "slug" => "7lj02pend00" "model_name" => "J02" "model_code" => "7lj02pend00" "universe" => "U25" "temp_name" => "P23" "collection_code" => "L" "garment_code" => "J" "carry_over" => "C9" "order_lang_es" => 1202 "order_lang_en" => 1202 "order_lang_it" => 1202 "order_lang_de" => 1202 "order_lang_fr" => 1202 "order_lang_pt" => 1202 "type" => "dress" "photos" => array:1 [ …1] "thumb_photos" => array:2 [ …2] "description_es" => "Pendiente de novia de tres tiras, de 14cm de largo en plata y perla. Disponible en color natural." "description_fr" => "Boucles d'oreilles de mariée à trois branches, de 14 cm de long, en argent et perle. Disponible en couleur nature." "description_en" => "Silver and pearl bridal earring 14cm long with tree trims. Available in natural." "description_it" => "Orecchino da sposa con 3 striscette, lungo 14 cm in argento con perla. Disponibile in bianco naturale." "description_de" => "Braut Ohrringe, mit drei Bändern, 14 cm lang aus Silber mit Perle. Erhältlich in Naturweiß." "description_pt" => "Brincos de noiva com três tiras, de 14 cm de comprimento de prata e com pérola. Disponível em cor natural." "_version_" => 1810714699982962688 "score" => 3.6831858 ] } 13 => Solarium\QueryType\Select\Result\Document {#2267 #fields: array:27 [ "id" => "3406" "id_sort" => 3406 "slug" => "7lj03pend01" "model_name" => "J03" "model_code" => "7lj03pend01" "universe" => "U25" "temp_name" => "P23" "collection_code" => "L" "garment_code" => "J" "carry_over" => "C9" "order_lang_es" => 1203 "order_lang_en" => 1203 "order_lang_it" => 1203 "order_lang_de" => 1203 "order_lang_fr" => 1203 "order_lang_pt" => 1203 "type" => "dress" "photos" => array:2 [ …2] "thumb_photos" => array:4 [ …4] "description_es" => "Pendiente de novia en aro, de 7.5cm de diametro en acero y perla de 8mm. Disponible en color natural." "description_fr" => "Anneaux d'oreilles de mariée de 7,5 cm de diamètre, en acier et perle de 8 mm. Disponible en couleur nature." "description_en" => "Steal and pearl bridal ring earring, 7.5cm long with pearl 8mm. Available in natural." "description_it" => "Orecchino da sposa a cerchio, diametro di 7,5 cm in acciaio e perla di 8 mm. Disponibile in bianco naturale." "description_de" => "Braut Ohrringe, 7,5 cm Durchmesser, aus Stahl und 8 mm Perle. Erhältlich in Naturweiß." "description_pt" => "Brinco de noiva em argola, de 7,5 cm de diâmetro em aço e pérola de 8 mm. Disponível em cor natural." "_version_" => 1810714706130763776 "score" => 3.6831858 ] } 14 => Solarium\QueryType\Select\Result\Document {#2266 #fields: array:27 [ "id" => "3405" "id_sort" => 3405 "slug" => "7lj03pend00" "model_name" => "J03" "model_code" => "7lj03pend00" "universe" => "U25" "temp_name" => "P23" "collection_code" => "L" "garment_code" => "J" "carry_over" => "C9" "order_lang_es" => 1203 "order_lang_en" => 1203 "order_lang_it" => 1203 "order_lang_de" => 1203 "order_lang_fr" => 1203 "order_lang_pt" => 1203 "type" => "dress" "photos" => array:2 [ …2] "thumb_photos" => array:4 [ …4] "description_es" => "Pendiente de novia en aro, de 6cm de diametro en acero y perla de 8mm. Disponible en color natural." "description_fr" => "Anneaux d'oreilles de mariée de 6 cm de diamètre, en acier et perle de 8 mm. Disponible en couleur nature." "description_en" => "Steal and pearl bridal ring earring, 6cm long with pearl 8mm. Available in natural." "description_it" => "Orecchino da sposa a cerchio, diametro di 6 cm in acciaio e perla di 8 mm. Disponibile in bianco naturale." "description_de" => "Braut Ohrringe, 6 cm Durchmesser aus Stahl und 8 mm Perle. Erhältlich in Naturweiß." "description_pt" => "Brinco de noiva em argola, de 6 cm de diâmetro em aço e pérola de 8 mm. Disponível em cor natural." "_version_" => 1810714704908124160 "score" => 3.6831858 ] } 15 => Solarium\QueryType\Select\Result\Document {#2265 #fields: array:27 [ "id" => "3440" "id_sort" => 3440 "slug" => "6lj70pend00" "model_name" => "PENDIENTE" "model_code" => "6lj70pend00" "universe" => "U25" "temp_name" => "P22" "collection_code" => "L" "garment_code" => "J" "carry_over" => "C9" "order_lang_es" => 1370 "order_lang_en" => 1370 "order_lang_it" => 1370 "order_lang_de" => 1370 "order_lang_fr" => 1370 "order_lang_pt" => 1370 "type" => "dress" "thumb_photos" => array:2 [ …2] "description_es" => "Pendiente de novia de 20cm de largo en plata y perla. Disponible en color natural." "description_fr" => "Boucle d'oreille de mariée de 20cm de long en argent et perle. Disponible en couleur naturelle." "description_en" => "Silver and pearl bridal earring (20 cm long). Available in natural." "description_it" => "Pendente da sposa lungo 20 cm in argento con perla. Colore naturale." "description_de" => "Brautohrringe aus Silber mit Perle, 20\u{A0}cm lang. Erhältlich in Naturweiß." "description_pt" => "Brincos de noiva com 20 cm de comprimento de prata e com pérola. Disponível em cor natural." "photos" => array:2 [ …2] "_version_" => 1815512541082681344 "score" => 3.6831858 ] } 16 => Solarium\QueryType\Select\Result\Document {#2264 #fields: array:27 [ "id" => "3441" "id_sort" => 3441 "slug" => "6lj71pend00" "model_name" => "PENDIENTE" "model_code" => "6lj71pend00" "universe" => "U25" "temp_name" => "P22" "collection_code" => "L" "garment_code" => "J" "carry_over" => "C9" "order_lang_es" => 1371 "order_lang_en" => 1371 "order_lang_it" => 1371 "order_lang_de" => 1371 "order_lang_fr" => 1371 "order_lang_pt" => 1371 "type" => "dress" "photos" => array:2 [ …2] "thumb_photos" => array:4 [ …4] "description_es" => "Pendiente de novia de 9cm de largo en plata y perla. Disponible en color natural." "description_fr" => "Boucle d'oreille de mariée de 9cm de long en argent et perle. Disponible en couleur naturelle." "description_en" => "Silver and pearl bridal earring (9 cm long). Available in natural." "description_it" => "Pendente da sposa lungo 9 cm in argento con perla. Colore naturale." "description_de" => "Brautohrringe aus Silber mit Perle, 9\u{A0}cm lang. Erhältlich in Naturweiß." "description_pt" => "Brincos de noiva com 9 cm de comprimento de prata e com pérola. Disponível em cor natural." "_version_" => 1810714748517351424 "score" => 3.6831858 ] } 17 => Solarium\QueryType\Select\Result\Document {#2263 #fields: array:27 [ "id" => "3442" "id_sort" => 3442 "slug" => "6lj75pend00" "model_name" => "PENDIENTE" "model_code" => "6lj75pend00" "universe" => "U25" "temp_name" => "P22" "collection_code" => "L" "garment_code" => "J" "carry_over" => "C9" "order_lang_es" => 1375 "order_lang_en" => 1375 "order_lang_it" => 1375 "order_lang_de" => 1375 "order_lang_fr" => 1375 "order_lang_pt" => 1375 "type" => "dress" "photos" => array:3 [ …3] "thumb_photos" => array:6 [ …6] "description_es" => "Pendiente de novia de 16cm de largo en plata rodiada y perlas redondas. Con cierre pala." "description_fr" => "Boucles d'oreilles de mariée de 16cm de long en argent rhodié et perles rondes. Avec fermoir dormeuse." "description_en" => "Wedding earring of 16cm long in rhodium-plated silver and round pearls. With closing shovel." "description_it" => "Orecchini da sposa 16 cm di lunghezza in argento rodiato e perle tonde. Con chiusura a monachella." "description_de" => "Braut-Ohrring, 16 cm lang, aus rhodiniertem Silber mit runden Perlen. Mit Klappverschluss." "description_pt" => "Brincos de noiva de 16 cm de comprido em prata rodinada e pérolas redondas. Com fecho de palheta." "_version_" => 1810714749704339456 "score" => 3.6831858 ] } 18 => Solarium\QueryType\Select\Result\Document {#2262 #fields: array:27 [ "id" => "3444" "id_sort" => 3444 "slug" => "6lj75pend02" "model_name" => "PENDIENTE" "model_code" => "6lj75pend02" "universe" => "U25" "temp_name" => "P22" "collection_code" => "L" "garment_code" => "J" "carry_over" => "C9" "order_lang_es" => 1375 "order_lang_en" => 1375 "order_lang_it" => 1375 "order_lang_de" => 1375 "order_lang_fr" => 1375 "order_lang_pt" => 1375 "type" => "dress" "photos" => array:3 [ …3] "thumb_photos" => array:6 [ …6] "description_es" => "Pendientes largos de 8cm con pincho en plata rodiada, 4/10mm perlas redondas blancas." "description_fr" => "Boucles d'oreilles longues de 8 cm avec pique en argent rhodié, 4/10mm perles rondes blanches." "description_en" => "Long earrings 8cm on silver rhodium-plated, 4/10mm round white pearls." "description_it" => "Orecchini lunghi da 8 cm con farfallina in argento rodiato 4 /10 mm perle tonde bianche." "description_de" => "8 cm lange Ohrringe mit Steckverschluss aus rhodiniertem Silber mit runden weißen 4/10mm-Perlen." "description_pt" => "Brincos largos de 8 cm com alfinete em prata rodinada, 4/10 mm pérolas redondas brancas." "_version_" => 1810714752130744320 "score" => 3.6831858 ] } 19 => Solarium\QueryType\Select\Result\Document {#2261 #fields: array:27 [ "id" => "3443" "id_sort" => 3443 "slug" => "6lj75pend01" "model_name" => "PENDIENTE" "model_code" => "6lj75pend01" "universe" => "U25" "temp_name" => "P22" "collection_code" => "L" "garment_code" => "J" "carry_over" => "C9" "order_lang_es" => 1375 "order_lang_en" => 1375 "order_lang_it" => 1375 "order_lang_de" => 1375 "order_lang_fr" => 1375 "order_lang_pt" => 1375 "type" => "dress" "photos" => array:2 [ …2] "thumb_photos" => array:4 [ …4] "description_es" => "Pendientes largos de 10cm con cierre omega en plata rodiada,4/12mm perlas redondas blancas." "description_fr" => "Boucles d'oreilles longues de 10 cm avec fermeture omega en argent rhodié, 4/12mm perles rondes blanches." "description_en" => "Long earrings 10cm with omega clasp on silver rhodium-plated, 4/12mm round white pearls" "description_it" => "Orecchini lunghi da 10 cm con chiusura omega in argento rodiato 4 /12 mm perle tonde bianche." "description_de" => "10 cm lange Ohrringe mit Juwelierclip-Verschluss aus rhodiniertem Silber mit runden weißen 4/12mm-Perlen." "description_pt" => "Brincos largos de 10 cm com fecho ómega em prata rodinada, 4/12 mm pérolas redondas brancas." "_version_" => 1810714750910201856 "score" => 3.6831858 ] } 20 => Solarium\QueryType\Select\Result\Document {#2260 #fields: array:27 [ "id" => "3445" "id_sort" => 3445 "slug" => "6lj76pend00" "model_name" => "PENDIENTE" "model_code" => "6lj76pend00" "universe" => "U25" "temp_name" => "P22" "collection_code" => "L" "garment_code" => "J" "carry_over" => "C9" "order_lang_es" => 1376 "order_lang_en" => 1376 "order_lang_it" => 1376 "order_lang_de" => 1376 "order_lang_fr" => 1376 "order_lang_pt" => 1376 "type" => "dress" "photos" => array:3 [ …3] "thumb_photos" => array:6 [ …6] "description_es" => "Pendiente de novia de 11cm de largo en plata rodiada y perlas redondas. Con cierre pincho." "description_fr" => "Boucles d'oreilles de mariée de 11cm de long en argent rhodié et perles rondes. Avec fermoir poussette belge." "description_en" => "Wedding earring 11cm long in rhodium-plated silver and round pearls. With spike closure." "description_it" => "Orecchini da sposa 11 cm di lunghezza in argento rodiato e perle tonde. Con chiusura a farfallina." "description_de" => "Braut-Ohrring, 11 cm lang, aus rhodiniertem Silber mit runden Perlen. Mit Steckverschluss." "description_pt" => "Brincos de noiva de 11 cm de comprido em prata rodinada e pérolas redondas. Com fecho de alfinete." "_version_" => 1810714753336606720 "score" => 3.6831858 ] } 21 => Solarium\QueryType\Select\Result\Document {#2259 #fields: array:27 [ "id" => "3446" "id_sort" => 3446 "slug" => "6lj76pend01" "model_name" => "PENDIENTE" "model_code" => "6lj76pend01" "universe" => "U25" "temp_name" => "P22" "collection_code" => "L" "garment_code" => "J" "carry_over" => "C9" "order_lang_es" => 1376 "order_lang_en" => 1376 "order_lang_it" => 1376 "order_lang_de" => 1376 "order_lang_fr" => 1376 "order_lang_pt" => 1376 "type" => "dress" "photos" => array:3 [ …3] "thumb_photos" => array:6 [ …6] "description_es" => "Pendiente de novia de 9cm de largo en plata rodiada y perlas redondas. Con cierre pincho." "description_fr" => "Boucles d'oreilles de mariée de 9cm de long en argent rhodié et perles rondes. Avec fermoir poussette belge." "description_en" => "Wedding earring 9cm long in rhodium-plated silver and round pearls. With spike closure." "description_it" => "Orecchini da sposa 9 cm di lunghezza in argento rodiato e perle tonde. Con chiusura a farfallina." "description_de" => "Braut-Ohrring, 9 cm lang, aus rhodiniertem Silber mit runden Perlen. Mit Steckverschluss." "description_pt" => "Brincos de noiva de 9 cm de comprido em prata rodinada e pérolas redondas. Com fecho de alfinete." "_version_" => 1810714754536177664 "score" => 3.6831858 ] } 22 => Solarium\QueryType\Select\Result\Document {#2258 #fields: array:27 [ "id" => "3447" "id_sort" => 3447 "slug" => "6lj76pend02" "model_name" => "PENDIENTE" "model_code" => "6lj76pend02" "universe" => "U25" "temp_name" => "P22" "collection_code" => "L" "garment_code" => "J" "carry_over" => "C9" "order_lang_es" => 1376 "order_lang_en" => 1376 "order_lang_it" => 1376 "order_lang_de" => 1376 "order_lang_fr" => 1376 "order_lang_pt" => 1376 "type" => "dress" "photos" => array:3 [ …3] "thumb_photos" => array:6 [ …6] "description_es" => "Pendiente de novia de 7.5cm de largo en plata rodiada y perlas redondas. Con cierre pincho." "description_fr" => "Boucles d'oreilles de mariée de 7,5cm de long en argent rhodié et perles rondes. Avec fermoir poussette belge." "description_en" => "Wedding earring 7.5cm long in rhodium-plated silver and round pearls. With spike closure." "description_it" => "Pendenti da sposa 7,5 cm di lunghezza in argento rodiato e perle tonde. Con chiusura a farfallina." "description_de" => "Braut-Ohrring, 7,5 cm lang, aus rhodiniertem Silber mit runden Perlen. Mit Steckverschluss." "description_pt" => "Brincos de noiva de 7,5 cm de comprido em prata rodinada e pérolas redondas. Com fecho de alfinete." "_version_" => 1810714755759865856 "score" => 3.6831858 ] } ]
nVisibleProducts
32
host
"pre.new-rosaclara.rosaclaragroup.com"
__currentLoopData
0 of 0
array:8 [ "es" => array:4 [ "url" => "https://pre.new-rosaclara.rosaclaragroup.com/es/vestidos-de-novia/pendientes-novia" "name" => "Español" "active" => false "home" => false ] "fr" => array:4 [ "url" => "https://pre.rosaclara.es/fr/robes-de-mariee/boucles-doreilles-de-mariee" "name" => "Français" "active" => false "home" => false ] "en" => array:4 [ "url" => "https://pre.new-rosaclara.rosaclaragroup.com/en/wedding-dresses/bridal-earrings" "name" => "English" "active" => true "home" => false ] "it" => array:4 [ "url" => "https://pre.rosaclara.es/it/abiti-da-sposa/orecchini-da-sposa" "name" => "Italiano" "active" => false "home" => false ] "de" => array:4 [ "url" => "https://pre.rosaclara.es/de/brautkleider/ohrringe-fur-braute" "name" => "Deutsch" "active" => false "home" => false ] "pt" => array:4 [ "url" => "https://pre.rosaclara.es/pt/vestidos-de-noiva/brincos-de-noiva" "name" => "Português" "active" => false "home" => false ] "en-us" => array:4 [ "url" => "https://pre.new-rosaclara.rosaclaragroup.com/en-us/wedding-dresses/bridal-earrings" "name" => "English U.S." "active" => false "home" => false ] "en-gb" => array:4 [ "url" => "https://pre.new-rosaclara.rosaclaragroup.com/en-gb/wedding-dresses/bridal-earrings" "name" => "English G.B." "active" => false "home" => false ] ]
route
0 of 0
array:4 [ "url" => "https://pre.new-rosaclara.rosaclaragroup.com/en-gb/wedding-dresses/bridal-earrings" "name" => "English G.B." "active" => false "home" => false ]
lang
"en"
loop
null
url
"https://pre.new-rosaclara.rosaclaragroup.com/en/wedding-dresses/bridal-earrings"
langParts
0 of 0
array:2 [ 0 => "en" 1 => "GB" ]
langsOrder
0 of 0
array:6 [ 0 => "en" 1 => "es" 2 => "fr" 3 => "pt" 4 => "de" 5 => "it" ]
defautlUrl
"https://pre.new-rosaclara.rosaclaragroup.com/en/wedding-dresses/bridal-earrings"
menu_data
0 of 0
array:2 [ "categories" => Illuminate\Database\Eloquent\Collection {#1803 #items: array:3 [ 0 => App\Models\MenuNuevo {#1210 …30} 1 => App\Models\MenuNuevo {#1699 …30} 2 => App\Models\MenuNuevo {#1677 …30} ] #escapeWhenCastingToString: false } "sections" => Illuminate\Database\Eloquent\Collection {#1610 #items: array:3 [ 0 => App\Models\MenuNuevo {#1310 …30} 1 => App\Models\MenuNuevo {#1169 …30} 2 => App\Models\MenuNuevo {#1162 …30} ] #escapeWhenCastingToString: false } ]

Request

https://pre.new-rosaclara.rosaclaragroup.com/en/wedding-dresses/bridal-earrings
GET
curl "https://pre.new-rosaclara.rosaclaragroup.com/en/wedding-dresses/bridal-earrings" \
   -X GET \
   -H 'priority: u=0, i' \
   -H 'accept-encoding: gzip, deflate, br, zstd' \
   -H 'sec-fetch-dest: document' \
   -H 'sec-fetch-user: ?1' \
   -H 'sec-fetch-mode: navigate' \
   -H 'sec-fetch-site: none' \
   -H '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' \
   -H 'user-agent: Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)' \
   -H 'upgrade-insecure-requests: 1' \
   -H 'sec-ch-ua-platform: "Windows"' \
   -H 'sec-ch-ua-mobile: ?0' \
   -H 'sec-ch-ua: "Chromium";v="130", "HeadlessChrome";v="130", "Not?A_Brand";v="99"' \
   -H 'cache-control: no-cache' \
   -H 'pragma: no-cache' \
   -H 'host: pre.new-rosaclara.rosaclaragroup.com';

Browser

Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)

Headers

priority
u=0, i
accept-encoding
gzip, deflate, br, zstd
sec-fetch-dest
document
sec-fetch-user
?1
sec-fetch-mode
navigate
sec-fetch-site
none
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
user-agent
Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)
upgrade-insecure-requests
1
sec-ch-ua-platform
"Windows"
sec-ch-ua-mobile
?0
sec-ch-ua
"Chromium";v="130", "HeadlessChrome";v="130", "Not?A_Brand";v="99"
cache-control
no-cache
pragma
no-cache
host
pre.new-rosaclara.rosaclaragroup.com

Body

[]

Context

Versions

Php Version
8.2.29
Laravel Version
10.48.29
Laravel Locale
en
Laravel Config Cached
false
App Debug
true
App Env
pre
1:27:35 AM
Runtime 0.76ms
Connection mysql
select * from `seo` where `item` = 141 and `source` = pages limit 1
1:27:35 AM
Runtime 0.75ms
Connection mysql
select * from `collections` where `collections`.`id` = 16 limit 1
1:27:35 AM
Runtime 1.21ms
Connection mysql
select * from `menu` where `parent` = 141 and `lang` = 3 and `active` = 1 order by `order` asc
1:27:35 AM
Runtime 0.67ms
Connection mysql
select * from `pages` where `pages`.`id` = 146 limit 1
1:27:35 AM
Runtime 0.76ms
Connection mysql
select * from `seo` where `item` = 146 and `source` = pages limit 1
1:27:35 AM
Runtime 0.91ms
Connection mysql
select * from `collections` where `collections`.`id` = 12 limit 1
1:27:35 AM
Runtime 1.37ms
Connection mysql
select * from `menu` where `parent` = 142 and `lang` = 3 and `active` = 1 order by `order` asc
1:27:35 AM
Runtime 0.76ms
Connection mysql
select * from `pages` where `pages`.`id` = 456 limit 1
1:27:35 AM
Runtime 1.07ms
Connection mysql
select * from `seo` where `item` = 456 and `source` = pages limit 1
1:27:35 AM
Runtime 1.29ms
Connection mysql
select * from `menu` where `parent` = 143 and `lang` = 3 and `active` = 1 order by `order` asc
1:27:35 AM
Runtime 1.26ms
Connection mysql
select * from `menu` where `parent` = 144 and `lang` = 3 and `active` = 1 order by `order` asc
1:27:35 AM
Runtime 2.33ms
Connection mysql
select * from `pages` where `pages`.`id` = 82 limit 1
1:27:35 AM
Runtime 1.19ms
Connection mysql
select * from `seo` where `item` = 82 and `source` = pages limit 1
1:27:35 AM
Runtime 1.14ms
Connection mysql
select * from `collections` where `collections`.`id` = 48 limit 1
1:27:35 AM
Runtime 1.37ms
Connection mysql
select * from `menu` where `parent` = 145 and `lang` = 3 and `active` = 1 order by `order` asc
1:27:35 AM
Runtime 0.77ms
Connection mysql
select * from `pages` where `pages`.`id` = 92 limit 1
1:27:35 AM
Runtime 0.82ms
Connection mysql
select * from `seo` where `item` = 92 and `source` = pages limit 1
1:27:35 AM
Runtime 1.01ms
Connection mysql
select * from `collections` where `collections`.`id` = 51 limit 1
1:27:35 AM
Runtime 1.32ms
Connection mysql
select * from `menu` where `parent` = 146 and `lang` = 3 and `active` = 1 order by `order` asc
1:27:35 AM
Runtime 0.8ms
Connection mysql
select * from `pages` where `pages`.`id` = 151 limit 1
1:27:35 AM
Runtime 0.77ms
Connection mysql
select * from `seo` where `item` = 151 and `source` = pages limit 1
1:27:35 AM
Runtime 2.22ms
Connection mysql
select * from `collections` where `collections`.`id` = 52 limit 1
1:27:35 AM
Runtime 1.14ms
Connection mysql
select * from `menu` where `parent` = 147 and `lang` = 3 and `active` = 1 order by `order` asc
1:27:35 AM
Runtime 1.39ms
Connection mysql
select * from `menu` where `parent` = 148 and `lang` = 3 and `active` = 1 order by `order` asc
1:27:35 AM
Runtime 0.83ms
Connection mysql
select * from `pages` where `pages`.`id` = 171 limit 1
1:27:35 AM
Runtime 0.81ms
Connection mysql
select * from `seo` where `item` = 171 and `source` = pages limit 1
1:27:35 AM
Runtime 0.97ms
Connection mysql
select * from `collections` where `collections`.`id` = 58 limit 1
1:27:35 AM
Runtime 1.17ms
Connection mysql
select * from `menu` where `parent` = 149 and `lang` = 3 and `active` = 1 order by `order` asc
1:27:35 AM
Runtime 0.81ms
Connection mysql
select * from `pages` where `pages`.`id` = 363 limit 1
1:27:35 AM
Runtime 1.07ms
Connection mysql
select * from `seo` where `item` = 363 and `source` = pages limit 1
1:27:35 AM
Runtime 0.84ms
Connection mysql
select * from `collections` where `collections`.`id` = 156 limit 1
1:27:35 AM
Runtime 1.18ms
Connection mysql
select * from `menu` where `parent` = 150 and `lang` = 3 and `active` = 1 order by `order` asc
1:27:35 AM
Runtime 0.86ms
Connection mysql
select * from `pages` where `pages`.`id` = 362 limit 1
1:27:35 AM
Runtime 1.03ms
Connection mysql
select * from `seo` where `item` = 362 and `source` = pages limit 1
1:27:36 AM
Runtime 1.03ms
Connection mysql
select * from `collections` where `collections`.`id` = 114 limit 1
1:27:36 AM
Runtime 4.28ms
Connection mysql
select * from `menu` where `parent` = 151 and `lang` = 3 and `active` = 1 order by `order` asc
1:27:36 AM
Runtime 0.98ms
Connection mysql
select * from `pages` where `pages`.`id` = 371 limit 1
1:27:36 AM
Runtime 1.14ms
Connection mysql
select * from `seo` where `item` = 371 and `source` = pages limit 1
1:27:36 AM
Runtime 1.08ms
Connection mysql
select * from `collections` where `collections`.`id` = 158 limit 1
1:27:36 AM
Runtime 1.83ms
Connection mysql
select * from `menu` where `parent` = 152 and `lang` = 3 and `active` = 1 order by `order` asc
1:27:36 AM
Runtime 1.19ms
Connection mysql
select * from `pages` where `pages`.`id` = 176 limit 1
1:27:36 AM
Runtime 0.89ms
Connection mysql
select * from `seo` where `item` = 176 and `source` = pages limit 1
1:27:36 AM
Runtime 0.97ms
Connection mysql
select * from `collections` where `collections`.`id` = 60 limit 1
1:27:36 AM
Runtime 1.29ms
Connection mysql
select * from `menu` where `parent` = 153 and `lang` = 3 and `active` = 1 order by `order` asc
1:27:36 AM
Runtime 0.91ms
Connection mysql
select * from `pages` where `pages`.`id` = 445 limit 1
1:27:36 AM
Runtime 1.25ms
Connection mysql
select * from `seo` where `item` = 445 and `source` = pages limit 1
1:27:36 AM
Runtime 0.99ms
Connection mysql
select * from `collections` where `collections`.`id` = 161 limit 1
1:27:36 AM
Runtime 1.22ms
Connection mysql
select * from `menu` where `parent` = 154 and `lang` = 3 and `active` = 1 order by `order` asc
1:27:36 AM
Runtime 0.76ms
Connection mysql
select * from `pages` where `pages`.`id` = 464 limit 1
1:27:36 AM
Runtime 1.23ms
Connection mysql
select * from `seo` where `item` = 464 and `source` = pages limit 1
1:27:36 AM
Runtime 0.91ms
Connection mysql
select * from `collections` where `collections`.`id` = 405 limit 1
1:27:36 AM
Runtime 1.22ms
Connection mysql
select * from `menu` where `parent` = 155 and `lang` = 3 and `active` = 1 order by `order` asc
1:27:36 AM
Runtime 0.82ms
Connection mysql
select * from `pages` where `pages`.`id` = 422 limit 1
1:27:36 AM
Runtime 1.15ms
Connection mysql
select * from `seo` where `item` = 422 and `source` = pages limit 1
1:27:36 AM
Runtime 0.94ms
Connection mysql
select * from `collections` where `collections`.`id` = 386 limit 1
1:27:36 AM
Runtime 1.43ms
Connection mysql
select * from `menu` where `parent` = 156 and `lang` = 3 and `active` = 1 order by `order` asc
1:27:36 AM
Runtime 0.9ms
Connection mysql
select * from `pages` where `pages`.`id` = 310 limit 1
1:27:36 AM
Runtime 1.06ms
Connection mysql
select * from `seo` where `item` = 310 and `source` = pages limit 1
1:27:36 AM
Runtime 0.89ms
Connection mysql
select * from `collections` where `collections`.`id` = 59 limit 1
1:27:36 AM
Runtime 1.21ms
Connection mysql
select * from `menu` where `parent` = 157 and `lang` = 3 and `active` = 1 order by `order` asc
1:27:36 AM
Runtime 1.24ms
Connection mysql
select * from `pages` where `pages`.`id` = 166 limit 1
1:27:36 AM
Runtime 0.89ms
Connection mysql
select * from `seo` where `item` = 166 and `source` = pages limit 1
1:27:36 AM
Runtime 0.95ms
Connection mysql
select * from `collections` where `collections`.`id` = 56 limit 1
1:27:36 AM
Runtime 1.18ms
Connection mysql
select * from `menu` where `parent` = 158 and `lang` = 3 and `active` = 1 order by `order` asc
1:27:36 AM
Runtime 0.79ms
Connection mysql
select * from `pages` where `pages`.`id` = 367 limit 1
1:27:36 AM
Runtime 1.2ms
Connection mysql
select * from `seo` where `item` = 367 and `source` = pages limit 1
1:27:36 AM
Runtime 1.09ms
Connection mysql
select * from `collections` where `collections`.`id` = 157 limit 1
1:27:36 AM
Runtime 1.31ms
Connection mysql
select * from `menu` where `parent` = 159 and `lang` = 3 and `active` = 1 order by `order` asc
1:27:36 AM
Runtime 0.93ms
Connection mysql
select * from `pages` where `pages`.`id` = 180 limit 1
1:27:36 AM
Runtime 1.05ms
Connection mysql
select * from `seo` where `item` = 180 and `source` = pages limit 1
1:27:36 AM
Runtime 0.96ms
Connection mysql
select * from `collections` where `collections`.`id` = 57 limit 1
1:27:36 AM
Runtime 1.35ms
Connection mysql
select * from `menu` where `parent` = 160 and `lang` = 3 and `active` = 1 order by `order` asc
1:27:36 AM
Runtime 0.82ms
Connection mysql
select * from `pages` where `pages`.`id` = 468 limit 1
1:27:36 AM
Runtime 1.1ms
Connection mysql
select * from `seo` where `item` = 468 and `source` = pages limit 1
1:27:36 AM
Runtime 0.91ms
Connection mysql
select * from `collections` where `collections`.`id` = 406 limit 1
1:27:36 AM
Runtime 1.45ms
Connection mysql
select * from `menu` where `parent` = 161 and `lang` = 3 and `active` = 1 order by `order` asc
1:27:36 AM
Runtime 0.77ms
Connection mysql
select * from `pages` where `pages`.`id` = 161 limit 1
1:27:36 AM
Runtime 3.39ms
Connection mysql
select * from `seo` where `item` = 161 and `source` = pages limit 1
1:27:36 AM
Runtime 1.08ms
Connection mysql
select * from `collections` where `collections`.`id` = 55 limit 1
1:27:36 AM
Runtime 1.36ms
Connection mysql
select * from `menu` where `parent` = 162 and `lang` = 3 and `active` = 1 order by `order` asc
1:27:36 AM
Runtime 0.81ms
Connection mysql
select * from `pages` where `pages`.`id` = 429 limit 1
1:27:36 AM
Runtime 1.19ms
Connection mysql
select * from `seo` where `item` = 429 and `source` = pages limit 1
1:27:36 AM
Runtime 1.34ms
Connection mysql
select * from `collections` where `collections`.`id` = 387 limit 1
1:27:36 AM
Runtime 1.34ms
Connection mysql
select * from `menu` where `parent` = 163 and `lang` = 3 and `active` = 1 order by `order` asc
1:27:36 AM
Runtime 0.88ms
Connection mysql
select * from `pages` where `pages`.`id` = 383 limit 1
1:27:36 AM
Runtime 1.3ms
Connection mysql
select * from `seo` where `item` = 383 and `source` = pages limit 1
1:27:36 AM
Runtime 0.94ms
Connection mysql
select * from `collections` where `collections`.`id` = 113 limit 1
1:27:36 AM
Runtime 1.28ms
Connection mysql
select * from `menu` where `parent` = 164 and `lang` = 3 and `active` = 1 order by `order` asc
1:27:36 AM
Runtime 1.35ms
Connection mysql
select * from `pages` where `pages`.`id` = 434 limit 1
1:27:36 AM
Runtime 1.3ms
Connection mysql
select * from `seo` where `item` = 434 and `source` = pages limit 1
1:27:36 AM
Runtime 0.91ms
Connection mysql
select * from `collections` where `collections`.`id` = 388 limit 1
1:27:36 AM
Runtime 1.47ms
Connection mysql
select * from `menu` where `parent` = 165 and `lang` = 3 and `active` = 1 order by `order` asc
1:27:36 AM
Runtime 0.87ms
Connection mysql
select * from `pages` where `pages`.`id` = 475 limit 1
1:27:36 AM
Runtime 1.17ms
Connection mysql
select * from `seo` where `item` = 475 and `source` = pages limit 1
1:27:36 AM
Runtime 1.05ms
Connection mysql
select * from `collections` where `collections`.`id` = 417 limit 1
1:27:36 AM
Runtime 1.23ms
Connection mysql
select * from `menu` where `parent` = 166 and `lang` = 3 and `active` = 1 order by `order` asc
1:27:36 AM
Runtime 0.78ms
Connection mysql
select * from `pages` where `pages`.`id` = 481 limit 1
1:27:36 AM
Runtime 1.57ms
Connection mysql
select * from `seo` where `item` = 481 and `source` = pages limit 1
1:27:36 AM
Runtime 1.28ms
Connection mysql
select * from `collections` where `collections`.`id` = 423 limit 1
1:27:36 AM
Runtime 1.56ms
Connection mysql
select * from `menu` where `parent` = 167 and `lang` = 3 and `active` = 1 order by `order` asc
1:27:36 AM
Runtime 1.26ms
Connection mysql
select * from `menu` where `parent` = 168 and `lang` = 3 and `active` = 1 order by `order` asc
1:27:36 AM
Runtime 0.98ms
Connection mysql
select * from `pages` where `pages`.`id` = 190 limit 1
1:27:36 AM
Runtime 0.94ms
Connection mysql
select * from `seo` where `item` = 190 and `source` = pages limit 1
1:27:36 AM
Runtime 0.94ms
Connection mysql
select * from `collections` where `collections`.`id` = 31 limit 1
1:27:36 AM
Runtime 1.32ms
Connection mysql
select * from `menu` where `parent` = 169 and `lang` = 3 and `active` = 1 order by `order` asc
1:27:36 AM
Runtime 0.79ms
Connection mysql
select * from `pages` where `pages`.`id` = 195 limit 1
1:27:36 AM
Runtime 1.12ms
Connection mysql
select * from `seo` where `item` = 195 and `source` = pages limit 1
1:27:36 AM
Runtime 0.99ms
Connection mysql
select * from `collections` where `collections`.`id` = 32 limit 1
1:27:36 AM
Runtime 1.18ms
Connection mysql
select * from `menu` where `parent` = 170 and `lang` = 3 and `active` = 1 order by `order` asc
1:27:36 AM
Runtime 0.91ms
Connection mysql
select * from `pages` where `pages`.`id` = 200 limit 1
1:27:36 AM
Runtime 0.95ms
Connection mysql
select * from `seo` where `item` = 200 and `source` = pages limit 1
1:27:36 AM
Runtime 0.89ms
Connection mysql
select * from `collections` where `collections`.`id` = 33 limit 1
1:27:36 AM
Runtime 1.33ms
Connection mysql
select * from `menu` where `parent` = 171 and `lang` = 3 and `active` = 1 order by `order` asc
1:27:36 AM
Runtime 0.75ms
Connection mysql
select * from `pages` where `pages`.`id` = 205 limit 1
1:27:36 AM
Runtime 0.88ms
Connection mysql
select * from `seo` where `item` = 205 and `source` = pages limit 1
1:27:36 AM
Runtime 0.88ms
Connection mysql
select * from `collections` where `collections`.`id` = 34 limit 1
1:27:36 AM
Runtime 1.48ms
Connection mysql
select * from `menu` where `parent` = 172 and `lang` = 3 and `active` = 1 order by `order` asc
1:27:36 AM
Runtime 1.33ms
Connection mysql
select * from `menu` where `parent` = 173 and `lang` = 3 and `active` = 1 order by `order` asc
1:27:36 AM
Runtime 0.86ms
Connection mysql
select * from `pages` where `pages`.`id` = 57 limit 1
1:27:36 AM
Runtime 1.06ms
Connection mysql
select * from `seo` where `item` = 57 and `source` = pages limit 1
1:27:36 AM
Runtime 1.25ms
Connection mysql
select * from `menu` where `parent` = 174 and `lang` = 3 and `active` = 1 order by `order` asc
1:27:36 AM
Runtime 1.57ms
Connection mysql
select * from `menu` where `parent` = 175 and `lang` = 3 and `active` = 1 order by `order` asc
1:27:36 AM
Runtime 0.95ms
Connection mysql
select * from `pages` where `pages`.`id` = 80 limit 1
1:27:36 AM
Runtime 0.83ms
Connection mysql
select * from `seo` where `item` = 80 and `source` = pages limit 1
1:27:36 AM
Runtime 0.87ms
Connection mysql
select * from `collections` where `collections`.`id` = 15 limit 1
1:27:36 AM
Runtime 1.59ms
Connection mysql
select * from `menu` where `parent` = 176 and `lang` = 3 and `active` = 1 order by `order` asc
1:27:36 AM
Runtime 0.85ms
Connection mysql
select * from `pages` where `pages`.`id` = 86 limit 1
1:27:36 AM
Runtime 0.79ms
Connection mysql
select * from `seo` where `item` = 86 and `source` = pages limit 1
1:27:36 AM
Runtime 0.83ms
Connection mysql
select * from `collections` where `collections`.`id` = 17 limit 1
1:27:36 AM
Runtime 1.19ms
Connection mysql
select * from `menu` where `parent` = 177 and `lang` = 3 and `active` = 1 order by `order` asc
1:27:36 AM
Runtime 1.04ms
Connection mysql
select * from `pages` where `pages`.`id` = 110 limit 1
1:27:36 AM
Runtime 0.84ms
Connection mysql
select * from `seo` where `item` = 110 and `source` = pages limit 1
1:27:36 AM
Runtime 0.94ms
Connection mysql
select * from `collections` where `collections`.`id` = 13 limit 1
1:27:36 AM
Runtime 1.2ms
Connection mysql
select * from `menu` where `parent` = 178 and `lang` = 3 and `active` = 1 order by `order` asc
1:27:36 AM
Runtime 1.27ms
Connection mysql
select * from `menu` where `parent` = 179 and `lang` = 3 and `active` = 1 order by `order` asc
1:27:36 AM
Runtime 0.81ms
Connection mysql
select * from `pages` where `pages`.`id` = 244 limit 1
1:27:36 AM
Runtime 0.99ms
Connection mysql
select * from `seo` where `item` = 244 and `source` = pages limit 1
1:27:36 AM
Runtime 1.04ms
Connection mysql
select * from `collections` where `collections`.`id` = 62 limit 1
1:27:36 AM
Runtime 1.28ms
Connection mysql
select * from `menu` where `parent` = 180 and `lang` = 3 and `active` = 1 order by `order` asc
1:27:36 AM
Runtime 0.79ms
Connection mysql
select * from `pages` where `pages`.`id` = 249 limit 1
1:27:36 AM
Runtime 0.88ms
Connection mysql
select * from `seo` where `item` = 249 and `source` = pages limit 1
1:27:36 AM
Runtime 1.03ms
Connection mysql
select * from `collections` where `collections`.`id` = 63 limit 1
1:27:36 AM
Runtime 1.13ms
Connection mysql
select * from `menu` where `parent` = 181 and `lang` = 3 and `active` = 1 order by `order` asc
1:27:36 AM
Runtime 0.86ms
Connection mysql
select * from `pages` where `pages`.`id` = 254 limit 1
1:27:36 AM
Runtime 0.99ms
Connection mysql
select * from `seo` where `item` = 254 and `source` = pages limit 1
1:27:36 AM
Runtime 1.26ms
Connection mysql
select * from `collections` where `collections`.`id` = 64 limit 1
1:27:36 AM
Runtime 1.15ms
Connection mysql
select * from `menu` where `parent` = 182 and `lang` = 3 and `active` = 1 order by `order` asc
1:27:36 AM
Runtime 1.44ms
Connection mysql
select * from `menu` where `parent` = 183 and `lang` = 3 and `active` = 1 order by `order` asc
1:27:36 AM
Runtime 0.74ms
Connection mysql
select * from `pages` where `pages`.`id` = 76 limit 1
1:27:36 AM
Runtime 0.86ms
Connection mysql
select * from `seo` where `item` = 76 and `source` = pages limit 1
1:27:36 AM
Runtime 0.82ms
Connection mysql
select * from `collections` where `collections`.`id` = 130 limit 1
1:27:36 AM
Runtime 1.12ms
Connection mysql
select * from `menu` where `parent` = 184 and `lang` = 3 and `active` = 1 order by `order` asc
1:27:36 AM
Runtime 0.83ms
Connection mysql
select * from `pages` where `pages`.`id` = 270 limit 1
1:27:36 AM
Runtime 0.91ms
Connection mysql
select * from `seo` where `item` = 270 and `source` = pages limit 1
1:27:36 AM
Runtime 0.84ms
Connection mysql
select * from `collections` where `collections`.`id` = 131 limit 1
1:27:36 AM
Runtime 1.17ms
Connection mysql
select * from `menu` where `parent` = 185 and `lang` = 3 and `active` = 1 order by `order` asc
1:27:36 AM
Runtime 1.39ms
Connection mysql
select * from `pages` where `pages`.`id` = 275 limit 1
1:27:36 AM
Runtime 0.92ms
Connection mysql
select * from `seo` where `item` = 275 and `source` = pages limit 1
1:27:36 AM
Runtime 1.27ms
Connection mysql
select * from `collections` where `collections`.`id` = 132 limit 1
1:27:36 AM
Runtime 1.38ms
Connection mysql
select * from `menu` where `parent` = 186 and `lang` = 3 and `active` = 1 order by `order` asc
1:27:36 AM
Runtime 0.9ms
Connection mysql
select * from `pages` where `pages`.`id` = 280 limit 1
1:27:36 AM
Runtime 1.03ms
Connection mysql
select * from `seo` where `item` = 280 and `source` = pages limit 1
1:27:36 AM
Runtime 0.97ms
Connection mysql
select * from `collections` where `collections`.`id` = 133 limit 1
1:27:36 AM
Runtime 1.16ms
Connection mysql
select * from `menu` where `parent` = 187 and `lang` = 3 and `active` = 1 order by `order` asc
1:27:36 AM
Runtime 0.96ms
Connection mysql
select * from `pages` where `pages`.`id` = 490 limit 1
1:27:36 AM
Runtime 1.37ms
Connection mysql
select * from `seo` where `item` = 490 and `source` = pages limit 1
1:27:36 AM
Runtime 0.85ms
Connection mysql
select * from `collections` where `collections`.`id` = 429 limit 1
1:27:36 AM
Runtime 1.2ms
Connection mysql
select * from `menu` where `parent` = 188 and `lang` = 3 and `active` = 1 order by `order` asc
1:27:36 AM
Runtime 1.43ms
Connection mysql
select * from `menu` where `parent` = 189 and `lang` = 3 and `active` = 1 order by `order` asc
1:27:36 AM
Runtime 0.73ms
Connection mysql
select * from `pages` where `pages`.`id` = 290 limit 1
1:27:36 AM
Runtime 0.92ms
Connection mysql
select * from `seo` where `item` = 290 and `source` = pages limit 1
1:27:36 AM
Runtime 0.95ms
Connection mysql
select * from `collections` where `collections`.`id` = 35 limit 1
1:27:36 AM
Runtime 1.24ms
Connection mysql
select * from `menu` where `parent` = 190 and `lang` = 3 and `active` = 1 order by `order` asc
1:27:36 AM
Runtime 0.78ms
Connection mysql
select * from `pages` where `pages`.`id` = 295 limit 1
1:27:36 AM
Runtime 0.89ms
Connection mysql
select * from `seo` where `item` = 295 and `source` = pages limit 1
1:27:36 AM
Runtime 0.98ms
Connection mysql
select * from `collections` where `collections`.`id` = 36 limit 1
1:27:36 AM
Runtime 1.12ms
Connection mysql
select * from `menu` where `parent` = 191 and `lang` = 3 and `active` = 1 order by `order` asc
1:27:36 AM
Runtime 0.68ms
Connection mysql
select * from `pages` where `pages`.`id` = 300 limit 1
1:27:36 AM
Runtime 1.09ms
Connection mysql
select * from `seo` where `item` = 300 and `source` = pages limit 1
1:27:36 AM
Runtime 0.83ms
Connection mysql
select * from `collections` where `collections`.`id` = 37 limit 1
1:27:36 AM
Runtime 1.12ms
Connection mysql
select * from `menu` where `parent` = 192 and `lang` = 3 and `active` = 1 order by `order` asc
1:27:36 AM
Runtime 1.4ms
Connection mysql
select * from `menu` where `parent` = 193 and `lang` = 3 and `active` = 1 order by `order` asc
1:27:36 AM
Runtime 0.88ms
Connection mysql
select * from `pages` where `pages`.`id` = 59 limit 1
1:27:36 AM
Runtime 0.82ms
Connection mysql
select * from `seo` where `item` = 59 and `source` = pages limit 1
1:27:36 AM
Runtime 1.23ms
Connection mysql
select * from `menu` where `parent` = 194 and `lang` = 3 and `active` = 1 order by `order` asc
1:27:36 AM
Runtime 1.42ms
Connection mysql
select * from `menu` where `parent` = 195 and `lang` = 3 and `active` = 1 order by `order` asc
1:27:36 AM
Runtime 0.83ms
Connection mysql
select * from `pages` where `pages`.`id` = 58 limit 1
1:27:36 AM
Runtime 0.84ms
Connection mysql
select * from `seo` where `item` = 58 and `source` = pages limit 1
1:27:36 AM
Runtime 0.93ms
Connection mysql
select * from `collections` where `collections`.`id` = 9 limit 1
1:27:36 AM
Runtime 1.21ms
Connection mysql
select * from `menu` where `parent` = 196 and `lang` = 3 and `active` = 1 order by `order` asc
1:27:36 AM
Runtime 1.27ms
Connection mysql
select * from `menu` where `lang` = 3 and `menu_type` = section and `parent` = 0
1:27:36 AM
Runtime 0.92ms
Connection mysql
select * from `pages` where `pages`.`id` = 516 limit 1
1:27:36 AM
Runtime 1.44ms
Connection mysql
select * from `seo` where `item` = 516 and `source` = pages limit 1
1:27:36 AM
Runtime 1.22ms
Connection mysql
select * from `menu` where `parent` = 197 and `lang` = 3 and `active` = 1 order by `order` asc
1:27:36 AM
Runtime 0.88ms
Connection mysql
select * from `pages` where `pages`.`id` = 518 limit 1
1:27:36 AM
Runtime 1.53ms
Connection mysql
select * from `seo` where `item` = 518 and `source` = pages limit 1
1:27:36 AM
Runtime 2.1ms
Connection mysql
select * from `menu` where `parent` = 198 and `lang` = 3 and `active` = 1 order by `order` asc
1:27:36 AM
Runtime 1.12ms
Connection mysql
select * from `pages` where `pages`.`id` = 407 limit 1
1:27:36 AM
Runtime 1.22ms
Connection mysql
select * from `seo` where `item` = 407 and `source` = pages limit 1
1:27:36 AM
Runtime 1.32ms
Connection mysql
select * from `menu` where `parent` = 199 and `lang` = 3 and `active` = 1 order by `order` asc