Келли Макгонигал

Доктор философии, психолог и профессор Стэнфордского университета, ведущий эксперт в области изучения взаимосвязи между психическим и физическим состояниями человека. Ее учебные курсы по психологии для студентов удостоены множества наград, включая высшую награду Стэнфордского университета для преподавателей, премию Уолтера Гора. Популярные открытые курсы Макгонигал, в том числе "Наука силы воли" и "Наука сострадания", рассказывают о том, как, используя достижения психологии, сделать человека более счастливым и успешным.

SettingsRequest history272msRequest Duration26MBMemory Usage10.x
Laravel Version
10.48.28
PHP Version
8.2.27
Environment
production
Debug Mode
Enabled
URL
liberia.com.ua
Timezone
Europe/Kiev
Locale
ua
GET authors/{author}
status
200 OK
full_url
https://liberia.com.ua/authors/kelli-makgonigal-8715
action_name
authors.show
controller_action
App\Http\Controllers\AuthorController@show
Theme
Open Button Position
Hide Empty Tabs
Autoshow
Reset to defaults
  • warninglog[23:51:15] LOG.warning: Return type of TCG\Voyager\Translator::offsetExists($offset) should either b...
  • warninglog[23:51:15] LOG.warning: Return type of TCG\Voyager\Translator::offsetGet($offset) should either be c...
  • warninglog[23:51:15] LOG.warning: Return type of TCG\Voyager\Translator::offsetSet($offset, $value) should eit...
  • warninglog[23:51:15] LOG.warning: Return type of TCG\Voyager\Translator::offsetUnset($offset) should either be...
  • warninglog[23:51:15] LOG.warning: Return type of TCG\Voyager\Translator::jsonSerialize() should either be comp...
status
200 OK
full_url
https://liberia.com.ua/authors/kelli-makgonigal-8715
action_name
authors.show
controller_action
App\Http\Controllers\AuthorController@show
uri
GET authors/{author}
controller
App\Http\Controllers\AuthorController@show
namespace
App\Http\Controllers
file
app/Http/Controllers/AuthorController.php:10-15
middleware
web
duration
273ms
peak_memory
28MB
response
text/html; charset=UTF-8
request_format
html
request_query
[]
request_request
[]
request_headers
0 of 0
array:15 [ "priority" => array:1 [ 0 => "u=0, i" ] "accept-encoding" => array:1 [ 0 => "gzip, deflate, br, zstd" ] "sec-fetch-dest" => array:1 [ 0 => "document" ] "sec-fetch-user" => array:1 [ 0 => "?1" ] "sec-fetch-mode" => array:1 [ 0 => "navigate" ] "sec-fetch-site" => array:1 [ 0 => "none" ] "accept" => array:1 [ 0 => "text/html,application/xhtml+xml,application/xml;q=0.9,image/avif,image/webp,image/apng,*/*;q=0.8,application/signed-exchange;v=b3;q=0.7" ] "user-agent" => array:1 [ 0 => "Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)" ] "upgrade-insecure-requests" => array:1 [ 0 => "1" ] "sec-ch-ua-platform" => array:1 [ 0 => ""Windows"" ] "sec-ch-ua-mobile" => array:1 [ 0 => "?0" ] "sec-ch-ua" => array:1 [ 0 => ""Chromium";v="130", "HeadlessChrome";v="130", "Not?A_Brand";v="99"" ] "cache-control" => array:1 [ 0 => "no-cache" ] "pragma" => array:1 [ 0 => "no-cache" ] "host" => array:1 [ 0 => "liberia.com.ua" ] ]
request_cookies
[]
response_headers
0 of 0
array:3 [ "content-type" => array:1 [ 0 => "text/html; charset=UTF-8" ] "cache-control" => array:1 [ 0 => "no-cache, private" ] "date" => array:1 [ 0 => "Fri, 09 May 2025 20:51:14 GMT" ] ]
session_attributes
0 of 0
array:1 [ "_token" => "BrcG6ePRXSQtXEhKIyuf8KeS8cMTN0YMObtz9V2I" ]
  • Booting (198ms)time
  • Application (74.02ms)time
  • Routing (2.28ms)
  • Preparing Response (42.2ms)
  • View: authors.showviews
  • View: components.like_dislike_buttonsviews
  • View: layouts.appviews
  • View: includes.navigationviews
  • View: livewire.searchviews
  • View: includes.infoviews
  • View: includes.footerviews
  • 1 x Booting (72.79%)
    198ms
    1 x Application (27.21%)
    74.02ms
    1 x Preparing Response (15.51%)
    42.20ms
    1 x Routing (0.84%)
    2.28ms
    7 x View (0%)
    0μs
    7 templates were rendered
    • authors.showshow.blade.php#?blade
    • components.like_dislike_buttonslike_dislike_buttons.blade.php#?blade
    • layouts.appapp.blade.php#?blade
    • includes.navigationnavigation.blade.php#?blade
    • livewire.searchsearch.blade.php#?blade
    • includes.infoinfo.blade.php#?blade
    • includes.footerfooter.blade.php#?blade
    6 statements were executed2.82ms
    • ImplicitRouteBinding.php#61liberia890μsselect * from `authors` where `slug` = 'kelli-makgonigal-8715' limit 1
      Bindings
      • 0: kelli-makgonigal-8715
      Backtrace
      • vendor/laravel/framework/src/Illuminate/Routing/ImplicitRouteBinding.php:61
      • vendor/laravel/framework/src/Illuminate/Routing/Router.php:959
      • vendor/livewire/livewire/src/Features/SupportPageComponents/SupportPageComponents.php:214
      • vendor/laravel/framework/src/Illuminate/Routing/Middleware/SubstituteBindings.php:41
      • vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php:183
    • AuthorController.php#12liberia420μsselect `books`.`id`, `books`.`slug`, `books`.`name`, `books`.`image`, `author_book`.`author_id` as `pivot_author_id`, `author_book`.`book_id` as `pivot_book_id` from `books` inner join `author_book` on `books`.`id` = `author_book`.`book_id` where `author_book`.`author_id` in (474)
      Backtrace
      • app/Http/Controllers/AuthorController.php:12
      • vendor/laravel/framework/src/Illuminate/Routing/Controller.php:54
      • vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:43
      • vendor/laravel/framework/src/Illuminate/Routing/Route.php:259
      • vendor/laravel/framework/src/Illuminate/Routing/Route.php:205
    • AuthorController.php#12liberia310μsselect * from `wisdoms` where `wisdoms`.`author_id` in (474)
      Backtrace
      • app/Http/Controllers/AuthorController.php:12
      • vendor/laravel/framework/src/Illuminate/Routing/Controller.php:54
      • vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:43
      • vendor/laravel/framework/src/Illuminate/Routing/Route.php:259
      • vendor/laravel/framework/src/Illuminate/Routing/Route.php:205
    • Translatable.php#117liberia360μsselect * from `translations` where `table_name` = 'authors' and `locale` in ('en', 'ru', 'ua') and `translations`.`foreign_key` in (474)
      Bindings
      • 0: authors
      • 1: en
      • 2: ru
      • 3: ua
      Backtrace
      • vendor/tcg/voyager/src/Traits/Translatable.php:117
      • view::authors.show:5
      • vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:124
      • vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
      • vendor/livewire/livewire/src/Mechanisms/ExtendBlade/ExtendedCompilerEngine.php:22
    • Reactionable.php#49liberia460μsselect value, COUNT(*) as count from `reactions` where `reactions`.`reactionable_type` = 'App\\Models\\Author' and `reactions`.`reactionable_id` = 474 and `reactions`.`reactionable_id` is not null and `type` = 'like' group by `value`
      Bindings
      • 0: App\Models\Author
      • 1: 474
      • 2: like
      Backtrace
      • app/Models/Traits/Reactionable.php:49
      • view::components.like_dislike_buttons:2
      • vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:124
      • vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
      • vendor/livewire/livewire/src/Mechanisms/ExtendBlade/ExtendedCompilerEngine.php:22
    • like_dislike_buttons.blade.php#9liberia380μsselect * from `reactions` where `reactions`.`reactionable_type` = 'App\\Models\\Author' and `reactions`.`reactionable_id` = 474 and `reactions`.`reactionable_id` is not null and `user_id` is null and `type` = 'like' limit 1
      Bindings
      • 0: App\Models\Author
      • 1: 474
      • 2: like
      Backtrace
      • view::components.like_dislike_buttons:9
      • vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:124
      • vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
      • vendor/livewire/livewire/src/Mechanisms/ExtendBlade/ExtendedCompilerEngine.php:22
      • vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:72
    App\Models\Author
    1Author.php#?
    search #lb841wDkexMOH7UHGG9f
    array:4 [ "data" => array:2 [ "query" => "" "items" => [] ] "name" => "search" "comp...
        ClearShow all
        Date ↕MethodURLData
        #12025-05-09 23:51:15GET/authors/kelli-makgonigal-871557611