Searching

×
ob_end_flush(): Failed to send buffer of zlib output compression (0)
ErrorException
PHP 8.2.289.52.4
ob_end_flush(): Failed to send buffer of zlib output compression (0)
 / home / askmesolutions / public_html / index.php: 56
| into the script here so we don't need to manually load our classes.
|
*/

require __DIR__.'/core/vendor/autoload.php';

/*
|--------------------------------------------------------------------------
| Run The Application
|--------------------------------------------------------------------------
|
| Once we have the application, we can handle the incoming request using
| the application's HTTP kernel. Then, we will send the response back
| to this client's browser, allowing them to enjoy our application.
|
*/

$app = require_once __DIR__.'/core/bootstrap/app.php';
$app->bind('path.public', function() {
    return __DIR__;
});

$kernel = $app->make(Kernel::class);

$response = tap($kernel->handle(
    $request = Request::capture()
))->send();

$kernel->terminate($request, $response);

Request

https://www.askmesolutions.in/product-review/927
GET
curl "https://www.askmesolutions.in/product-review/927" \
   -X GET \
   -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 'accept-encoding: gzip, deflate, br, zstd' \
   -H 'cache-control: no-cache' \
   -H 'connection: keep-alive' \
   -H 'cookie: XSRF-TOKEN=eyJpdiI6IjZORllUdGo5NnV0OHhZVkVPZTFTeUE9PSIsInZhbHVlIjoiMzl2bHJvV3RJNkY0QXE1dkNnQm1jMFROemd5dlZpdHdtYiswUWtxUThEaHVQck0vaGxFQkhvRDBoa09MRHQ4YjAwN3NMU0hMcVZzMkI3NkZPL1dBK09IaVFrSEZqbjNqMzdrRVh4aUxkTHJLU2h3L05FN2xzUXVWVG1KaDFNNHQiLCJtYWMiOiIyODA1OTY5MDE2ZGY3Y2ZjOGFjMzNhNzgzNTY3NWFhMmJlMTUzN2I4ZDQ4MmMzMTk4OTI1NDNjZGJlYTVjZGM0IiwidGFnIjoiIn0%3D; ask_me_solution_session=eyJpdiI6IjdGUndkS2xvYU1uSGYrbVNzVDRZMUE9PSIsInZhbHVlIjoiK2gxNlN0OVF1QmphcFZBRHlQbHZrWnhUTXFMVlNWTmFSaWF4UmNmWVJ3TzVYRERxdjdIRU5ralRCQUpKODE0Mkt6Y3JLTG5FLzNFSkxrTGpKdll6VTAwenRMc0JyN3FBRkMvVGJ5RTRHdkxKMHVsNDhxalQvRmhtQ1F3ckgvNGQiLCJtYWMiOiJmMDliZjU5YjE0OTlhODIyOGNiOTgwYTkwMDhhNTI3MWVlMTIzMWM2M2VkYTk4NTk2OGE4ZGRlNGE4OGFiZDc2IiwidGFnIjoiIn0%3D' \
   -H 'host: www.askmesolutions.in' \
   -H 'pragma: no-cache' \
   -H 'sec-ch-ua: "Chromium";v="130", "HeadlessChrome";v="130", "Not?A_Brand";v="99"' \
   -H 'sec-ch-ua-mobile: ?0' \
   -H 'sec-ch-ua-platform: "Windows"' \
   -H 'sec-fetch-dest: document' \
   -H 'sec-fetch-mode: navigate' \
   -H 'sec-fetch-site: none' \
   -H 'sec-fetch-user: ?1' \
   -H 'upgrade-insecure-requests: 1' \
   -H 'user-agent: Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)' \
   -H 'x-https: 1';

Headers

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
accept-encoding
gzip, deflate, br, zstd
cache-control
no-cache
connection
keep-alive
cookie
XSRF-TOKEN=eyJpdiI6IjZORllUdGo5NnV0OHhZVkVPZTFTeUE9PSIsInZhbHVlIjoiMzl2bHJvV3RJNkY0QXE1dkNnQm1jMFROemd5dlZpdHdtYiswUWtxUThEaHVQck0vaGxFQkhvRDBoa09MRHQ4YjAwN3NMU0hMcVZzMkI3NkZPL1dBK09IaVFrSEZqbjNqMzdrRVh4aUxkTHJLU2h3L05FN2xzUXVWVG1KaDFNNHQiLCJtYWMiOiIyODA1OTY5MDE2ZGY3Y2ZjOGFjMzNhNzgzNTY3NWFhMmJlMTUzN2I4ZDQ4MmMzMTk4OTI1NDNjZGJlYTVjZGM0IiwidGFnIjoiIn0%3D; ask_me_solution_session=eyJpdiI6IjdGUndkS2xvYU1uSGYrbVNzVDRZMUE9PSIsInZhbHVlIjoiK2gxNlN0OVF1QmphcFZBRHlQbHZrWnhUTXFMVlNWTmFSaWF4UmNmWVJ3TzVYRERxdjdIRU5ralRCQUpKODE0Mkt6Y3JLTG5FLzNFSkxrTGpKdll6VTAwenRMc0JyN3FBRkMvVGJ5RTRHdkxKMHVsNDhxalQvRmhtQ1F3ckgvNGQiLCJtYWMiOiJmMDliZjU5YjE0OTlhODIyOGNiOTgwYTkwMDhhNTI3MWVlMTIzMWM2M2VkYTk4NTk2OGE4ZGRlNGE4OGFiZDc2IiwidGFnIjoiIn0%3D
host
www.askmesolutions.in
pragma
no-cache
sec-ch-ua
"Chromium";v="130", "HeadlessChrome";v="130", "Not?A_Brand";v="99"
sec-ch-ua-mobile
?0
sec-ch-ua-platform
"Windows"
sec-fetch-dest
document
sec-fetch-mode
navigate
sec-fetch-site
none
sec-fetch-user
?1
upgrade-insecure-requests
1
user-agent
Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)
x-https
1

Body

[]

App

Routing

Controller
App\Http\Controllers\SiteController@productReview
Route name
product.review
Middleware
  • web

Context

Versions

Php Version
8.2.28
Laravel Version
9.52.4
Laravel Locale
en
Laravel Config Cached
true
App Debug
true
App Env
production
11:07:24 PM
Runtime 21.19ms
Connection mysql
select * from `products` where `products`.`id` = ? limit 1
11:07:24 PM
Runtime 0.68ms
Connection mysql
select count(*) as aggregate from `ratings` inner join `products` on `products`.`id` = `ratings`.`product_id` where `ratings`.`product_id` = ?
11:07:24 PM
Runtime 15.48ms
Connection mysql
select `name` from `marketplaces` where `slug` is null limit 1
11:07:24 PM
Runtime 16.85ms
Connection mysql
select * from `settings` where `settings`.`id` = ? limit 1
11:07:24 PM
Runtime 5.22ms
Connection mysql
select * from `settings` where `settings`.`id` = ? limit 1
11:07:24 PM
Runtime 2.65ms
Connection mysql
select * from `settings` where `settings`.`id` = ? limit 1
11:07:24 PM
Runtime 0.64ms
Connection mysql
select * from `settings` where `settings`.`id` = ? limit 1
11:07:24 PM
Runtime 1.37ms
Connection mysql
select * from `settings` where `settings`.`id` = ? limit 1
11:07:24 PM
Runtime 1.95ms
Connection mysql
select * from `settings` where `settings`.`id` = ? limit 1
11:07:24 PM
Runtime 2.03ms
Connection mysql
select * from `settings` where `settings`.`id` = ? limit 1
11:07:24 PM
Runtime 3.7ms
Connection mysql
select * from `settings` where `settings`.`id` = ? limit 1
11:07:24 PM
Runtime 2.1ms
Connection mysql
select * from `settings` where `settings`.`id` = ? limit 1
11:07:24 PM
Runtime 27.93ms
Connection mysql
select * from `settings` where `settings`.`id` = ? limit 1
11:07:24 PM
Runtime 3.08ms
Connection mysql
select * from `settings` where `settings`.`id` = ? limit 1
11:07:24 PM
Runtime 2.59ms
Connection mysql
select * from `categories` where `parent_id` = ? and `status` = ? and `type` = ? and `for_header` = ? order by `order_by` asc
11:07:24 PM
Runtime 1.39ms
Connection mysql
select `name` from `marketplaces` where `slug` is null limit 1
11:07:24 PM
Runtime 2.09ms
Connection mysql
select * from `categories` where `parent_id` = ? and `status` = ? and `type` = ? and `for_header` = ? order by `order_by` asc
11:07:24 PM
Runtime 1.54ms
Connection mysql
select `name` from `marketplaces` where `slug` is null limit 1
11:07:24 PM
Runtime 1.18ms
Connection mysql
select `name` from `marketplaces` where `slug` is null limit 1
11:07:24 PM
Runtime 1.03ms
Connection mysql
select `name` from `marketplaces` where `slug` is null limit 1
11:07:24 PM
Runtime 1.58ms
Connection mysql
select `name` from `marketplaces` where `slug` is null limit 1
11:07:24 PM
Runtime 1.24ms
Connection mysql
select `name` from `marketplaces` where `slug` is null limit 1
11:07:24 PM
Runtime 1.78ms
Connection mysql
select `name` from `marketplaces` where `slug` is null limit 1
11:07:24 PM
Runtime 0.76ms
Connection mysql
select `name` from `marketplaces` where `slug` is null limit 1
11:07:24 PM
Runtime 1.04ms
Connection mysql
select `name` from `marketplaces` where `slug` is null limit 1
11:07:24 PM
Runtime 2.07ms
Connection mysql
select * from `categories` where `parent_id` = ? and `status` = ? and `type` = ? and `for_header` = ? order by `order_by` asc
11:07:24 PM
Runtime 1.15ms
Connection mysql
select `name` from `marketplaces` where `slug` is null limit 1
11:07:24 PM
Runtime 0.48ms
Connection mysql
select `name` from `marketplaces` where `slug` is null limit 1
11:07:24 PM
Runtime 1.29ms
Connection mysql
select `name` from `marketplaces` where `slug` is null limit 1
11:07:24 PM
Runtime 1.66ms
Connection mysql
select * from `categories` where `parent_id` = ? and `status` = ? and `type` = ? and `for_header` = ? order by `order_by` asc
11:07:24 PM
Runtime 1.41ms
Connection mysql
select `name` from `marketplaces` where `slug` is null limit 1
11:07:24 PM
Runtime 1.05ms
Connection mysql
select `name` from `marketplaces` where `slug` is null limit 1
11:07:24 PM
Runtime 1.07ms
Connection mysql
select `name` from `marketplaces` where `slug` is null limit 1
11:07:24 PM
Runtime 1.03ms
Connection mysql
select `name` from `marketplaces` where `slug` is null limit 1
11:07:24 PM
Runtime 1.34ms
Connection mysql
select * from `categories` where `parent_id` = ? and `status` = ? and `type` = ? and `for_header` = ? order by `order_by` asc
11:07:24 PM
Runtime 1.89ms
Connection mysql
select `name` from `marketplaces` where `slug` is null limit 1
11:07:24 PM
Runtime 1.33ms
Connection mysql
select `name` from `marketplaces` where `slug` is null limit 1
11:07:24 PM
Runtime 1.38ms
Connection mysql
select `name` from `marketplaces` where `slug` is null limit 1
11:07:24 PM
Runtime 1.24ms
Connection mysql
select `name` from `marketplaces` where `slug` is null limit 1
11:07:24 PM
Runtime 12.04ms
Connection mysql
select `name` from `marketplaces` where `slug` is null limit 1
11:07:24 PM
Runtime 1.46ms
Connection mysql
select `name` from `marketplaces` where `slug` is null limit 1
11:07:24 PM
Runtime 2.01ms
Connection mysql
select * from `categories` where `parent_id` = ? and `status` = ? and `type` = ? and `for_header` = ? order by `order_by` asc
11:07:24 PM
Runtime 1.47ms
Connection mysql
select `name` from `marketplaces` where `slug` is null limit 1
11:07:24 PM
Runtime 1.4ms
Connection mysql
select `name` from `marketplaces` where `slug` is null limit 1
11:07:24 PM
Runtime 1.4ms
Connection mysql
select `name` from `marketplaces` where `slug` is null limit 1
11:07:24 PM
Runtime 1.14ms
Connection mysql
select `name` from `marketplaces` where `slug` is null limit 1
11:07:24 PM
Runtime 2.14ms
Connection mysql
select * from `categories` where `parent_id` = ? and `status` = ? and `type` = ? and `for_header` = ? order by `order_by` asc
11:07:24 PM
Runtime 0.45ms
Connection mysql
select `name` from `marketplaces` where `slug` is null limit 1
11:07:24 PM
Runtime 0.84ms
Connection mysql
select `name` from `marketplaces` where `slug` is null limit 1
11:07:24 PM
Runtime 2.29ms
Connection mysql
select `name` from `marketplaces` where `slug` is null limit 1
11:07:24 PM
Runtime 0.39ms
Connection mysql
select `name` from `marketplaces` where `slug` is null limit 1
11:07:24 PM
Runtime 0.62ms
Connection mysql
select * from `categories` where `parent_id` = ? and `status` = ? and `type` = ? and `for_header` = ? order by `order_by` asc
11:07:24 PM
Runtime 0.38ms
Connection mysql
select `name` from `marketplaces` where `slug` is null limit 1
11:07:24 PM
Runtime 0.35ms
Connection mysql
select `name` from `marketplaces` where `slug` is null limit 1
11:07:24 PM
Runtime 0.34ms
Connection mysql
select `name` from `marketplaces` where `slug` is null limit 1
11:07:24 PM
Runtime 0.36ms
Connection mysql
select `name` from `marketplaces` where `slug` is null limit 1
11:07:24 PM
Runtime 0.73ms
Connection mysql
select * from `settings` where `settings`.`id` = ? limit 1
11:07:24 PM
Runtime 0.73ms
Connection mysql
select * from `settings` where `settings`.`id` = ? limit 1
11:07:24 PM
Runtime 23.71ms
Connection mysql
select count(*) as aggregate from `carts` where `session_id` != ? and `session_id` = ?
11:07:24 PM
Runtime 0.95ms
Connection mysql
select * from `settings` where `settings`.`id` = ? limit 1
11:07:24 PM
Runtime 0.73ms
Connection mysql
select * from `settings` where `settings`.`id` = ? limit 1
11:07:24 PM
Runtime 0.63ms
Connection mysql
select * from `settings` where `settings`.`id` = ? limit 1
11:07:24 PM
Runtime 0.65ms
Connection mysql
select * from `settings` where `settings`.`id` = ? limit 1
11:07:24 PM
Runtime 0.66ms
Connection mysql
select count(*) as aggregate from `carts` where `session_id` != ? and `session_id` = ?
11:07:24 PM
Runtime 0.59ms
Connection mysql
select * from `settings` where `settings`.`id` = ? limit 1
11:07:24 PM
Runtime 0.58ms
Connection mysql
select * from `settings` where `settings`.`id` = ? limit 1
11:07:24 PM
Runtime 0.62ms
Connection mysql
select * from `settings` where `settings`.`id` = ? limit 1
11:07:24 PM
Runtime 2.69ms
Connection mysql
select * from `settings` where `settings`.`id` = ? limit 1
11:07:24 PM
Runtime 0.62ms
Connection mysql
select * from `settings` where `settings`.`id` = ? limit 1
11:07:24 PM
Runtime 0.6ms
Connection mysql
select * from `settings` where `settings`.`id` = ? limit 1
11:07:24 PM
Runtime 0.54ms
Connection mysql
select * from `settings` where `settings`.`id` = ? limit 1
11:07:24 PM
Runtime 0.49ms
Connection mysql
select * from `settings` where `settings`.`id` = ? limit 1
11:07:24 PM
Runtime 0.69ms
Connection mysql
select * from `settings` where `settings`.`id` = ? limit 1
11:07:24 PM
Runtime 0.79ms
Connection mysql
select * from `settings` where `settings`.`id` = ? limit 1
11:07:24 PM
Runtime 0.91ms
Connection mysql
select * from `settings` where `settings`.`id` = ? limit 1
11:07:24 PM
Runtime 0.91ms
Connection mysql
select * from `settings` where `settings`.`id` = ? limit 1
11:07:24 PM
Runtime 4.49ms
Connection mysql
select * from `settings` where `settings`.`id` = ? limit 1
11:07:24 PM
Runtime 4.49ms
Connection mysql
select * from `settings` where `settings`.`id` = ? limit 1
11:07:24 PM
Runtime 0.45ms
Connection mysql
select * from `settings` where `settings`.`id` = ? limit 1
11:07:24 PM
Runtime 0.4ms
Connection mysql
select * from `settings` where `settings`.`id` = ? limit 1
11:07:24 PM
Runtime 0.54ms
Connection mysql
select * from `settings` where `settings`.`id` = ? limit 1
11:07:24 PM
Runtime 0.38ms
Connection mysql
select * from `settings` where `settings`.`id` = ? limit 1
11:07:24 PM
Runtime 0.48ms
Connection mysql
select * from `settings` where `settings`.`id` = ? limit 1
11:07:24 PM
Runtime 0.47ms
Connection mysql
select * from `settings` where `settings`.`id` = ? limit 1
11:07:24 PM
Runtime 0.54ms
Connection mysql
select * from `settings` where `settings`.`id` = ? limit 1
11:07:24 PM
Runtime 0.72ms
Connection mysql
select * from `pages` where `for_footer` = ? and `slug` not in (?, ?, ?) order by `order_by` asc
11:07:24 PM
Runtime 0.65ms
Connection mysql
select * from `pages` where `for_footer` = ? and `slug` not in (?, ?, ?) order by `order_by` asc
11:07:24 PM
Runtime 0.5ms
Connection mysql
select `name` from `marketplaces` where `slug` is null limit 1
11:07:24 PM
Runtime 0.82ms
Connection mysql
select * from `categories` where `parent_id` = ? and `status` = ? and `type` = ? and `for_footer` = ? order by `order_by` asc
11:07:24 PM
Runtime 0.6ms
Connection mysql
select * from `categories` where `parent_id` = ? and `status` = ? and `type` = ? and `for_footer` = ? order by `order_by` asc
11:07:24 PM
Runtime 0.46ms
Connection mysql
select `name` from `marketplaces` where `slug` is null limit 1
11:07:24 PM
Runtime 0.45ms
Connection mysql
select `name` from `marketplaces` where `slug` is null limit 1
11:07:24 PM
Runtime 0.37ms
Connection mysql
select `name` from `marketplaces` where `slug` is null limit 1
11:07:24 PM
Runtime 0.46ms
Connection mysql
select `name` from `marketplaces` where `slug` is null limit 1
11:07:24 PM
Runtime 0.53ms
Connection mysql
select `name` from `marketplaces` where `slug` is null limit 1
11:07:24 PM
Runtime 0.37ms
Connection mysql
select `name` from `marketplaces` where `slug` is null limit 1
11:07:24 PM
Runtime 0.35ms
Connection mysql
select `name` from `marketplaces` where `slug` is null limit 1
11:07:24 PM
Runtime 0.67ms
Connection mysql
select * from `pages` where `for_footer` = ? and `slug` in (?, ?, ?) order by `order_by` asc
11:07:24 PM
Runtime 0.47ms
Connection mysql
select * from `settings` where `settings`.`id` = ? limit 1
11:07:24 PM
Runtime 0.4ms
Connection mysql
select * from `settings` where `settings`.`id` = ? limit 1
11:07:24 PM
Runtime 0.54ms
Connection mysql
select * from `settings` where `settings`.`id` = ? limit 1
11:07:24 PM
Runtime 0.44ms
Connection mysql
select * from `settings` where `settings`.`id` = ? limit 1
11:07:24 PM
Runtime 0.33ms
Connection mysql
select * from `states` where `id` = ? limit 1
11:07:24 PM
Runtime 0.62ms
Connection mysql
select * from `settings` where `settings`.`id` = ? limit 1
11:07:24 PM
Runtime 0.47ms
Connection mysql
select * from `countries` where `id` = ? limit 1
11:07:24 PM
Runtime 0.5ms
Connection mysql
select * from `settings` where `settings`.`id` = ? limit 1
11:07:24 PM
Runtime 0.62ms
Connection mysql
select * from `settings` where `settings`.`id` = ? limit 1
11:07:24 PM
Runtime 0.44ms
Connection mysql
select * from `settings` where `settings`.`id` = ? limit 1
11:07:24 PM
Runtime 0.6ms
Connection mysql
select * from `settings` where `settings`.`id` = ? limit 1
11:07:24 PM
Runtime 0.56ms
Connection mysql
select * from `settings` where `settings`.`id` = ? limit 1
11:07:24 PM
Runtime 0.41ms
Connection mysql
select * from `settings` where `settings`.`id` = ? limit 1
11:07:24 PM
Runtime 0.38ms
Connection mysql
select * from `settings` where `settings`.`id` = ? limit 1
11:07:24 PM
Runtime 0.65ms
Connection mysql
select * from `settings` where `settings`.`id` = ? limit 1
11:07:24 PM
Runtime 0.6ms
Connection mysql
select * from `settings` where `settings`.`id` = ? limit 1
11:07:24 PM
Runtime 0.79ms
Connection mysql
select * from `settings` where `settings`.`id` = ? limit 1
11:07:24 PM
Runtime 0.59ms
Connection mysql
select * from `settings` where `settings`.`id` = ? limit 1
11:07:24 PM
Runtime 0.47ms
Connection mysql
select count(*) as aggregate from `carts` where `session_id` != ? and `session_id` = ?
11:07:24 PM
Runtime 0.48ms
Connection mysql
select * from `settings` where `settings`.`id` = ? limit 1
11:07:24 PM
Runtime 0.53ms
Connection mysql
select * from `settings` where `settings`.`id` = ? limit 1