top-menu-mark

372.92msRequest Duration16MBMemory UsageGET product-list/{id}/{type?}RouteAuth status
    • Booting (159.34ms)
    • Application (250.55ms)
      7 templates were rendered
      • site.product.list (resources/views/site/product/list.blade.php)4blade
        Params
        0
        products
        1
        currency
        2
        category
        3
        category_list
      • layouts.site.master (resources/views/layouts/site/master.blade.php)17blade
        Params
        0
        obLevel
        1
        __env
        2
        app
        3
        setting
        4
        errors
        5
        products
        6
        currency
        7
        category
        8
        category_list
        9
        __currentLoopData
        10
        row
        11
        i
        12
        loop
        13
        r
        14
        k
        15
        d
        16
        data
      • layouts.site.blocks.head (resources/views/layouts/site/blocks/head.blade.php)17blade
        Params
        0
        obLevel
        1
        __env
        2
        app
        3
        setting
        4
        errors
        5
        products
        6
        currency
        7
        category
        8
        category_list
        9
        __currentLoopData
        10
        row
        11
        i
        12
        loop
        13
        r
        14
        k
        15
        d
        16
        data
      • layouts.site.blocks.header (resources/views/layouts/site/blocks/header.blade.php)25blade
        Params
        0
        obLevel
        1
        __env
        2
        app
        3
        setting
        4
        errors
        5
        products
        6
        currency
        7
        category
        8
        category_list
        9
        __currentLoopData
        10
        row
        11
        i
        12
        loop
        13
        r
        14
        k
        15
        d
        16
        data
        17
        download_category
        18
        product_category
        19
        page_category
        20
        page
        21
        product
        22
        services
        23
        article_category
        24
        project_category
      • layouts.site.blocks.footer (resources/views/layouts/site/blocks/footer.blade.php)19blade
        Params
        0
        obLevel
        1
        __env
        2
        app
        3
        setting
        4
        errors
        5
        products
        6
        currency
        7
        category
        8
        category_list
        9
        __currentLoopData
        10
        row
        11
        i
        12
        loop
        13
        r
        14
        k
        15
        d
        16
        data
        17
        social
        18
        customers
      • layouts.site.blocks.script (resources/views/layouts/site/blocks/script.blade.php)17blade
        Params
        0
        obLevel
        1
        __env
        2
        app
        3
        setting
        4
        errors
        5
        products
        6
        currency
        7
        category
        8
        category_list
        9
        __currentLoopData
        10
        row
        11
        i
        12
        loop
        13
        r
        14
        k
        15
        d
        16
        data
      • layouts.site.blocks.message (resources/views/layouts/site/blocks/message.blade.php)17blade
        Params
        0
        obLevel
        1
        __env
        2
        app
        3
        setting
        4
        errors
        5
        products
        6
        currency
        7
        category
        8
        category_list
        9
        __currentLoopData
        10
        row
        11
        i
        12
        loop
        13
        r
        14
        k
        15
        d
        16
        data
      uri
      GET product-list/{id}/{type?}
      middleware
      web
      controller
      App\Http\Controllers\Site\ProductController@getProductList
      namespace
      App\Http\Controllers
      prefix
      null
      where
      as
      site.product.list
      file
      app/Http/Controllers/Site/ProductController.php:16-37
      122 statements were executed, 34 of which were duplicated, 88 unique78.81ms
      • select * from `products_category` where `products_category`.`id` = '160' limit 1910μs/app/Http/Controllers/Site/ProductController.php:18tktronic_01web
        Metadata
        Bindings
        • 0. 160
        Hints
        • Use SELECT * only if you need all columns from table
        • LIMIT without ORDER BY causes non-deterministic results, depending on the query execution plan
        Backtrace
        • 16. /app/Http/Controllers/Site/ProductController.php:18
        • 52. /vendor/fideloper/proxy/src/TrustProxies.php:57
        • 70. /domains/tktronics.com/public_html/index.php:55
      • select * from `currency` where `status` = '1'740μs/app/Http/Controllers/Site/ProductController.php:20tktronic_01web
        Metadata
        Bindings
        • 0. 1
        Hints
        • Use SELECT * only if you need all columns from table
        Backtrace
        • 12. /app/Http/Controllers/Site/ProductController.php:20
        • 48. /vendor/fideloper/proxy/src/TrustProxies.php:57
        • 66. /domains/tktronics.com/public_html/index.php:55
      • select * from `products` where `category_id` = '160' and `status` = '1' and `products`.`deleted_at` is null order by `not_available` asc, `call_us` asc, `call_us` desc, `not_available` desc, `listorder` asc1.31ms/app/Http/Controllers/Site/ProductController.php:34tktronic_01web
        Metadata
        Bindings
        • 0. 160
        • 1. 1
        Hints
        • Use SELECT * only if you need all columns from table
        Backtrace
        • 12. /app/Http/Controllers/Site/ProductController.php:34
        • 48. /vendor/fideloper/proxy/src/TrustProxies.php:57
        • 66. /domains/tktronics.com/public_html/index.php:55
      • select * from `products_category` where `parent_id` is null and `status` = '1' order by `listorder` asc790μs/app/Http/Controllers/Site/ProductController.php:35tktronic_01web
        Metadata
        Bindings
        • 0. 1
        Hints
        • Use SELECT * only if you need all columns from table
        Backtrace
        • 12. /app/Http/Controllers/Site/ProductController.php:35
        • 48. /vendor/fideloper/proxy/src/TrustProxies.php:57
        • 66. /domains/tktronics.com/public_html/index.php:55
      • select * from `products_category_language` where `products_category_language`.`product_category_id` = '160' and `products_category_language`.`product_category_id` is not null limit 11.61msview::site.product.list:3tktronic_01web
        Metadata
        Bindings
        • 0. 160
        Hints
        • Use SELECT * only if you need all columns from table
        • LIMIT without ORDER BY causes non-deterministic results, depending on the query execution plan
        Backtrace
        • 18. view::site.product.list:3
        • 25. /vendor/symfony/http-foundation/Response.php:206
        • 58. /vendor/fideloper/proxy/src/TrustProxies.php:57
        • 76. /domains/tktronics.com/public_html/index.php:55
      • select * from `products_category` where `products_category`.`id` = '129' and `products_category`.`id` is not null limit 1620μsview::site.product.list:43tktronic_01web
        Metadata
        Bindings
        • 0. 129
        Hints
        • Use SELECT * only if you need all columns from table
        • LIMIT without ORDER BY causes non-deterministic results, depending on the query execution plan
        Backtrace
        • 18. view::site.product.list:43
        • 25. /vendor/symfony/http-foundation/Response.php:206
        • 58. /vendor/fideloper/proxy/src/TrustProxies.php:57
        • 76. /domains/tktronics.com/public_html/index.php:55
      • select * from `products_category` where `products_category`.`id` = '7' and `products_category`.`id` is not null limit 1580μsview::site.product.list:47tktronic_01web
        Metadata
        Bindings
        • 0. 7
        Hints
        • Use SELECT * only if you need all columns from table
        • LIMIT without ORDER BY causes non-deterministic results, depending on the query execution plan
        Backtrace
        • 18. view::site.product.list:47
        • 25. /vendor/symfony/http-foundation/Response.php:206
        • 58. /vendor/fideloper/proxy/src/TrustProxies.php:57
        • 76. /domains/tktronics.com/public_html/index.php:55
      • select * from `products_category` where `products_category`.`parent_id` = '7' and `products_category`.`parent_id` is not null and `status` = '1' order by `listorder` asc690μsview::site.product.list:47tktronic_01web
        Metadata
        Bindings
        • 0. 7
        • 1. 1
        Hints
        • Use SELECT * only if you need all columns from table
        Backtrace
        • 17. view::site.product.list:47
        • 24. /vendor/symfony/http-foundation/Response.php:206
        • 57. /vendor/fideloper/proxy/src/TrustProxies.php:57
        • 75. /domains/tktronics.com/public_html/index.php:55
      • select * from `products_category` where `products_category`.`parent_id` = '137' and `products_category`.`parent_id` is not null and `status` = '1' order by `listorder` asc630μsview::site.product.list:69tktronic_01web
        Metadata
        Bindings
        • 0. 137
        • 1. 1
        Hints
        • Use SELECT * only if you need all columns from table
        Backtrace
        • 17. view::site.product.list:69
        • 24. /vendor/symfony/http-foundation/Response.php:206
        • 57. /vendor/fideloper/proxy/src/TrustProxies.php:57
        • 75. /domains/tktronics.com/public_html/index.php:55
      • select * from `products_category` where `products_category`.`parent_id` = '152' and `products_category`.`parent_id` is not null and `status` = '1' order by `listorder` asc600μsview::site.product.list:91tktronic_01web
        Metadata
        Bindings
        • 0. 152
        • 1. 1
        Hints
        • Use SELECT * only if you need all columns from table
        Backtrace
        • 17. view::site.product.list:91
        • 24. /vendor/symfony/http-foundation/Response.php:206
        • 57. /vendor/fideloper/proxy/src/TrustProxies.php:57
        • 75. /domains/tktronics.com/public_html/index.php:55
      • select * from `products_category` where `products_category`.`parent_id` = '153' and `products_category`.`parent_id` is not null and `status` = '1' order by `listorder` asc1.58msview::site.product.list:91tktronic_01web
        Metadata
        Bindings
        • 0. 153
        • 1. 1
        Hints
        • Use SELECT * only if you need all columns from table
        Backtrace
        • 17. view::site.product.list:91
        • 24. /vendor/symfony/http-foundation/Response.php:206
        • 57. /vendor/fideloper/proxy/src/TrustProxies.php:57
        • 75. /domains/tktronics.com/public_html/index.php:55
      • select * from `products_category` where `products_category`.`parent_id` = '154' and `products_category`.`parent_id` is not null and `status` = '1' order by `listorder` asc830μsview::site.product.list:91tktronic_01web
        Metadata
        Bindings
        • 0. 154
        • 1. 1
        Hints
        • Use SELECT * only if you need all columns from table
        Backtrace
        • 17. view::site.product.list:91
        • 24. /vendor/symfony/http-foundation/Response.php:206
        • 57. /vendor/fideloper/proxy/src/TrustProxies.php:57
        • 75. /domains/tktronics.com/public_html/index.php:55
      • select * from `products_category` where `products_category`.`parent_id` = '123' and `products_category`.`parent_id` is not null and `status` = '1' order by `listorder` asc630μsview::site.product.list:69tktronic_01web
        Metadata
        Bindings
        • 0. 123
        • 1. 1
        Hints
        • Use SELECT * only if you need all columns from table
        Backtrace
        • 17. view::site.product.list:69
        • 24. /vendor/symfony/http-foundation/Response.php:206
        • 57. /vendor/fideloper/proxy/src/TrustProxies.php:57
        • 75. /domains/tktronics.com/public_html/index.php:55
      • select * from `products_category` where `products_category`.`parent_id` = '159' and `products_category`.`parent_id` is not null and `status` = '1' order by `listorder` asc610μsview::site.product.list:91tktronic_01web
        Metadata
        Bindings
        • 0. 159
        • 1. 1
        Hints
        • Use SELECT * only if you need all columns from table
        Backtrace
        • 17. view::site.product.list:91
        • 24. /vendor/symfony/http-foundation/Response.php:206
        • 57. /vendor/fideloper/proxy/src/TrustProxies.php:57
        • 75. /domains/tktronics.com/public_html/index.php:55
      • select * from `products_category` where `products_category`.`parent_id` = '156' and `products_category`.`parent_id` is not null and `status` = '1' order by `listorder` asc600μsview::site.product.list:91tktronic_01web
        Metadata
        Bindings
        • 0. 156
        • 1. 1
        Hints
        • Use SELECT * only if you need all columns from table
        Backtrace
        • 17. view::site.product.list:91
        • 24. /vendor/symfony/http-foundation/Response.php:206
        • 57. /vendor/fideloper/proxy/src/TrustProxies.php:57
        • 75. /domains/tktronics.com/public_html/index.php:55
      • select * from `products_category` where `products_category`.`parent_id` = '157' and `products_category`.`parent_id` is not null and `status` = '1' order by `listorder` asc600μsview::site.product.list:91tktronic_01web
        Metadata
        Bindings
        • 0. 157
        • 1. 1
        Hints
        • Use SELECT * only if you need all columns from table
        Backtrace
        • 17. view::site.product.list:91
        • 24. /vendor/symfony/http-foundation/Response.php:206
        • 57. /vendor/fideloper/proxy/src/TrustProxies.php:57
        • 75. /domains/tktronics.com/public_html/index.php:55
      • select * from `products_category` where `products_category`.`parent_id` = '158' and `products_category`.`parent_id` is not null and `status` = '1' order by `listorder` asc590μsview::site.product.list:91tktronic_01web
        Metadata
        Bindings
        • 0. 158
        • 1. 1
        Hints
        • Use SELECT * only if you need all columns from table
        Backtrace
        • 17. view::site.product.list:91
        • 24. /vendor/symfony/http-foundation/Response.php:206
        • 57. /vendor/fideloper/proxy/src/TrustProxies.php:57
        • 75. /domains/tktronics.com/public_html/index.php:55
      • select * from `products_category` where `products_category`.`parent_id` = '129' and `products_category`.`parent_id` is not null and `status` = '1' order by `listorder` asc670μsview::site.product.list:69tktronic_01web
        Metadata
        Bindings
        • 0. 129
        • 1. 1
        Hints
        • Use SELECT * only if you need all columns from table
        Backtrace
        • 17. view::site.product.list:69
        • 24. /vendor/symfony/http-foundation/Response.php:206
        • 57. /vendor/fideloper/proxy/src/TrustProxies.php:57
        • 75. /domains/tktronics.com/public_html/index.php:55
      • select * from `products_category` where `products_category`.`parent_id` = '146' and `products_category`.`parent_id` is not null and `status` = '1' order by `listorder` asc620μsview::site.product.list:91tktronic_01web
        Metadata
        Bindings
        • 0. 146
        • 1. 1
        Hints
        • Use SELECT * only if you need all columns from table
        Backtrace
        • 17. view::site.product.list:91
        • 24. /vendor/symfony/http-foundation/Response.php:206
        • 57. /vendor/fideloper/proxy/src/TrustProxies.php:57
        • 75. /domains/tktronics.com/public_html/index.php:55
      • select * from `products_category` where `products_category`.`parent_id` = '149' and `products_category`.`parent_id` is not null and `status` = '1' order by `listorder` asc550μsview::site.product.list:91tktronic_01web
        Metadata
        Bindings
        • 0. 149
        • 1. 1
        Hints
        • Use SELECT * only if you need all columns from table
        Backtrace
        • 17. view::site.product.list:91
        • 24. /vendor/symfony/http-foundation/Response.php:206
        • 57. /vendor/fideloper/proxy/src/TrustProxies.php:57
        • 75. /domains/tktronics.com/public_html/index.php:55
      • select * from `products_category` where `products_category`.`parent_id` = '160' and `products_category`.`parent_id` is not null and `status` = '1' order by `listorder` asc650μsview::site.product.list:91tktronic_01web
        Metadata
        Bindings
        • 0. 160
        • 1. 1
        Hints
        • Use SELECT * only if you need all columns from table
        Backtrace
        • 17. view::site.product.list:91
        • 24. /vendor/symfony/http-foundation/Response.php:206
        • 57. /vendor/fideloper/proxy/src/TrustProxies.php:57
        • 75. /domains/tktronics.com/public_html/index.php:55
      • select * from `products_category` where `products_category`.`parent_id` = '155' and `products_category`.`parent_id` is not null and `status` = '1' order by `listorder` asc610μsview::site.product.list:69tktronic_01web
        Metadata
        Bindings
        • 0. 155
        • 1. 1
        Hints
        • Use SELECT * only if you need all columns from table
        Backtrace
        • 17. view::site.product.list:69
        • 24. /vendor/symfony/http-foundation/Response.php:206
        • 57. /vendor/fideloper/proxy/src/TrustProxies.php:57
        • 75. /domains/tktronics.com/public_html/index.php:55
      • select * from `products_category` where `products_category`.`parent_id` = '151' and `products_category`.`parent_id` is not null and `status` = '1' order by `listorder` asc610μsview::site.product.list:69tktronic_01web
        Metadata
        Bindings
        • 0. 151
        • 1. 1
        Hints
        • Use SELECT * only if you need all columns from table
        Backtrace
        • 17. view::site.product.list:69
        • 24. /vendor/symfony/http-foundation/Response.php:206
        • 57. /vendor/fideloper/proxy/src/TrustProxies.php:57
        • 75. /domains/tktronics.com/public_html/index.php:55
      • select * from `products_category` where `products_category`.`parent_id` = '144' and `products_category`.`parent_id` is not null and `status` = '1' order by `listorder` asc580μsview::site.product.list:69tktronic_01web
        Metadata
        Bindings
        • 0. 144
        • 1. 1
        Hints
        • Use SELECT * only if you need all columns from table
        Backtrace
        • 17. view::site.product.list:69
        • 24. /vendor/symfony/http-foundation/Response.php:206
        • 57. /vendor/fideloper/proxy/src/TrustProxies.php:57
        • 75. /domains/tktronics.com/public_html/index.php:55
      • select * from `setting_language` where `setting_language`.`setting_id` = '1' and `setting_language`.`setting_id` is not null limit 1760μsview::layouts.site.blocks.head:5tktronic_01web
        Metadata
        Bindings
        • 0. 1
        Hints
        • Use SELECT * only if you need all columns from table
        • LIMIT without ORDER BY causes non-deterministic results, depending on the query execution plan
        Backtrace
        • 18. view::layouts.site.blocks.head:5
        • 24. view::layouts.site.master:3
        • 30. view::site.product.list:416
        • 37. /vendor/symfony/http-foundation/Response.php:206
        • 70. /vendor/fideloper/proxy/src/TrustProxies.php:57
        • 88. /domains/tktronics.com/public_html/index.php:55
      • select * from `contents` where `status` = '1' and `content_type_id` = '4' and `show_menu` = '1' order by `listorder` asc930μs/app/Library/composers.php:45tktronic_01web
        Metadata
        Bindings
        • 0. 1
        • 1. 4
        • 2. 1
        Hints
        • Use SELECT * only if you need all columns from table
        Backtrace
        • 12. /app/Library/composers.php:45
        • 18. view::layouts.site.master:11
        • 24. view::site.product.list:416
        • 31. /vendor/symfony/http-foundation/Response.php:206
        • 64. /vendor/fideloper/proxy/src/TrustProxies.php:57
        • 82. /domains/tktronics.com/public_html/index.php:55
      • select * from `contents_category` where `status` = '1' and `content_type_id` = '7' and `parent_id` is null and `show_menu` = '1' order by `listorder` asc790μs/app/Library/composers.php:50tktronic_01web
        Metadata
        Bindings
        • 0. 1
        • 1. 7
        • 2. 1
        Hints
        • Use SELECT * only if you need all columns from table
        Backtrace
        • 12. /app/Library/composers.php:50
        • 18. view::layouts.site.master:11
        • 24. view::site.product.list:416
        • 31. /vendor/symfony/http-foundation/Response.php:206
        • 64. /vendor/fideloper/proxy/src/TrustProxies.php:57
        • 82. /domains/tktronics.com/public_html/index.php:55
      • select * from `contents_category` where `status` = '1' and `content_type_id` = '5' and `parent_id` is null and `show_menu` = '1' order by `listorder` asc670μs/app/Library/composers.php:55tktronic_01web
        Metadata
        Bindings
        • 0. 1
        • 1. 5
        • 2. 1
        Hints
        • Use SELECT * only if you need all columns from table
        Backtrace
        • 12. /app/Library/composers.php:55
        • 18. view::layouts.site.master:11
        • 24. view::site.product.list:416
        • 31. /vendor/symfony/http-foundation/Response.php:206
        • 64. /vendor/fideloper/proxy/src/TrustProxies.php:57
        • 82. /domains/tktronics.com/public_html/index.php:55
      • select * from `page_categories` where `status` = '1' and `show_menu` = '1' and `parent_id` is null order by `created_at` desc560μs/app/Library/composers.php:63tktronic_01web
        Metadata
        Bindings
        • 0. 1
        • 1. 1
        Hints
        • Use SELECT * only if you need all columns from table
        Backtrace
        • 12. /app/Library/composers.php:63
        • 18. view::layouts.site.master:11
        • 24. view::site.product.list:416
        • 31. /vendor/symfony/http-foundation/Response.php:206
        • 64. /vendor/fideloper/proxy/src/TrustProxies.php:57
        • 82. /domains/tktronics.com/public_html/index.php:55
      • select * from `pages` where `status` = '1' and `show_menu` = '1' and `pages`.`category_id` in ('3') order by `created_at` desc840μs/app/Library/composers.php:63tktronic_01web
        Metadata
        Bindings
        • 0. 1
        • 1. 1
        • 2. 3
        Hints
        • Use SELECT * only if you need all columns from table
        Backtrace
        • 17. /app/Library/composers.php:63
        • 23. view::layouts.site.master:11
        • 29. view::site.product.list:416
        • 36. /vendor/symfony/http-foundation/Response.php:206
        • 69. /vendor/fideloper/proxy/src/TrustProxies.php:57
        • 87. /domains/tktronics.com/public_html/index.php:55
      • select * from `pages` where `status` = '1' and `show_menu` = '1' and `category_id` is null order by `listorder` asc630μs/app/Library/composers.php:68tktronic_01web
        Metadata
        Bindings
        • 0. 1
        • 1. 1
        Hints
        • Use SELECT * only if you need all columns from table
        Backtrace
        • 12. /app/Library/composers.php:68
        • 18. view::layouts.site.master:11
        • 24. view::site.product.list:416
        • 31. /vendor/symfony/http-foundation/Response.php:206
        • 64. /vendor/fideloper/proxy/src/TrustProxies.php:57
        • 82. /domains/tktronics.com/public_html/index.php:55
      • select * from `products_category` where `status` = '1' and `show_menu` = '1' and `parent_id` is null order by `listorder` asc680μs/app/Library/composers.php:74tktronic_01web
        Metadata
        Bindings
        • 0. 1
        • 1. 1
        Hints
        • Use SELECT * only if you need all columns from table
        Backtrace
        • 12. /app/Library/composers.php:74
        • 18. view::layouts.site.master:11
        • 24. view::site.product.list:416
        • 31. /vendor/symfony/http-foundation/Response.php:206
        • 64. /vendor/fideloper/proxy/src/TrustProxies.php:57
        • 82. /domains/tktronics.com/public_html/index.php:55
      • select * from `products_category` where `products_category`.`parent_id` in ('2', '6', '7', '138', '162')610μs/app/Library/composers.php:74tktronic_01web
        Metadata
        Bindings
        • 0. 2
        • 1. 6
        • 2. 7
        • 3. 138
        • 4. 162
        Hints
        • Use SELECT * only if you need all columns from table
        Backtrace
        • 17. /app/Library/composers.php:74
        • 23. view::layouts.site.master:11
        • 29. view::site.product.list:416
        • 36. /vendor/symfony/http-foundation/Response.php:206
        • 69. /vendor/fideloper/proxy/src/TrustProxies.php:57
        • 87. /domains/tktronics.com/public_html/index.php:55
      • select * from `products_category` where `status` = '1' and `show_menu` = '2' and `parent_id` is null order by `listorder` asc540μs/app/Library/composers.php:81tktronic_01web
        Metadata
        Bindings
        • 0. 1
        • 1. 2
        Hints
        • Use SELECT * only if you need all columns from table
        Backtrace
        • 12. /app/Library/composers.php:81
        • 18. view::layouts.site.master:11
        • 24. view::site.product.list:416
        • 31. /vendor/symfony/http-foundation/Response.php:206
        • 64. /vendor/fideloper/proxy/src/TrustProxies.php:57
        • 82. /domains/tktronics.com/public_html/index.php:55
      • select * from `products_category` where `products_category`.`parent_id` in ('134', '135')480μs/app/Library/composers.php:81tktronic_01web
        Metadata
        Bindings
        • 0. 134
        • 1. 135
        Hints
        • Use SELECT * only if you need all columns from table
        Backtrace
        • 17. /app/Library/composers.php:81
        • 23. view::layouts.site.master:11
        • 29. view::site.product.list:416
        • 36. /vendor/symfony/http-foundation/Response.php:206
        • 69. /vendor/fideloper/proxy/src/TrustProxies.php:57
        • 87. /domains/tktronics.com/public_html/index.php:55
      • select * from `products` where `status` = '1' and `show_menu` = '1' and `products`.`deleted_at` is null order by `listorder` asc720μs/app/Library/composers.php:85tktronic_01web
        Metadata
        Bindings
        • 0. 1
        • 1. 1
        Hints
        • Use SELECT * only if you need all columns from table
        Backtrace
        • 12. /app/Library/composers.php:85
        • 18. view::layouts.site.master:11
        • 24. view::site.product.list:416
        • 31. /vendor/symfony/http-foundation/Response.php:206
        • 64. /vendor/fideloper/proxy/src/TrustProxies.php:57
        • 82. /domains/tktronics.com/public_html/index.php:55
      • select * from `product_download_category` where `status` = '1' and `parent_id` is null order by `listorder` asc630μs/app/Library/composers.php:89tktronic_01web
        Metadata
        Bindings
        • 0. 1
        Hints
        • Use SELECT * only if you need all columns from table
        Backtrace
        • 12. /app/Library/composers.php:89
        • 18. view::layouts.site.master:11
        • 24. view::site.product.list:416
        • 31. /vendor/symfony/http-foundation/Response.php:206
        • 64. /vendor/fideloper/proxy/src/TrustProxies.php:57
        • 82. /domains/tktronics.com/public_html/index.php:55
      • select * from `products_category` where `products_category`.`parent_id` = '162' and `products_category`.`parent_id` is not null and `status` = '1' order by `listorder` asc550μsview::layouts.site.blocks.header:59tktronic_01web
        Metadata
        Bindings
        • 0. 162
        • 1. 1
        Hints
        • Use SELECT * only if you need all columns from table
        Backtrace
        • 17. view::layouts.site.blocks.header:59
        • 23. view::layouts.site.master:11
        • 29. view::site.product.list:416
        • 36. /vendor/symfony/http-foundation/Response.php:206
        • 69. /vendor/fideloper/proxy/src/TrustProxies.php:57
        • 87. /domains/tktronics.com/public_html/index.php:55
      • select * from `products_category` where `products_category`.`parent_id` = '2' and `products_category`.`parent_id` is not null and `status` = '1' order by `listorder` asc530μsview::layouts.site.blocks.header:59tktronic_01web
        Metadata
        Bindings
        • 0. 2
        • 1. 1
        Hints
        • Use SELECT * only if you need all columns from table
        Backtrace
        • 17. view::layouts.site.blocks.header:59
        • 23. view::layouts.site.master:11
        • 29. view::site.product.list:416
        • 36. /vendor/symfony/http-foundation/Response.php:206
        • 69. /vendor/fideloper/proxy/src/TrustProxies.php:57
        • 87. /domains/tktronics.com/public_html/index.php:55
      • select * from `products_category` where `products_category`.`parent_id` = '24' and `products_category`.`parent_id` is not null and `status` = '1' order by `listorder` asc450μsview::layouts.site.blocks.header:68tktronic_01web
        Metadata
        Bindings
        • 0. 24
        • 1. 1
        Hints
        • Use SELECT * only if you need all columns from table
        Backtrace
        • 17. view::layouts.site.blocks.header:68
        • 23. view::layouts.site.master:11
        • 29. view::site.product.list:416
        • 36. /vendor/symfony/http-foundation/Response.php:206
        • 69. /vendor/fideloper/proxy/src/TrustProxies.php:57
        • 87. /domains/tktronics.com/public_html/index.php:55
      • select * from `products` where `products`.`category_id` = '24' and `products`.`category_id` is not null and `status` = '1' and `products`.`deleted_at` is null order by `listorder` asc810μsview::layouts.site.blocks.header:68tktronic_01web
        Metadata
        Bindings
        • 0. 24
        • 1. 1
        Hints
        • Use SELECT * only if you need all columns from table
        Backtrace
        • 17. view::layouts.site.blocks.header:68
        • 23. view::layouts.site.master:11
        • 29. view::site.product.list:416
        • 36. /vendor/symfony/http-foundation/Response.php:206
        • 69. /vendor/fideloper/proxy/src/TrustProxies.php:57
        • 87. /domains/tktronics.com/public_html/index.php:55
      • select * from `products_category` where `products_category`.`parent_id` = '25' and `products_category`.`parent_id` is not null and `status` = '1' order by `listorder` asc550μsview::layouts.site.blocks.header:68tktronic_01web
        Metadata
        Bindings
        • 0. 25
        • 1. 1
        Hints
        • Use SELECT * only if you need all columns from table
        Backtrace
        • 17. view::layouts.site.blocks.header:68
        • 23. view::layouts.site.master:11
        • 29. view::site.product.list:416
        • 36. /vendor/symfony/http-foundation/Response.php:206
        • 69. /vendor/fideloper/proxy/src/TrustProxies.php:57
        • 87. /domains/tktronics.com/public_html/index.php:55
      • select * from `products` where `products`.`category_id` = '25' and `products`.`category_id` is not null and `status` = '1' and `products`.`deleted_at` is null order by `listorder` asc770μsview::layouts.site.blocks.header:68tktronic_01web
        Metadata
        Bindings
        • 0. 25
        • 1. 1
        Hints
        • Use SELECT * only if you need all columns from table
        Backtrace
        • 17. view::layouts.site.blocks.header:68
        • 23. view::layouts.site.master:11
        • 29. view::site.product.list:416
        • 36. /vendor/symfony/http-foundation/Response.php:206
        • 69. /vendor/fideloper/proxy/src/TrustProxies.php:57
        • 87. /domains/tktronics.com/public_html/index.php:55
      • select * from `products_category` where `products_category`.`parent_id` = '26' and `products_category`.`parent_id` is not null and `status` = '1' order by `listorder` asc560μsview::layouts.site.blocks.header:68tktronic_01web
        Metadata
        Bindings
        • 0. 26
        • 1. 1
        Hints
        • Use SELECT * only if you need all columns from table
        Backtrace
        • 17. view::layouts.site.blocks.header:68
        • 23. view::layouts.site.master:11
        • 29. view::site.product.list:416
        • 36. /vendor/symfony/http-foundation/Response.php:206
        • 69. /vendor/fideloper/proxy/src/TrustProxies.php:57
        • 87. /domains/tktronics.com/public_html/index.php:55
      • select * from `products` where `products`.`category_id` = '26' and `products`.`category_id` is not null and `status` = '1' and `products`.`deleted_at` is null order by `listorder` asc730μsview::layouts.site.blocks.header:68tktronic_01web
        Metadata
        Bindings
        • 0. 26
        • 1. 1
        Hints
        • Use SELECT * only if you need all columns from table
        Backtrace
        • 17. view::layouts.site.blocks.header:68
        • 23. view::layouts.site.master:11
        • 29. view::site.product.list:416
        • 36. /vendor/symfony/http-foundation/Response.php:206
        • 69. /vendor/fideloper/proxy/src/TrustProxies.php:57
        • 87. /domains/tktronics.com/public_html/index.php:55
      • select * from `products_category` where `products_category`.`parent_id` = '28' and `products_category`.`parent_id` is not null and `status` = '1' order by `listorder` asc520μsview::layouts.site.blocks.header:68tktronic_01web
        Metadata
        Bindings
        • 0. 28
        • 1. 1
        Hints
        • Use SELECT * only if you need all columns from table
        Backtrace
        • 17. view::layouts.site.blocks.header:68
        • 23. view::layouts.site.master:11
        • 29. view::site.product.list:416
        • 36. /vendor/symfony/http-foundation/Response.php:206
        • 69. /vendor/fideloper/proxy/src/TrustProxies.php:57
        • 87. /domains/tktronics.com/public_html/index.php:55
      • select * from `products` where `products`.`category_id` = '28' and `products`.`category_id` is not null and `status` = '1' and `products`.`deleted_at` is null order by `listorder` asc760μsview::layouts.site.blocks.header:68tktronic_01web
        Metadata
        Bindings
        • 0. 28
        • 1. 1
        Hints
        • Use SELECT * only if you need all columns from table
        Backtrace
        • 17. view::layouts.site.blocks.header:68
        • 23. view::layouts.site.master:11
        • 29. view::site.product.list:416
        • 36. /vendor/symfony/http-foundation/Response.php:206
        • 69. /vendor/fideloper/proxy/src/TrustProxies.php:57
        • 87. /domains/tktronics.com/public_html/index.php:55
      • select * from `products_category` where `products_category`.`parent_id` = '27' and `products_category`.`parent_id` is not null and `status` = '1' order by `listorder` asc480μsview::layouts.site.blocks.header:68tktronic_01web
        Metadata
        Bindings
        • 0. 27
        • 1. 1
        Hints
        • Use SELECT * only if you need all columns from table
        Backtrace
        • 17. view::layouts.site.blocks.header:68
        • 23. view::layouts.site.master:11
        • 29. view::site.product.list:416
        • 36. /vendor/symfony/http-foundation/Response.php:206
        • 69. /vendor/fideloper/proxy/src/TrustProxies.php:57
        • 87. /domains/tktronics.com/public_html/index.php:55
      • select * from `products` where `products`.`category_id` = '27' and `products`.`category_id` is not null and `status` = '1' and `products`.`deleted_at` is null order by `listorder` asc1.04msview::layouts.site.blocks.header:68tktronic_01web
        Metadata
        Bindings
        • 0. 27
        • 1. 1
        Hints
        • Use SELECT * only if you need all columns from table
        Backtrace
        • 17. view::layouts.site.blocks.header:68
        • 23. view::layouts.site.master:11
        • 29. view::site.product.list:416
        • 36. /vendor/symfony/http-foundation/Response.php:206
        • 69. /vendor/fideloper/proxy/src/TrustProxies.php:57
        • 87. /domains/tktronics.com/public_html/index.php:55
      • select * from `products_category` where `products_category`.`parent_id` = '29' and `products_category`.`parent_id` is not null and `status` = '1' order by `listorder` asc560μsview::layouts.site.blocks.header:68tktronic_01web
        Metadata
        Bindings
        • 0. 29
        • 1. 1
        Hints
        • Use SELECT * only if you need all columns from table
        Backtrace
        • 17. view::layouts.site.blocks.header:68
        • 23. view::layouts.site.master:11
        • 29. view::site.product.list:416
        • 36. /vendor/symfony/http-foundation/Response.php:206
        • 69. /vendor/fideloper/proxy/src/TrustProxies.php:57
        • 87. /domains/tktronics.com/public_html/index.php:55
      • select * from `products` where `products`.`category_id` = '29' and `products`.`category_id` is not null and `status` = '1' and `products`.`deleted_at` is null order by `listorder` asc820μsview::layouts.site.blocks.header:68tktronic_01web
        Metadata
        Bindings
        • 0. 29
        • 1. 1
        Hints
        • Use SELECT * only if you need all columns from table
        Backtrace
        • 17. view::layouts.site.blocks.header:68
        • 23. view::layouts.site.master:11
        • 29. view::site.product.list:416
        • 36. /vendor/symfony/http-foundation/Response.php:206
        • 69. /vendor/fideloper/proxy/src/TrustProxies.php:57
        • 87. /domains/tktronics.com/public_html/index.php:55
      • select * from `products_category` where `products_category`.`parent_id` = '6' and `products_category`.`parent_id` is not null and `status` = '1' order by `listorder` asc580μsview::layouts.site.blocks.header:59tktronic_01web
        Metadata
        Bindings
        • 0. 6
        • 1. 1
        Hints
        • Use SELECT * only if you need all columns from table
        Backtrace
        • 17. view::layouts.site.blocks.header:59
        • 23. view::layouts.site.master:11
        • 29. view::site.product.list:416
        • 36. /vendor/symfony/http-foundation/Response.php:206
        • 69. /vendor/fideloper/proxy/src/TrustProxies.php:57
        • 87. /domains/tktronics.com/public_html/index.php:55
      • select * from `products_category` where `products_category`.`parent_id` = '91' and `products_category`.`parent_id` is not null and `status` = '1' order by `listorder` asc1.23msview::layouts.site.blocks.header:68tktronic_01web
        Metadata
        Bindings
        • 0. 91
        • 1. 1
        Hints
        • Use SELECT * only if you need all columns from table
        Backtrace
        • 17. view::layouts.site.blocks.header:68
        • 23. view::layouts.site.master:11
        • 29. view::site.product.list:416
        • 36. /vendor/symfony/http-foundation/Response.php:206
        • 69. /vendor/fideloper/proxy/src/TrustProxies.php:57
        • 87. /domains/tktronics.com/public_html/index.php:55
      • select * from `products` where `products`.`category_id` = '91' and `products`.`category_id` is not null and `status` = '1' and `products`.`deleted_at` is null order by `listorder` asc680μsview::layouts.site.blocks.header:68tktronic_01web
        Metadata
        Bindings
        • 0. 91
        • 1. 1
        Hints
        • Use SELECT * only if you need all columns from table
        Backtrace
        • 17. view::layouts.site.blocks.header:68
        • 23. view::layouts.site.master:11
        • 29. view::site.product.list:416
        • 36. /vendor/symfony/http-foundation/Response.php:206
        • 69. /vendor/fideloper/proxy/src/TrustProxies.php:57
        • 87. /domains/tktronics.com/public_html/index.php:55
      • select * from `products_category` where `products_category`.`parent_id` = '92' and `products_category`.`parent_id` is not null and `status` = '1' order by `listorder` asc500μsview::layouts.site.blocks.header:68tktronic_01web
        Metadata
        Bindings
        • 0. 92
        • 1. 1
        Hints
        • Use SELECT * only if you need all columns from table
        Backtrace
        • 17. view::layouts.site.blocks.header:68
        • 23. view::layouts.site.master:11
        • 29. view::site.product.list:416
        • 36. /vendor/symfony/http-foundation/Response.php:206
        • 69. /vendor/fideloper/proxy/src/TrustProxies.php:57
        • 87. /domains/tktronics.com/public_html/index.php:55
      • select * from `products_category` where `products_category`.`parent_id` = '106' and `products_category`.`parent_id` is not null and `status` = '1' order by `listorder` asc470μsview::layouts.site.blocks.header:81tktronic_01web
        Metadata
        Bindings
        • 0. 106
        • 1. 1
        Hints
        • Use SELECT * only if you need all columns from table
        Backtrace
        • 17. view::layouts.site.blocks.header:81
        • 23. view::layouts.site.master:11
        • 29. view::site.product.list:416
        • 36. /vendor/symfony/http-foundation/Response.php:206
        • 69. /vendor/fideloper/proxy/src/TrustProxies.php:57
        • 87. /domains/tktronics.com/public_html/index.php:55
      • select * from `products` where `products`.`category_id` = '106' and `products`.`category_id` is not null and `status` = '1' and `products`.`deleted_at` is null order by `listorder` asc670μsview::layouts.site.blocks.header:81tktronic_01web
        Metadata
        Bindings
        • 0. 106
        • 1. 1
        Hints
        • Use SELECT * only if you need all columns from table
        Backtrace
        • 17. view::layouts.site.blocks.header:81
        • 23. view::layouts.site.master:11
        • 29. view::site.product.list:416
        • 36. /vendor/symfony/http-foundation/Response.php:206
        • 69. /vendor/fideloper/proxy/src/TrustProxies.php:57
        • 87. /domains/tktronics.com/public_html/index.php:55
      • select * from `products_category` where `products_category`.`parent_id` = '107' and `products_category`.`parent_id` is not null and `status` = '1' order by `listorder` asc420μsview::layouts.site.blocks.header:81tktronic_01web
        Metadata
        Bindings
        • 0. 107
        • 1. 1
        Hints
        • Use SELECT * only if you need all columns from table
        Backtrace
        • 17. view::layouts.site.blocks.header:81
        • 23. view::layouts.site.master:11
        • 29. view::site.product.list:416
        • 36. /vendor/symfony/http-foundation/Response.php:206
        • 69. /vendor/fideloper/proxy/src/TrustProxies.php:57
        • 87. /domains/tktronics.com/public_html/index.php:55
      • select * from `products` where `products`.`category_id` = '107' and `products`.`category_id` is not null and `status` = '1' and `products`.`deleted_at` is null order by `listorder` asc630μsview::layouts.site.blocks.header:81tktronic_01web
        Metadata
        Bindings
        • 0. 107
        • 1. 1
        Hints
        • Use SELECT * only if you need all columns from table
        Backtrace
        • 17. view::layouts.site.blocks.header:81
        • 23. view::layouts.site.master:11
        • 29. view::site.product.list:416
        • 36. /vendor/symfony/http-foundation/Response.php:206
        • 69. /vendor/fideloper/proxy/src/TrustProxies.php:57
        • 87. /domains/tktronics.com/public_html/index.php:55
      • select * from `products_category` where `products_category`.`parent_id` = '108' and `products_category`.`parent_id` is not null and `status` = '1' order by `listorder` asc520μsview::layouts.site.blocks.header:81tktronic_01web
        Metadata
        Bindings
        • 0. 108
        • 1. 1
        Hints
        • Use SELECT * only if you need all columns from table
        Backtrace
        • 17. view::layouts.site.blocks.header:81
        • 23. view::layouts.site.master:11
        • 29. view::site.product.list:416
        • 36. /vendor/symfony/http-foundation/Response.php:206
        • 69. /vendor/fideloper/proxy/src/TrustProxies.php:57
        • 87. /domains/tktronics.com/public_html/index.php:55
      • select * from `products` where `products`.`category_id` = '108' and `products`.`category_id` is not null and `status` = '1' and `products`.`deleted_at` is null order by `listorder` asc680μsview::layouts.site.blocks.header:81tktronic_01web
        Metadata
        Bindings
        • 0. 108
        • 1. 1
        Hints
        • Use SELECT * only if you need all columns from table
        Backtrace
        • 17. view::layouts.site.blocks.header:81
        • 23. view::layouts.site.master:11
        • 29. view::site.product.list:416
        • 36. /vendor/symfony/http-foundation/Response.php:206
        • 69. /vendor/fideloper/proxy/src/TrustProxies.php:57
        • 87. /domains/tktronics.com/public_html/index.php:55
      • select * from `products_category` where `products_category`.`parent_id` = '93' and `products_category`.`parent_id` is not null and `status` = '1' order by `listorder` asc530μsview::layouts.site.blocks.header:68tktronic_01web
        Metadata
        Bindings
        • 0. 93
        • 1. 1
        Hints
        • Use SELECT * only if you need all columns from table
        Backtrace
        • 17. view::layouts.site.blocks.header:68
        • 23. view::layouts.site.master:11
        • 29. view::site.product.list:416
        • 36. /vendor/symfony/http-foundation/Response.php:206
        • 69. /vendor/fideloper/proxy/src/TrustProxies.php:57
        • 87. /domains/tktronics.com/public_html/index.php:55
      • select * from `products` where `products`.`category_id` = '93' and `products`.`category_id` is not null and `status` = '1' and `products`.`deleted_at` is null order by `listorder` asc680μsview::layouts.site.blocks.header:68tktronic_01web
        Metadata
        Bindings
        • 0. 93
        • 1. 1
        Hints
        • Use SELECT * only if you need all columns from table
        Backtrace
        • 17. view::layouts.site.blocks.header:68
        • 23. view::layouts.site.master:11
        • 29. view::site.product.list:416
        • 36. /vendor/symfony/http-foundation/Response.php:206
        • 69. /vendor/fideloper/proxy/src/TrustProxies.php:57
        • 87. /domains/tktronics.com/public_html/index.php:55
      • select * from `products_category` where `products_category`.`parent_id` = '94' and `products_category`.`parent_id` is not null and `status` = '1' order by `listorder` asc430μsview::layouts.site.blocks.header:68tktronic_01web
        Metadata
        Bindings
        • 0. 94
        • 1. 1
        Hints
        • Use SELECT * only if you need all columns from table
        Backtrace
        • 17. view::layouts.site.blocks.header:68
        • 23. view::layouts.site.master:11
        • 29. view::site.product.list:416
        • 36. /vendor/symfony/http-foundation/Response.php:206
        • 69. /vendor/fideloper/proxy/src/TrustProxies.php:57
        • 87. /domains/tktronics.com/public_html/index.php:55
      • select * from `products` where `products`.`category_id` = '94' and `products`.`category_id` is not null and `status` = '1' and `products`.`deleted_at` is null order by `listorder` asc640μsview::layouts.site.blocks.header:68tktronic_01web
        Metadata
        Bindings
        • 0. 94
        • 1. 1
        Hints
        • Use SELECT * only if you need all columns from table
        Backtrace
        • 17. view::layouts.site.blocks.header:68
        • 23. view::layouts.site.master:11
        • 29. view::site.product.list:416
        • 36. /vendor/symfony/http-foundation/Response.php:206
        • 69. /vendor/fideloper/proxy/src/TrustProxies.php:57
        • 87. /domains/tktronics.com/public_html/index.php:55
      • select * from `products_category` where `products_category`.`parent_id` = '95' and `products_category`.`parent_id` is not null and `status` = '1' order by `listorder` asc510μsview::layouts.site.blocks.header:68tktronic_01web
        Metadata
        Bindings
        • 0. 95
        • 1. 1
        Hints
        • Use SELECT * only if you need all columns from table
        Backtrace
        • 17. view::layouts.site.blocks.header:68
        • 23. view::layouts.site.master:11
        • 29. view::site.product.list:416
        • 36. /vendor/symfony/http-foundation/Response.php:206
        • 69. /vendor/fideloper/proxy/src/TrustProxies.php:57
        • 87. /domains/tktronics.com/public_html/index.php:55
      • select * from `products` where `products`.`category_id` = '95' and `products`.`category_id` is not null and `status` = '1' and `products`.`deleted_at` is null order by `listorder` asc650μsview::layouts.site.blocks.header:68tktronic_01web
        Metadata
        Bindings
        • 0. 95
        • 1. 1
        Hints
        • Use SELECT * only if you need all columns from table
        Backtrace
        • 17. view::layouts.site.blocks.header:68
        • 23. view::layouts.site.master:11
        • 29. view::site.product.list:416
        • 36. /vendor/symfony/http-foundation/Response.php:206
        • 69. /vendor/fideloper/proxy/src/TrustProxies.php:57
        • 87. /domains/tktronics.com/public_html/index.php:55
      • select * from `products_category` where `products_category`.`parent_id` = '96' and `products_category`.`parent_id` is not null and `status` = '1' order by `listorder` asc730μsview::layouts.site.blocks.header:68tktronic_01web
        Metadata
        Bindings
        • 0. 96
        • 1. 1
        Hints
        • Use SELECT * only if you need all columns from table
        Backtrace
        • 17. view::layouts.site.blocks.header:68
        • 23. view::layouts.site.master:11
        • 29. view::site.product.list:416
        • 36. /vendor/symfony/http-foundation/Response.php:206
        • 69. /vendor/fideloper/proxy/src/TrustProxies.php:57
        • 87. /domains/tktronics.com/public_html/index.php:55
      • select * from `products` where `products`.`category_id` = '96' and `products`.`category_id` is not null and `status` = '1' and `products`.`deleted_at` is null order by `listorder` asc630μsview::layouts.site.blocks.header:68tktronic_01web
        Metadata
        Bindings
        • 0. 96
        • 1. 1
        Hints
        • Use SELECT * only if you need all columns from table
        Backtrace
        • 17. view::layouts.site.blocks.header:68
        • 23. view::layouts.site.master:11
        • 29. view::site.product.list:416
        • 36. /vendor/symfony/http-foundation/Response.php:206
        • 69. /vendor/fideloper/proxy/src/TrustProxies.php:57
        • 87. /domains/tktronics.com/public_html/index.php:55
      • select * from `products_category` where `products_category`.`parent_id` = '138' and `products_category`.`parent_id` is not null and `status` = '1' order by `listorder` asc510μsview::layouts.site.blocks.header:59tktronic_01web
        Metadata
        Bindings
        • 0. 138
        • 1. 1
        Hints
        • Use SELECT * only if you need all columns from table
        Backtrace
        • 17. view::layouts.site.blocks.header:59
        • 23. view::layouts.site.master:11
        • 29. view::site.product.list:416
        • 36. /vendor/symfony/http-foundation/Response.php:206
        • 69. /vendor/fideloper/proxy/src/TrustProxies.php:57
        • 87. /domains/tktronics.com/public_html/index.php:55
      • select * from `products_category` where `products_category`.`parent_id` = '139' and `products_category`.`parent_id` is not null and `status` = '1' order by `listorder` asc540μsview::layouts.site.blocks.header:68tktronic_01web
        Metadata
        Bindings
        • 0. 139
        • 1. 1
        Hints
        • Use SELECT * only if you need all columns from table
        Backtrace
        • 17. view::layouts.site.blocks.header:68
        • 23. view::layouts.site.master:11
        • 29. view::site.product.list:416
        • 36. /vendor/symfony/http-foundation/Response.php:206
        • 69. /vendor/fideloper/proxy/src/TrustProxies.php:57
        • 87. /domains/tktronics.com/public_html/index.php:55
      • select * from `products` where `products`.`category_id` = '139' and `products`.`category_id` is not null and `status` = '1' and `products`.`deleted_at` is null order by `listorder` asc600μsview::layouts.site.blocks.header:68tktronic_01web
        Metadata
        Bindings
        • 0. 139
        • 1. 1
        Hints
        • Use SELECT * only if you need all columns from table
        Backtrace
        • 17. view::layouts.site.blocks.header:68
        • 23. view::layouts.site.master:11
        • 29. view::site.product.list:416
        • 36. /vendor/symfony/http-foundation/Response.php:206
        • 69. /vendor/fideloper/proxy/src/TrustProxies.php:57
        • 87. /domains/tktronics.com/public_html/index.php:55
      • select * from `products_category` where `products_category`.`parent_id` = '140' and `products_category`.`parent_id` is not null and `status` = '1' order by `listorder` asc490μsview::layouts.site.blocks.header:68tktronic_01web
        Metadata
        Bindings
        • 0. 140
        • 1. 1
        Hints
        • Use SELECT * only if you need all columns from table
        Backtrace
        • 17. view::layouts.site.blocks.header:68
        • 23. view::layouts.site.master:11
        • 29. view::site.product.list:416
        • 36. /vendor/symfony/http-foundation/Response.php:206
        • 69. /vendor/fideloper/proxy/src/TrustProxies.php:57
        • 87. /domains/tktronics.com/public_html/index.php:55
      • select * from `products` where `products`.`category_id` = '140' and `products`.`category_id` is not null and `status` = '1' and `products`.`deleted_at` is null order by `listorder` asc640μsview::layouts.site.blocks.header:68tktronic_01web
        Metadata
        Bindings
        • 0. 140
        • 1. 1
        Hints
        • Use SELECT * only if you need all columns from table
        Backtrace
        • 17. view::layouts.site.blocks.header:68
        • 23. view::layouts.site.master:11
        • 29. view::site.product.list:416
        • 36. /vendor/symfony/http-foundation/Response.php:206
        • 69. /vendor/fideloper/proxy/src/TrustProxies.php:57
        • 87. /domains/tktronics.com/public_html/index.php:55
      • select * from `products_category` where `products_category`.`parent_id` = '141' and `products_category`.`parent_id` is not null and `status` = '1' order by `listorder` asc490μsview::layouts.site.blocks.header:68tktronic_01web
        Metadata
        Bindings
        • 0. 141
        • 1. 1
        Hints
        • Use SELECT * only if you need all columns from table
        Backtrace
        • 17. view::layouts.site.blocks.header:68
        • 23. view::layouts.site.master:11
        • 29. view::site.product.list:416
        • 36. /vendor/symfony/http-foundation/Response.php:206
        • 69. /vendor/fideloper/proxy/src/TrustProxies.php:57
        • 87. /domains/tktronics.com/public_html/index.php:55
      • select * from `products` where `products`.`category_id` = '141' and `products`.`category_id` is not null and `status` = '1' and `products`.`deleted_at` is null order by `listorder` asc630μsview::layouts.site.blocks.header:68tktronic_01web
        Metadata
        Bindings
        • 0. 141
        • 1. 1
        Hints
        • Use SELECT * only if you need all columns from table
        Backtrace
        • 17. view::layouts.site.blocks.header:68
        • 23. view::layouts.site.master:11
        • 29. view::site.product.list:416
        • 36. /vendor/symfony/http-foundation/Response.php:206
        • 69. /vendor/fideloper/proxy/src/TrustProxies.php:57
        • 87. /domains/tktronics.com/public_html/index.php:55
      • select * from `products_category` where `products_category`.`parent_id` = '142' and `products_category`.`parent_id` is not null and `status` = '1' order by `listorder` asc460μsview::layouts.site.blocks.header:68tktronic_01web
        Metadata
        Bindings
        • 0. 142
        • 1. 1
        Hints
        • Use SELECT * only if you need all columns from table
        Backtrace
        • 17. view::layouts.site.blocks.header:68
        • 23. view::layouts.site.master:11
        • 29. view::site.product.list:416
        • 36. /vendor/symfony/http-foundation/Response.php:206
        • 69. /vendor/fideloper/proxy/src/TrustProxies.php:57
        • 87. /domains/tktronics.com/public_html/index.php:55
      • select * from `products` where `products`.`category_id` = '142' and `products`.`category_id` is not null and `status` = '1' and `products`.`deleted_at` is null order by `listorder` asc590μsview::layouts.site.blocks.header:68tktronic_01web
        Metadata
        Bindings
        • 0. 142
        • 1. 1
        Hints
        • Use SELECT * only if you need all columns from table
        Backtrace
        • 17. view::layouts.site.blocks.header:68
        • 23. view::layouts.site.master:11
        • 29. view::site.product.list:416
        • 36. /vendor/symfony/http-foundation/Response.php:206
        • 69. /vendor/fideloper/proxy/src/TrustProxies.php:57
        • 87. /domains/tktronics.com/public_html/index.php:55
      • select * from `products_category` where `products_category`.`parent_id` = '143' and `products_category`.`parent_id` is not null and `status` = '1' order by `listorder` asc510μsview::layouts.site.blocks.header:68tktronic_01web
        Metadata
        Bindings
        • 0. 143
        • 1. 1
        Hints
        • Use SELECT * only if you need all columns from table
        Backtrace
        • 17. view::layouts.site.blocks.header:68
        • 23. view::layouts.site.master:11
        • 29. view::site.product.list:416
        • 36. /vendor/symfony/http-foundation/Response.php:206
        • 69. /vendor/fideloper/proxy/src/TrustProxies.php:57
        • 87. /domains/tktronics.com/public_html/index.php:55
      • select * from `products_category` where `products_category`.`parent_id` = '150' and `products_category`.`parent_id` is not null and `status` = '1' order by `listorder` asc470μsview::layouts.site.blocks.header:81tktronic_01web
        Metadata
        Bindings
        • 0. 150
        • 1. 1
        Hints
        • Use SELECT * only if you need all columns from table
        Backtrace
        • 17. view::layouts.site.blocks.header:81
        • 23. view::layouts.site.master:11
        • 29. view::site.product.list:416
        • 36. /vendor/symfony/http-foundation/Response.php:206
        • 69. /vendor/fideloper/proxy/src/TrustProxies.php:57
        • 87. /domains/tktronics.com/public_html/index.php:55
      • select * from `products` where `products`.`category_id` = '150' and `products`.`category_id` is not null and `status` = '1' and `products`.`deleted_at` is null order by `listorder` asc590μsview::layouts.site.blocks.header:81tktronic_01web
        Metadata
        Bindings
        • 0. 150
        • 1. 1
        Hints
        • Use SELECT * only if you need all columns from table
        Backtrace
        • 17. view::layouts.site.blocks.header:81
        • 23. view::layouts.site.master:11
        • 29. view::site.product.list:416
        • 36. /vendor/symfony/http-foundation/Response.php:206
        • 69. /vendor/fideloper/proxy/src/TrustProxies.php:57
        • 87. /domains/tktronics.com/public_html/index.php:55
      • select * from `products_category` where `products_category`.`parent_id` = '7' and `products_category`.`parent_id` is not null and `status` = '1' order by `listorder` asc500μsview::layouts.site.blocks.header:59tktronic_01web
        Metadata
        Bindings
        • 0. 7
        • 1. 1
        Hints
        • Use SELECT * only if you need all columns from table
        Backtrace
        • 17. view::layouts.site.blocks.header:59
        • 23. view::layouts.site.master:11
        • 29. view::site.product.list:416
        • 36. /vendor/symfony/http-foundation/Response.php:206
        • 69. /vendor/fideloper/proxy/src/TrustProxies.php:57
        • 87. /domains/tktronics.com/public_html/index.php:55
      • select * from `products_category` where `products_category`.`parent_id` = '137' and `products_category`.`parent_id` is not null and `status` = '1' order by `listorder` asc480μsview::layouts.site.blocks.header:68tktronic_01web
        Metadata
        Bindings
        • 0. 137
        • 1. 1
        Hints
        • Use SELECT * only if you need all columns from table
        Backtrace
        • 17. view::layouts.site.blocks.header:68
        • 23. view::layouts.site.master:11
        • 29. view::site.product.list:416
        • 36. /vendor/symfony/http-foundation/Response.php:206
        • 69. /vendor/fideloper/proxy/src/TrustProxies.php:57
        • 87. /domains/tktronics.com/public_html/index.php:55
      • select * from `products_category` where `products_category`.`parent_id` = '152' and `products_category`.`parent_id` is not null and `status` = '1' order by `listorder` asc550μsview::layouts.site.blocks.header:81tktronic_01web
        Metadata
        Bindings
        • 0. 152
        • 1. 1
        Hints
        • Use SELECT * only if you need all columns from table
        Backtrace
        • 17. view::layouts.site.blocks.header:81
        • 23. view::layouts.site.master:11
        • 29. view::site.product.list:416
        • 36. /vendor/symfony/http-foundation/Response.php:206
        • 69. /vendor/fideloper/proxy/src/TrustProxies.php:57
        • 87. /domains/tktronics.com/public_html/index.php:55
      • select * from `products` where `products`.`category_id` = '152' and `products`.`category_id` is not null and `status` = '1' and `products`.`deleted_at` is null order by `listorder` asc900μsview::layouts.site.blocks.header:81tktronic_01web
        Metadata
        Bindings
        • 0. 152
        • 1. 1
        Hints
        • Use SELECT * only if you need all columns from table
        Backtrace
        • 17. view::layouts.site.blocks.header:81
        • 23. view::layouts.site.master:11
        • 29. view::site.product.list:416
        • 36. /vendor/symfony/http-foundation/Response.php:206
        • 69. /vendor/fideloper/proxy/src/TrustProxies.php:57
        • 87. /domains/tktronics.com/public_html/index.php:55
      • select * from `products_category` where `products_category`.`parent_id` = '153' and `products_category`.`parent_id` is not null and `status` = '1' order by `listorder` asc600μsview::layouts.site.blocks.header:81tktronic_01web
        Metadata
        Bindings
        • 0. 153
        • 1. 1
        Hints
        • Use SELECT * only if you need all columns from table
        Backtrace
        • 17. view::layouts.site.blocks.header:81
        • 23. view::layouts.site.master:11
        • 29. view::site.product.list:416
        • 36. /vendor/symfony/http-foundation/Response.php:206
        • 69. /vendor/fideloper/proxy/src/TrustProxies.php:57
        • 87. /domains/tktronics.com/public_html/index.php:55
      • select * from `products` where `products`.`category_id` = '153' and `products`.`category_id` is not null and `status` = '1' and `products`.`deleted_at` is null order by `listorder` asc850μsview::layouts.site.blocks.header:81tktronic_01web
        Metadata
        Bindings
        • 0. 153
        • 1. 1
        Hints
        • Use SELECT * only if you need all columns from table
        Backtrace
        • 17. view::layouts.site.blocks.header:81
        • 23. view::layouts.site.master:11
        • 29. view::site.product.list:416
        • 36. /vendor/symfony/http-foundation/Response.php:206
        • 69. /vendor/fideloper/proxy/src/TrustProxies.php:57
        • 87. /domains/tktronics.com/public_html/index.php:55
      • select * from `products_category` where `products_category`.`parent_id` = '154' and `products_category`.`parent_id` is not null and `status` = '1' order by `listorder` asc590μsview::layouts.site.blocks.header:81tktronic_01web
        Metadata
        Bindings
        • 0. 154
        • 1. 1
        Hints
        • Use SELECT * only if you need all columns from table
        Backtrace
        • 17. view::layouts.site.blocks.header:81
        • 23. view::layouts.site.master:11
        • 29. view::site.product.list:416
        • 36. /vendor/symfony/http-foundation/Response.php:206
        • 69. /vendor/fideloper/proxy/src/TrustProxies.php:57
        • 87. /domains/tktronics.com/public_html/index.php:55
      • select * from `products` where `products`.`category_id` = '154' and `products`.`category_id` is not null and `status` = '1' and `products`.`deleted_at` is null order by `listorder` asc850μsview::layouts.site.blocks.header:81tktronic_01web
        Metadata
        Bindings
        • 0. 154
        • 1. 1
        Hints
        • Use SELECT * only if you need all columns from table
        Backtrace
        • 17. view::layouts.site.blocks.header:81
        • 23. view::layouts.site.master:11
        • 29. view::site.product.list:416
        • 36. /vendor/symfony/http-foundation/Response.php:206
        • 69. /vendor/fideloper/proxy/src/TrustProxies.php:57
        • 87. /domains/tktronics.com/public_html/index.php:55
      • select * from `products_category` where `products_category`.`parent_id` = '123' and `products_category`.`parent_id` is not null and `status` = '1' order by `listorder` asc590μsview::layouts.site.blocks.header:68tktronic_01web
        Metadata
        Bindings
        • 0. 123
        • 1. 1
        Hints
        • Use SELECT * only if you need all columns from table
        Backtrace
        • 17. view::layouts.site.blocks.header:68
        • 23. view::layouts.site.master:11
        • 29. view::site.product.list:416
        • 36. /vendor/symfony/http-foundation/Response.php:206
        • 69. /vendor/fideloper/proxy/src/TrustProxies.php:57
        • 87. /domains/tktronics.com/public_html/index.php:55
      • select * from `products_category` where `products_category`.`parent_id` = '159' and `products_category`.`parent_id` is not null and `status` = '1' order by `listorder` asc490μsview::layouts.site.blocks.header:81tktronic_01web
        Metadata
        Bindings
        • 0. 159
        • 1. 1
        Hints
        • Use SELECT * only if you need all columns from table
        Backtrace
        • 17. view::layouts.site.blocks.header:81
        • 23. view::layouts.site.master:11
        • 29. view::site.product.list:416
        • 36. /vendor/symfony/http-foundation/Response.php:206
        • 69. /vendor/fideloper/proxy/src/TrustProxies.php:57
        • 87. /domains/tktronics.com/public_html/index.php:55
      • select * from `products` where `products`.`category_id` = '159' and `products`.`category_id` is not null and `status` = '1' and `products`.`deleted_at` is null order by `listorder` asc590μsview::layouts.site.blocks.header:81tktronic_01web
        Metadata
        Bindings
        • 0. 159
        • 1. 1
        Hints
        • Use SELECT * only if you need all columns from table
        Backtrace
        • 17. view::layouts.site.blocks.header:81
        • 23. view::layouts.site.master:11
        • 29. view::site.product.list:416
        • 36. /vendor/symfony/http-foundation/Response.php:206
        • 69. /vendor/fideloper/proxy/src/TrustProxies.php:57
        • 87. /domains/tktronics.com/public_html/index.php:55
      • select * from `products_category` where `products_category`.`parent_id` = '156' and `products_category`.`parent_id` is not null and `status` = '1' order by `listorder` asc570μsview::layouts.site.blocks.header:81tktronic_01web
        Metadata
        Bindings
        • 0. 156
        • 1. 1
        Hints
        • Use SELECT * only if you need all columns from table
        Backtrace
        • 17. view::layouts.site.blocks.header:81
        • 23. view::layouts.site.master:11
        • 29. view::site.product.list:416
        • 36. /vendor/symfony/http-foundation/Response.php:206
        • 69. /vendor/fideloper/proxy/src/TrustProxies.php:57
        • 87. /domains/tktronics.com/public_html/index.php:55
      • select * from `products` where `products`.`category_id` = '156' and `products`.`category_id` is not null and `status` = '1' and `products`.`deleted_at` is null order by `listorder` asc740μsview::layouts.site.blocks.header:81tktronic_01web
        Metadata
        Bindings
        • 0. 156
        • 1. 1
        Hints
        • Use SELECT * only if you need all columns from table
        Backtrace
        • 17. view::layouts.site.blocks.header:81
        • 23. view::layouts.site.master:11
        • 29. view::site.product.list:416
        • 36. /vendor/symfony/http-foundation/Response.php:206
        • 69. /vendor/fideloper/proxy/src/TrustProxies.php:57
        • 87. /domains/tktronics.com/public_html/index.php:55
      • select * from `products_category` where `products_category`.`parent_id` = '157' and `products_category`.`parent_id` is not null and `status` = '1' order by `listorder` asc550μsview::layouts.site.blocks.header:81tktronic_01web
        Metadata
        Bindings
        • 0. 157
        • 1. 1
        Hints
        • Use SELECT * only if you need all columns from table
        Backtrace
        • 17. view::layouts.site.blocks.header:81
        • 23. view::layouts.site.master:11
        • 29. view::site.product.list:416
        • 36. /vendor/symfony/http-foundation/Response.php:206
        • 69. /vendor/fideloper/proxy/src/TrustProxies.php:57
        • 87. /domains/tktronics.com/public_html/index.php:55
      • select * from `products` where `products`.`category_id` = '157' and `products`.`category_id` is not null and `status` = '1' and `products`.`deleted_at` is null order by `listorder` asc580μsview::layouts.site.blocks.header:81tktronic_01web
        Metadata
        Bindings
        • 0. 157
        • 1. 1
        Hints
        • Use SELECT * only if you need all columns from table
        Backtrace
        • 17. view::layouts.site.blocks.header:81
        • 23. view::layouts.site.master:11
        • 29. view::site.product.list:416
        • 36. /vendor/symfony/http-foundation/Response.php:206
        • 69. /vendor/fideloper/proxy/src/TrustProxies.php:57
        • 87. /domains/tktronics.com/public_html/index.php:55
      • select * from `products_category` where `products_category`.`parent_id` = '158' and `products_category`.`parent_id` is not null and `status` = '1' order by `listorder` asc540μsview::layouts.site.blocks.header:81tktronic_01web
        Metadata
        Bindings
        • 0. 158
        • 1. 1
        Hints
        • Use SELECT * only if you need all columns from table
        Backtrace
        • 17. view::layouts.site.blocks.header:81
        • 23. view::layouts.site.master:11
        • 29. view::site.product.list:416
        • 36. /vendor/symfony/http-foundation/Response.php:206
        • 69. /vendor/fideloper/proxy/src/TrustProxies.php:57
        • 87. /domains/tktronics.com/public_html/index.php:55
      • select * from `products` where `products`.`category_id` = '158' and `products`.`category_id` is not null and `status` = '1' and `products`.`deleted_at` is null order by `listorder` asc680μsview::layouts.site.blocks.header:81tktronic_01web
        Metadata
        Bindings
        • 0. 158
        • 1. 1
        Hints
        • Use SELECT * only if you need all columns from table
        Backtrace
        • 17. view::layouts.site.blocks.header:81
        • 23. view::layouts.site.master:11
        • 29. view::site.product.list:416
        • 36. /vendor/symfony/http-foundation/Response.php:206
        • 69. /vendor/fideloper/proxy/src/TrustProxies.php:57
        • 87. /domains/tktronics.com/public_html/index.php:55
      • select * from `products_category` where `products_category`.`parent_id` = '129' and `products_category`.`parent_id` is not null and `status` = '1' order by `listorder` asc520μsview::layouts.site.blocks.header:68tktronic_01web
        Metadata
        Bindings
        • 0. 129
        • 1. 1
        Hints
        • Use SELECT * only if you need all columns from table
        Backtrace
        • 17. view::layouts.site.blocks.header:68
        • 23. view::layouts.site.master:11
        • 29. view::site.product.list:416
        • 36. /vendor/symfony/http-foundation/Response.php:206
        • 69. /vendor/fideloper/proxy/src/TrustProxies.php:57
        • 87. /domains/tktronics.com/public_html/index.php:55
      • select * from `products_category` where `products_category`.`parent_id` = '146' and `products_category`.`parent_id` is not null and `status` = '1' order by `listorder` asc490μsview::layouts.site.blocks.header:81tktronic_01web
        Metadata
        Bindings
        • 0. 146
        • 1. 1
        Hints
        • Use SELECT * only if you need all columns from table
        Backtrace
        • 17. view::layouts.site.blocks.header:81
        • 23. view::layouts.site.master:11
        • 29. view::site.product.list:416
        • 36. /vendor/symfony/http-foundation/Response.php:206
        • 69. /vendor/fideloper/proxy/src/TrustProxies.php:57
        • 87. /domains/tktronics.com/public_html/index.php:55
      • select * from `products_category` where `products_category`.`parent_id` = '149' and `products_category`.`parent_id` is not null and `status` = '1' order by `listorder` asc490μsview::layouts.site.blocks.header:81tktronic_01web
        Metadata
        Bindings
        • 0. 149
        • 1. 1
        Hints
        • Use SELECT * only if you need all columns from table
        Backtrace
        • 17. view::layouts.site.blocks.header:81
        • 23. view::layouts.site.master:11
        • 29. view::site.product.list:416
        • 36. /vendor/symfony/http-foundation/Response.php:206
        • 69. /vendor/fideloper/proxy/src/TrustProxies.php:57
        • 87. /domains/tktronics.com/public_html/index.php:55
      • select * from `products` where `products`.`category_id` = '149' and `products`.`category_id` is not null and `status` = '1' and `products`.`deleted_at` is null order by `listorder` asc810μsview::layouts.site.blocks.header:81tktronic_01web
        Metadata
        Bindings
        • 0. 149
        • 1. 1
        Hints
        • Use SELECT * only if you need all columns from table
        Backtrace
        • 17. view::layouts.site.blocks.header:81
        • 23. view::layouts.site.master:11
        • 29. view::site.product.list:416
        • 36. /vendor/symfony/http-foundation/Response.php:206
        • 69. /vendor/fideloper/proxy/src/TrustProxies.php:57
        • 87. /domains/tktronics.com/public_html/index.php:55
      • select * from `products_category` where `products_category`.`parent_id` = '160' and `products_category`.`parent_id` is not null and `status` = '1' order by `listorder` asc620μsview::layouts.site.blocks.header:81tktronic_01web
        Metadata
        Bindings
        • 0. 160
        • 1. 1
        Hints
        • Use SELECT * only if you need all columns from table
        Backtrace
        • 17. view::layouts.site.blocks.header:81
        • 23. view::layouts.site.master:11
        • 29. view::site.product.list:416
        • 36. /vendor/symfony/http-foundation/Response.php:206
        • 69. /vendor/fideloper/proxy/src/TrustProxies.php:57
        • 87. /domains/tktronics.com/public_html/index.php:55
      • select * from `products_category` where `products_category`.`parent_id` = '155' and `products_category`.`parent_id` is not null and `status` = '1' order by `listorder` asc480μsview::layouts.site.blocks.header:68tktronic_01web
        Metadata
        Bindings
        • 0. 155
        • 1. 1
        Hints
        • Use SELECT * only if you need all columns from table
        Backtrace
        • 17. view::layouts.site.blocks.header:68
        • 23. view::layouts.site.master:11
        • 29. view::site.product.list:416
        • 36. /vendor/symfony/http-foundation/Response.php:206
        • 69. /vendor/fideloper/proxy/src/TrustProxies.php:57
        • 87. /domains/tktronics.com/public_html/index.php:55
      • select * from `products` where `products`.`category_id` = '155' and `products`.`category_id` is not null and `status` = '1' and `products`.`deleted_at` is null order by `listorder` asc750μsview::layouts.site.blocks.header:68tktronic_01web
        Metadata
        Bindings
        • 0. 155
        • 1. 1
        Hints
        • Use SELECT * only if you need all columns from table
        Backtrace
        • 17. view::layouts.site.blocks.header:68
        • 23. view::layouts.site.master:11
        • 29. view::site.product.list:416
        • 36. /vendor/symfony/http-foundation/Response.php:206
        • 69. /vendor/fideloper/proxy/src/TrustProxies.php:57
        • 87. /domains/tktronics.com/public_html/index.php:55
      • select * from `products_category` where `products_category`.`parent_id` = '151' and `products_category`.`parent_id` is not null and `status` = '1' order by `listorder` asc570μsview::layouts.site.blocks.header:68tktronic_01web
        Metadata
        Bindings
        • 0. 151
        • 1. 1
        Hints
        • Use SELECT * only if you need all columns from table
        Backtrace
        • 17. view::layouts.site.blocks.header:68
        • 23. view::layouts.site.master:11
        • 29. view::site.product.list:416
        • 36. /vendor/symfony/http-foundation/Response.php:206
        • 69. /vendor/fideloper/proxy/src/TrustProxies.php:57
        • 87. /domains/tktronics.com/public_html/index.php:55
      • select * from `products` where `products`.`category_id` = '151' and `products`.`category_id` is not null and `status` = '1' and `products`.`deleted_at` is null order by `listorder` asc800μsview::layouts.site.blocks.header:68tktronic_01web
        Metadata
        Bindings
        • 0. 151
        • 1. 1
        Hints
        • Use SELECT * only if you need all columns from table
        Backtrace
        • 17. view::layouts.site.blocks.header:68
        • 23. view::layouts.site.master:11
        • 29. view::site.product.list:416
        • 36. /vendor/symfony/http-foundation/Response.php:206
        • 69. /vendor/fideloper/proxy/src/TrustProxies.php:57
        • 87. /domains/tktronics.com/public_html/index.php:55
      • select * from `products_category` where `products_category`.`parent_id` = '144' and `products_category`.`parent_id` is not null and `status` = '1' order by `listorder` asc600μsview::layouts.site.blocks.header:68tktronic_01web
        Metadata
        Bindings
        • 0. 144
        • 1. 1
        Hints
        • Use SELECT * only if you need all columns from table
        Backtrace
        • 17. view::layouts.site.blocks.header:68
        • 23. view::layouts.site.master:11
        • 29. view::site.product.list:416
        • 36. /vendor/symfony/http-foundation/Response.php:206
        • 69. /vendor/fideloper/proxy/src/TrustProxies.php:57
        • 87. /domains/tktronics.com/public_html/index.php:55
      • select * from `products` where `products`.`category_id` = '144' and `products`.`category_id` is not null and `status` = '1' and `products`.`deleted_at` is null order by `listorder` asc820μsview::layouts.site.blocks.header:68tktronic_01web
        Metadata
        Bindings
        • 0. 144
        • 1. 1
        Hints
        • Use SELECT * only if you need all columns from table
        Backtrace
        • 17. view::layouts.site.blocks.header:68
        • 23. view::layouts.site.master:11
        • 29. view::site.product.list:416
        • 36. /vendor/symfony/http-foundation/Response.php:206
        • 69. /vendor/fideloper/proxy/src/TrustProxies.php:57
        • 87. /domains/tktronics.com/public_html/index.php:55
      • select * from `product_download_category` where `product_download_category`.`parent_id` = '11' and `product_download_category`.`parent_id` is not null590μsview::layouts.site.blocks.header:203tktronic_01web
        Metadata
        Bindings
        • 0. 11
        Hints
        • Use SELECT * only if you need all columns from table
        Backtrace
        • 17. view::layouts.site.blocks.header:203
        • 23. view::layouts.site.master:11
        • 29. view::site.product.list:416
        • 36. /vendor/symfony/http-foundation/Response.php:206
        • 69. /vendor/fideloper/proxy/src/TrustProxies.php:57
        • 87. /domains/tktronics.com/public_html/index.php:55
      • select * from `product_download_category` where `product_download_category`.`parent_id` = '5' and `product_download_category`.`parent_id` is not null580μsview::layouts.site.blocks.header:203tktronic_01web
        Metadata
        Bindings
        • 0. 5
        Hints
        • Use SELECT * only if you need all columns from table
        Backtrace
        • 17. view::layouts.site.blocks.header:203
        • 23. view::layouts.site.master:11
        • 29. view::site.product.list:416
        • 36. /vendor/symfony/http-foundation/Response.php:206
        • 69. /vendor/fideloper/proxy/src/TrustProxies.php:57
        • 87. /domains/tktronics.com/public_html/index.php:55
      • select * from `product_download_category` where `product_download_category`.`parent_id` = '10' and `product_download_category`.`parent_id` is not null500μsview::layouts.site.blocks.header:203tktronic_01web
        Metadata
        Bindings
        • 0. 10
        Hints
        • Use SELECT * only if you need all columns from table
        Backtrace
        • 17. view::layouts.site.blocks.header:203
        • 23. view::layouts.site.master:11
        • 29. view::site.product.list:416
        • 36. /vendor/symfony/http-foundation/Response.php:206
        • 69. /vendor/fideloper/proxy/src/TrustProxies.php:57
        • 87. /domains/tktronics.com/public_html/index.php:55
      • select * from `product_download_category` where `product_download_category`.`parent_id` = '13' and `product_download_category`.`parent_id` is not null500μsview::layouts.site.blocks.header:203tktronic_01web
        Metadata
        Bindings
        • 0. 13
        Hints
        • Use SELECT * only if you need all columns from table
        Backtrace
        • 17. view::layouts.site.blocks.header:203
        • 23. view::layouts.site.master:11
        • 29. view::site.product.list:416
        • 36. /vendor/symfony/http-foundation/Response.php:206
        • 69. /vendor/fideloper/proxy/src/TrustProxies.php:57
        • 87. /domains/tktronics.com/public_html/index.php:55
      • select * from `product_download_category` where `product_download_category`.`parent_id` = '6' and `product_download_category`.`parent_id` is not null540μsview::layouts.site.blocks.header:203tktronic_01web
        Metadata
        Bindings
        • 0. 6
        Hints
        • Use SELECT * only if you need all columns from table
        Backtrace
        • 17. view::layouts.site.blocks.header:203
        • 23. view::layouts.site.master:11
        • 29. view::site.product.list:416
        • 36. /vendor/symfony/http-foundation/Response.php:206
        • 69. /vendor/fideloper/proxy/src/TrustProxies.php:57
        • 87. /domains/tktronics.com/public_html/index.php:55
      • select * from `pages` where `pages`.`category_id` = '3' and `pages`.`category_id` is not null580μsview::layouts.site.blocks.header:281tktronic_01web
        Metadata
        Bindings
        • 0. 3
        Hints
        • Use SELECT * only if you need all columns from table
        Backtrace
        • 17. view::layouts.site.blocks.header:281
        • 23. view::layouts.site.master:11
        • 29. view::site.product.list:416
        • 36. /vendor/symfony/http-foundation/Response.php:206
        • 69. /vendor/fideloper/proxy/src/TrustProxies.php:57
        • 87. /domains/tktronics.com/public_html/index.php:55
      • select * from `contents` where `content_type_id` = '3' and `status` = '1'600μs/app/Library/composers.php:35tktronic_01web
        Metadata
        Bindings
        • 0. 3
        • 1. 1
        Hints
        • Use SELECT * only if you need all columns from table
        Backtrace
        • 12. /app/Library/composers.php:35
        • 18. view::layouts.site.master:13
        • 24. view::site.product.list:416
        • 31. /vendor/symfony/http-foundation/Response.php:206
        • 64. /vendor/fideloper/proxy/src/TrustProxies.php:57
        • 82. /domains/tktronics.com/public_html/index.php:55
      • select * from `customers` where `status` = '1' order by `listorder` asc750μs/app/Library/composers.php:36tktronic_01web
        Metadata
        Bindings
        • 0. 1
        Hints
        • Use SELECT * only if you need all columns from table
        Backtrace
        • 12. /app/Library/composers.php:36
        • 18. view::layouts.site.master:13
        • 24. view::site.product.list:416
        • 31. /vendor/symfony/http-foundation/Response.php:206
        • 64. /vendor/fideloper/proxy/src/TrustProxies.php:57
        • 82. /domains/tktronics.com/public_html/index.php:55
      • select * from `contents_language` where `contents_language`.`content_id` = '34' and `contents_language`.`content_id` is not null limit 1680μsview::layouts.site.blocks.footer:64tktronic_01web
        Metadata
        Bindings
        • 0. 34
        Hints
        • Use SELECT * only if you need all columns from table
        • LIMIT without ORDER BY causes non-deterministic results, depending on the query execution plan
        Backtrace
        • 18. view::layouts.site.blocks.footer:64
        • 24. view::layouts.site.master:13
        • 30. view::site.product.list:416
        • 37. /vendor/symfony/http-foundation/Response.php:206
        • 70. /vendor/fideloper/proxy/src/TrustProxies.php:57
        • 88. /domains/tktronics.com/public_html/index.php:55
      • select * from `contents_language` where `contents_language`.`content_id` = '35' and `contents_language`.`content_id` is not null limit 1510μsview::layouts.site.blocks.footer:64tktronic_01web
        Metadata
        Bindings
        • 0. 35
        Hints
        • Use SELECT * only if you need all columns from table
        • LIMIT without ORDER BY causes non-deterministic results, depending on the query execution plan
        Backtrace
        • 18. view::layouts.site.blocks.footer:64
        • 24. view::layouts.site.master:13
        • 30. view::site.product.list:416
        • 37. /vendor/symfony/http-foundation/Response.php:206
        • 70. /vendor/fideloper/proxy/src/TrustProxies.php:57
        • 88. /domains/tktronics.com/public_html/index.php:55
      • select * from `contents_language` where `contents_language`.`content_id` = '37' and `contents_language`.`content_id` is not null limit 1510μsview::layouts.site.blocks.footer:64tktronic_01web
        Metadata
        Bindings
        • 0. 37
        Hints
        • Use SELECT * only if you need all columns from table
        • LIMIT without ORDER BY causes non-deterministic results, depending on the query execution plan
        Backtrace
        • 18. view::layouts.site.blocks.footer:64
        • 24. view::layouts.site.master:13
        • 30. view::site.product.list:416
        • 37. /vendor/symfony/http-foundation/Response.php:206
        • 70. /vendor/fideloper/proxy/src/TrustProxies.php:57
        • 88. /domains/tktronics.com/public_html/index.php:55
      • select * from `contents_language` where `contents_language`.`content_id` = '38' and `contents_language`.`content_id` is not null limit 1510μsview::layouts.site.blocks.footer:64tktronic_01web
        Metadata
        Bindings
        • 0. 38
        Hints
        • Use SELECT * only if you need all columns from table
        • LIMIT without ORDER BY causes non-deterministic results, depending on the query execution plan
        Backtrace
        • 18. view::layouts.site.blocks.footer:64
        • 24. view::layouts.site.master:13
        • 30. view::site.product.list:416
        • 37. /vendor/symfony/http-foundation/Response.php:206
        • 70. /vendor/fideloper/proxy/src/TrustProxies.php:57
        • 88. /domains/tktronics.com/public_html/index.php:55
      • select * from `contents_language` where `contents_language`.`content_id` = '39' and `contents_language`.`content_id` is not null limit 1480μsview::layouts.site.blocks.footer:64tktronic_01web
        Metadata
        Bindings
        • 0. 39
        Hints
        • Use SELECT * only if you need all columns from table
        • LIMIT without ORDER BY causes non-deterministic results, depending on the query execution plan
        Backtrace
        • 18. view::layouts.site.blocks.footer:64
        • 24. view::layouts.site.master:13
        • 30. view::site.product.list:416
        • 37. /vendor/symfony/http-foundation/Response.php:206
        • 70. /vendor/fideloper/proxy/src/TrustProxies.php:57
        • 88. /domains/tktronics.com/public_html/index.php:55
        web
        array:2 [ "name" => "Guest" "user" => array:1 [ "guest" => true ] ]
        api
        array:2 [ "name" => "Guest" "user" => array:1 [ "guest" => true ] ]
          _token
          pKRLgDrwhaHC5ADr2itOYicZDE9Sr8CSrHwy9R3f
          _previous
          array:1 [ "url" => "https://tktronics.com/product-list/160" ]
          PHPDEBUGBAR_STACK_DATA
          []
          format
          html
          content_type
          text/html; charset=UTF-8
          status_text
          OK
          status_code
          200
          request_query
          []
          request_request
          []
          request_headers
          array:18 [ "priority" => array:1 [ 0 => "u=0, i" ] "accept-encoding" => array:1 [ 0 =>...
          request_server
          array:56 [ "USER" => "tktronic" "HOME" => "/home/tktronic" "SCRIPT_NAME" => "/index.php" "RE...
          request_cookies
          []
          response_headers
          array:7 [ "cache-control" => array:1 [ 0 => "private, must-revalidate" ] "date" => array:1...
          path_info
          /product-list/160
          session_attributes
          array:3 [ "_token" => "pKRLgDrwhaHC5ADr2itOYicZDE9Sr8CSrHwy9R3f" "_previous" => array:1 [ "u...