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/1026
GET
curl "https://www.askmesolutions.in/product-review/1026" \
   -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=eyJpdiI6IkxQM0VkM3MyUW1TWnZxMGxnaTBNNFE9PSIsInZhbHVlIjoiWi9NR3FEMkFzbjhnN0ltNzk1RnA2aVNERlFTZmprRWV3bnd5L05oRHB1dnAxdTUxTGY3UnY3REhkNDJFdkMxYStVV0xNcUo4dThhMXJjY25rVTJkaGxIazFmVzNDMGRtdHA4SGlseDFBZE13Y1c0emZIaUhYNU5GM3VsOWZGNlMiLCJtYWMiOiIzMWE0NGU2ODJkOGY2MGNmMjBiZWRmYmIwMjQ1NGFkYTVkM2IwOTNhZWRhMWRlZDVhOTliOWU2NjM5Mjk2YmNhIiwidGFnIjoiIn0%3D; ask_me_solution_session=eyJpdiI6InhCTzFXZGo2TklDVzBRaEk1K2MzMlE9PSIsInZhbHVlIjoiamlUOUxuYVNnL29TZnBYQXBKazE5YWxvOVhUSC95UkovM2lodnZhdDg1c2tJVlZZNHhLK2U0Qjl1dC9wVlQ2RThpMWpmc2ZmTVp5VGdYT3NHTXBSK09rVjlRSHVqVWRQNTdhMm1CQjZtMTl1Qk90c2J6RUxxc1d3VncyL2JkV3kiLCJtYWMiOiJkYmIwNGE3MThjODk4MWU2MmVmMWRiYThlMTEzZmM2Y2NiZTFiNDRkY2ZjNmUzMmVhZGM1YzQ5MjUyMjkwZjg4IiwidGFnIjoiIn0%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=eyJpdiI6IkxQM0VkM3MyUW1TWnZxMGxnaTBNNFE9PSIsInZhbHVlIjoiWi9NR3FEMkFzbjhnN0ltNzk1RnA2aVNERlFTZmprRWV3bnd5L05oRHB1dnAxdTUxTGY3UnY3REhkNDJFdkMxYStVV0xNcUo4dThhMXJjY25rVTJkaGxIazFmVzNDMGRtdHA4SGlseDFBZE13Y1c0emZIaUhYNU5GM3VsOWZGNlMiLCJtYWMiOiIzMWE0NGU2ODJkOGY2MGNmMjBiZWRmYmIwMjQ1NGFkYTVkM2IwOTNhZWRhMWRlZDVhOTliOWU2NjM5Mjk2YmNhIiwidGFnIjoiIn0%3D; ask_me_solution_session=eyJpdiI6InhCTzFXZGo2TklDVzBRaEk1K2MzMlE9PSIsInZhbHVlIjoiamlUOUxuYVNnL29TZnBYQXBKazE5YWxvOVhUSC95UkovM2lodnZhdDg1c2tJVlZZNHhLK2U0Qjl1dC9wVlQ2RThpMWpmc2ZmTVp5VGdYT3NHTXBSK09rVjlRSHVqVWRQNTdhMm1CQjZtMTl1Qk90c2J6RUxxc1d3VncyL2JkV3kiLCJtYWMiOiJkYmIwNGE3MThjODk4MWU2MmVmMWRiYThlMTEzZmM2Y2NiZTFiNDRkY2ZjNmUzMmVhZGM1YzQ5MjUyMjkwZjg4IiwidGFnIjoiIn0%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
7:48:53 PM
Runtime 3.62ms
Connection mysql
select * from `products` where `products`.`id` = ? limit 1
7:48:53 PM
Runtime 0.69ms
Connection mysql
select count(*) as aggregate from `ratings` inner join `products` on `products`.`id` = `ratings`.`product_id` where `ratings`.`product_id` = ?
7:48:53 PM
Runtime 0.58ms
Connection mysql
select `name` from `marketplaces` where `slug` is null limit 1
7:48:53 PM
Runtime 0.59ms
Connection mysql
select * from `settings` where `settings`.`id` = ? limit 1
7:48:53 PM
Runtime 0.43ms
Connection mysql
select * from `settings` where `settings`.`id` = ? limit 1
7:48:53 PM
Runtime 0.36ms
Connection mysql
select * from `settings` where `settings`.`id` = ? limit 1
7:48:53 PM
Runtime 0.41ms
Connection mysql
select * from `settings` where `settings`.`id` = ? limit 1
7:48:53 PM
Runtime 0.36ms
Connection mysql
select * from `settings` where `settings`.`id` = ? limit 1
7:48:53 PM
Runtime 0.39ms
Connection mysql
select * from `settings` where `settings`.`id` = ? limit 1
7:48:53 PM
Runtime 0.34ms
Connection mysql
select * from `settings` where `settings`.`id` = ? limit 1
7:48:53 PM
Runtime 0.6ms
Connection mysql
select * from `settings` where `settings`.`id` = ? limit 1
7:48:53 PM
Runtime 0.49ms
Connection mysql
select * from `settings` where `settings`.`id` = ? limit 1
7:48:53 PM
Runtime 0.44ms
Connection mysql
select * from `settings` where `settings`.`id` = ? limit 1
7:48:53 PM
Runtime 0.46ms
Connection mysql
select * from `settings` where `settings`.`id` = ? limit 1
7:48:53 PM
Runtime 0.94ms
Connection mysql
select * from `categories` where `parent_id` = ? and `status` = ? and `type` = ? and `for_header` = ? order by `order_by` asc
7:48:53 PM
Runtime 0.51ms
Connection mysql
select `name` from `marketplaces` where `slug` is null limit 1
7:48:53 PM
Runtime 0.81ms
Connection mysql
select * from `categories` where `parent_id` = ? and `status` = ? and `type` = ? and `for_header` = ? order by `order_by` asc
7:48:53 PM
Runtime 0.48ms
Connection mysql
select `name` from `marketplaces` where `slug` is null limit 1
7:48:53 PM
Runtime 0.5ms
Connection mysql
select `name` from `marketplaces` where `slug` is null limit 1
7:48:53 PM
Runtime 0.46ms
Connection mysql
select `name` from `marketplaces` where `slug` is null limit 1
7:48:53 PM
Runtime 0.45ms
Connection mysql
select `name` from `marketplaces` where `slug` is null limit 1
7:48:53 PM
Runtime 0.44ms
Connection mysql
select `name` from `marketplaces` where `slug` is null limit 1
7:48:53 PM
Runtime 0.44ms
Connection mysql
select `name` from `marketplaces` where `slug` is null limit 1
7:48:53 PM
Runtime 0.45ms
Connection mysql
select `name` from `marketplaces` where `slug` is null limit 1
7:48:53 PM
Runtime 0.45ms
Connection mysql
select `name` from `marketplaces` where `slug` is null limit 1
7:48:53 PM
Runtime 0.73ms
Connection mysql
select * from `categories` where `parent_id` = ? and `status` = ? and `type` = ? and `for_header` = ? order by `order_by` asc
7:48:53 PM
Runtime 0.45ms
Connection mysql
select `name` from `marketplaces` where `slug` is null limit 1
7:48:53 PM
Runtime 0.47ms
Connection mysql
select `name` from `marketplaces` where `slug` is null limit 1
7:48:53 PM
Runtime 0.45ms
Connection mysql
select `name` from `marketplaces` where `slug` is null limit 1
7:48:53 PM
Runtime 0.76ms
Connection mysql
select * from `categories` where `parent_id` = ? and `status` = ? and `type` = ? and `for_header` = ? order by `order_by` asc
7:48:53 PM
Runtime 0.47ms
Connection mysql
select `name` from `marketplaces` where `slug` is null limit 1
7:48:53 PM
Runtime 0.45ms
Connection mysql
select `name` from `marketplaces` where `slug` is null limit 1
7:48:53 PM
Runtime 0.44ms
Connection mysql
select `name` from `marketplaces` where `slug` is null limit 1
7:48:53 PM
Runtime 0.45ms
Connection mysql
select `name` from `marketplaces` where `slug` is null limit 1
7:48:53 PM
Runtime 0.83ms
Connection mysql
select * from `categories` where `parent_id` = ? and `status` = ? and `type` = ? and `for_header` = ? order by `order_by` asc
7:48:53 PM
Runtime 0.39ms
Connection mysql
select `name` from `marketplaces` where `slug` is null limit 1
7:48:53 PM
Runtime 0.37ms
Connection mysql
select `name` from `marketplaces` where `slug` is null limit 1
7:48:53 PM
Runtime 1.11ms
Connection mysql
select `name` from `marketplaces` where `slug` is null limit 1
7:48:53 PM
Runtime 0.35ms
Connection mysql
select `name` from `marketplaces` where `slug` is null limit 1
7:48:53 PM
Runtime 0.67ms
Connection mysql
select `name` from `marketplaces` where `slug` is null limit 1
7:48:53 PM
Runtime 0.34ms
Connection mysql
select `name` from `marketplaces` where `slug` is null limit 1
7:48:53 PM
Runtime 0.75ms
Connection mysql
select * from `categories` where `parent_id` = ? and `status` = ? and `type` = ? and `for_header` = ? order by `order_by` asc
7:48:53 PM
Runtime 1.08ms
Connection mysql
select `name` from `marketplaces` where `slug` is null limit 1
7:48:53 PM
Runtime 0.49ms
Connection mysql
select `name` from `marketplaces` where `slug` is null limit 1
7:48:53 PM
Runtime 0.36ms
Connection mysql
select `name` from `marketplaces` where `slug` is null limit 1
7:48:53 PM
Runtime 0.46ms
Connection mysql
select `name` from `marketplaces` where `slug` is null limit 1
7:48:53 PM
Runtime 0.75ms
Connection mysql
select * from `categories` where `parent_id` = ? and `status` = ? and `type` = ? and `for_header` = ? order by `order_by` asc
7:48:53 PM
Runtime 0.45ms
Connection mysql
select `name` from `marketplaces` where `slug` is null limit 1
7:48:53 PM
Runtime 0.51ms
Connection mysql
select `name` from `marketplaces` where `slug` is null limit 1
7:48:53 PM
Runtime 0.47ms
Connection mysql
select `name` from `marketplaces` where `slug` is null limit 1
7:48:53 PM
Runtime 0.45ms
Connection mysql
select `name` from `marketplaces` where `slug` is null limit 1
7:48:53 PM
Runtime 1.32ms
Connection mysql
select * from `categories` where `parent_id` = ? and `status` = ? and `type` = ? and `for_header` = ? order by `order_by` asc
7:48:53 PM
Runtime 0.49ms
Connection mysql
select `name` from `marketplaces` where `slug` is null limit 1
7:48:53 PM
Runtime 0.46ms
Connection mysql
select `name` from `marketplaces` where `slug` is null limit 1
7:48:53 PM
Runtime 0.46ms
Connection mysql
select `name` from `marketplaces` where `slug` is null limit 1
7:48:53 PM
Runtime 0.45ms
Connection mysql
select `name` from `marketplaces` where `slug` is null limit 1
7:48:53 PM
Runtime 0.6ms
Connection mysql
select * from `settings` where `settings`.`id` = ? limit 1
7:48:53 PM
Runtime 0.52ms
Connection mysql
select * from `settings` where `settings`.`id` = ? limit 1
7:48:53 PM
Runtime 0.52ms
Connection mysql
select count(*) as aggregate from `carts` where `session_id` != ? and `session_id` = ?
7:48:53 PM
Runtime 0.51ms
Connection mysql
select * from `settings` where `settings`.`id` = ? limit 1
7:48:53 PM
Runtime 0.47ms
Connection mysql
select * from `settings` where `settings`.`id` = ? limit 1
7:48:53 PM
Runtime 0.45ms
Connection mysql
select * from `settings` where `settings`.`id` = ? limit 1
7:48:53 PM
Runtime 1.07ms
Connection mysql
select * from `settings` where `settings`.`id` = ? limit 1
7:48:53 PM
Runtime 0.54ms
Connection mysql
select count(*) as aggregate from `carts` where `session_id` != ? and `session_id` = ?
7:48:53 PM
Runtime 0.47ms
Connection mysql
select * from `settings` where `settings`.`id` = ? limit 1
7:48:53 PM
Runtime 0.45ms
Connection mysql
select * from `settings` where `settings`.`id` = ? limit 1
7:48:53 PM
Runtime 0.46ms
Connection mysql
select * from `settings` where `settings`.`id` = ? limit 1
7:48:53 PM
Runtime 0.47ms
Connection mysql
select * from `settings` where `settings`.`id` = ? limit 1
7:48:53 PM
Runtime 0.45ms
Connection mysql
select * from `settings` where `settings`.`id` = ? limit 1
7:48:53 PM
Runtime 0.44ms
Connection mysql
select * from `settings` where `settings`.`id` = ? limit 1
7:48:53 PM
Runtime 0.48ms
Connection mysql
select * from `settings` where `settings`.`id` = ? limit 1
7:48:53 PM
Runtime 0.43ms
Connection mysql
select * from `settings` where `settings`.`id` = ? limit 1
7:48:53 PM
Runtime 0.44ms
Connection mysql
select * from `settings` where `settings`.`id` = ? limit 1
7:48:53 PM
Runtime 0.48ms
Connection mysql
select * from `settings` where `settings`.`id` = ? limit 1
7:48:53 PM
Runtime 0.48ms
Connection mysql
select * from `settings` where `settings`.`id` = ? limit 1
7:48:53 PM
Runtime 0.43ms
Connection mysql
select * from `settings` where `settings`.`id` = ? limit 1
7:48:53 PM
Runtime 0.49ms
Connection mysql
select * from `settings` where `settings`.`id` = ? limit 1
7:48:53 PM
Runtime 0.49ms
Connection mysql
select * from `settings` where `settings`.`id` = ? limit 1
7:48:53 PM
Runtime 0.39ms
Connection mysql
select * from `settings` where `settings`.`id` = ? limit 1
7:48:53 PM
Runtime 0.43ms
Connection mysql
select * from `settings` where `settings`.`id` = ? limit 1
7:48:53 PM
Runtime 0.34ms
Connection mysql
select * from `settings` where `settings`.`id` = ? limit 1
7:48:53 PM
Runtime 0.39ms
Connection mysql
select * from `settings` where `settings`.`id` = ? limit 1
7:48:53 PM
Runtime 0.36ms
Connection mysql
select * from `settings` where `settings`.`id` = ? limit 1
7:48:53 PM
Runtime 0.38ms
Connection mysql
select * from `settings` where `settings`.`id` = ? limit 1
7:48:53 PM
Runtime 0.47ms
Connection mysql
select * from `settings` where `settings`.`id` = ? limit 1
7:48:53 PM
Runtime 0.66ms
Connection mysql
select * from `pages` where `for_footer` = ? and `slug` not in (?, ?, ?) order by `order_by` asc
7:48:53 PM
Runtime 0.56ms
Connection mysql
select * from `pages` where `for_footer` = ? and `slug` not in (?, ?, ?) order by `order_by` asc
7:48:53 PM
Runtime 0.5ms
Connection mysql
select `name` from `marketplaces` where `slug` is null limit 1
7:48:53 PM
Runtime 0.67ms
Connection mysql
select * from `categories` where `parent_id` = ? and `status` = ? and `type` = ? and `for_footer` = ? order by `order_by` asc
7:48:53 PM
Runtime 0.77ms
Connection mysql
select * from `categories` where `parent_id` = ? and `status` = ? and `type` = ? and `for_footer` = ? order by `order_by` asc
7:48:53 PM
Runtime 0.43ms
Connection mysql
select `name` from `marketplaces` where `slug` is null limit 1
7:48:53 PM
Runtime 0.42ms
Connection mysql
select `name` from `marketplaces` where `slug` is null limit 1
7:48:53 PM
Runtime 0.33ms
Connection mysql
select `name` from `marketplaces` where `slug` is null limit 1
7:48:53 PM
Runtime 0.43ms
Connection mysql
select `name` from `marketplaces` where `slug` is null limit 1
7:48:53 PM
Runtime 0.33ms
Connection mysql
select `name` from `marketplaces` where `slug` is null limit 1
7:48:53 PM
Runtime 0.45ms
Connection mysql
select `name` from `marketplaces` where `slug` is null limit 1
7:48:53 PM
Runtime 0.45ms
Connection mysql
select `name` from `marketplaces` where `slug` is null limit 1
7:48:53 PM
Runtime 0.5ms
Connection mysql
select * from `pages` where `for_footer` = ? and `slug` in (?, ?, ?) order by `order_by` asc
7:48:53 PM
Runtime 0.51ms
Connection mysql
select * from `settings` where `settings`.`id` = ? limit 1
7:48:53 PM
Runtime 0.42ms
Connection mysql
select * from `settings` where `settings`.`id` = ? limit 1
7:48:53 PM
Runtime 0.37ms
Connection mysql
select * from `settings` where `settings`.`id` = ? limit 1
7:48:53 PM
Runtime 0.44ms
Connection mysql
select * from `settings` where `settings`.`id` = ? limit 1
7:48:53 PM
Runtime 0.39ms
Connection mysql
select * from `states` where `id` = ? limit 1
7:48:53 PM
Runtime 0.46ms
Connection mysql
select * from `settings` where `settings`.`id` = ? limit 1
7:48:53 PM
Runtime 0.31ms
Connection mysql
select * from `countries` where `id` = ? limit 1
7:48:53 PM
Runtime 0.46ms
Connection mysql
select * from `settings` where `settings`.`id` = ? limit 1
7:48:53 PM
Runtime 0.43ms
Connection mysql
select * from `settings` where `settings`.`id` = ? limit 1
7:48:53 PM
Runtime 0.41ms
Connection mysql
select * from `settings` where `settings`.`id` = ? limit 1
7:48:53 PM
Runtime 0.33ms
Connection mysql
select * from `settings` where `settings`.`id` = ? limit 1
7:48:53 PM
Runtime 0.47ms
Connection mysql
select * from `settings` where `settings`.`id` = ? limit 1
7:48:53 PM
Runtime 0.47ms
Connection mysql
select * from `settings` where `settings`.`id` = ? limit 1
7:48:53 PM
Runtime 0.44ms
Connection mysql
select * from `settings` where `settings`.`id` = ? limit 1
7:48:53 PM
Runtime 0.45ms
Connection mysql
select * from `settings` where `settings`.`id` = ? limit 1
7:48:53 PM
Runtime 0.35ms
Connection mysql
select * from `settings` where `settings`.`id` = ? limit 1
7:48:53 PM
Runtime 0.34ms
Connection mysql
select * from `settings` where `settings`.`id` = ? limit 1
7:48:53 PM
Runtime 0.36ms
Connection mysql
select * from `settings` where `settings`.`id` = ? limit 1
7:48:53 PM
Runtime 0.43ms
Connection mysql
select count(*) as aggregate from `carts` where `session_id` != ? and `session_id` = ?
7:48:53 PM
Runtime 0.4ms
Connection mysql
select * from `settings` where `settings`.`id` = ? limit 1
7:48:53 PM
Runtime 0.44ms
Connection mysql
select * from `settings` where `settings`.`id` = ? limit 1