Bglobal Bglobal

Profile

Bglobal plc is the UK’s trusted provider of smart energy solutions. It provides a complete end-to-end energy management solution, helping customers, however large or small, to consume and purchase energy more efficiently. Smart energy solutions are delivered through Bglobal plc’s group of subsidiary companies. These include: Bglobal Metering – specialists in the supply of smart meters and analysis of consumption data. Bsmart Energy Solutions – providers of energy management services, energy bureau, energy procurement to B2B customers. Nutech Training – dedicated training programme for next generation of smart meter engineers.

Bglobal's Profile

7.4.33PHP Version127msRequest Duration6MBMemory UsageGET profile/{slug}Route
  • infoNot Logged in - Enabling Caching
  • infoApplying Caching Header to Response
  • Booting (16.02ms)
  • Application (110ms)
  • Navigation View Composer (7μs)
  • Partners View Composer (2.18ms)
  • Broadcast Composer (4.88ms)
  • Navigation View Composer (4μs)
  • 1 x Application (87.22%)
    110.47ms
    1 x Booting (12.65%)
    16.02ms
    1 x Broadcast Composer (3.86%)
    4.88ms
    1 x Partners View Composer (1.72%)
    2.18ms
    2 x Navigation View Composer (0.01%)
    11μs
    16 templates were rendered
    • frontend.profile (resources/views/frontend/profile.blade.php)2blade
      Params
      0
      profile
      1
      articles
    • frontend.profiles._avatar (resources/views/frontend/profiles/_avatar.blade.php)7blade
      Params
      0
      obLevel
      1
      __env
      2
      app
      3
      errors
      4
      profile
      5
      articles
      6
      image
    • news._smaller_article (resources/views/news/_smaller_article.blade.php)9blade
      Params
      0
      obLevel
      1
      __env
      2
      app
      3
      errors
      4
      profile
      5
      articles
      6
      __currentLoopData
      7
      article
      8
      loop
    • pictures._picture (resources/views/pictures/_picture.blade.php)7blade
      Params
      0
      image
      1
      src
      2
      sources
      3
      hideCopyright
      4
      smallCopyright
      5
      cover
      6
      lazyLoad
    • pagination::default (resources/views/vendor/pagination/default.blade.php)2blade
      Params
      0
      paginator
      1
      elements
    • layouts.app (resources/views/layouts/app.blade.php)9blade
      Params
      0
      obLevel
      1
      __env
      2
      app
      3
      errors
      4
      profile
      5
      articles
      6
      __currentLoopData
      7
      article
      8
      loop
    • layouts._meta (resources/views/layouts/_meta.blade.php)9blade
      Params
      0
      obLevel
      1
      __env
      2
      app
      3
      errors
      4
      profile
      5
      articles
      6
      __currentLoopData
      7
      article
      8
      loop
    • frontend.adverts._scripts (resources/views/frontend/adverts/_scripts.blade.php)9blade
      Params
      0
      obLevel
      1
      __env
      2
      app
      3
      errors
      4
      profile
      5
      articles
      6
      __currentLoopData
      7
      article
      8
      loop
    • snippets._matomo (resources/views/snippets/_matomo.blade.php)12blade
      Params
      0
      obLevel
      1
      __env
      2
      app
      3
      errors
      4
      profile
      5
      articles
      6
      __currentLoopData
      7
      article
      8
      loop
      9
      gtag
      10
      ua
      11
      matomo
    • snippets._gtag (resources/views/snippets/_gtag.blade.php)12blade
      Params
      0
      obLevel
      1
      __env
      2
      app
      3
      errors
      4
      profile
      5
      articles
      6
      __currentLoopData
      7
      article
      8
      loop
      9
      gtag
      10
      ua
      11
      matomo
    • snippets._gtag-ns (resources/views/snippets/_gtag-ns.blade.php)9blade
      Params
      0
      obLevel
      1
      __env
      2
      app
      3
      errors
      4
      profile
      5
      articles
      6
      __currentLoopData
      7
      article
      8
      loop
    • frontend._header (resources/views/frontend/_header.blade.php)12blade
      Params
      0
      obLevel
      1
      __env
      2
      app
      3
      errors
      4
      profile
      5
      articles
      6
      __currentLoopData
      7
      article
      8
      loop
      9
      sectors
      10
      regions
      11
      partners
    • layouts._flashes (resources/views/layouts/_flashes.blade.php)10blade
      Params
      0
      obLevel
      1
      __env
      2
      app
      3
      errors
      4
      profile
      5
      articles
      6
      __currentLoopData
      7
      article
      8
      loop
      9
      broadcast
    • layouts._notifications (resources/views/layouts/_notifications.blade.php)10blade
      Params
      0
      obLevel
      1
      __env
      2
      app
      3
      errors
      4
      profile
      5
      articles
      6
      __currentLoopData
      7
      article
      8
      loop
      9
      broadcast
    • footer._footer (resources/views/footer/_footer.blade.php)11blade
      Params
      0
      obLevel
      1
      __env
      2
      app
      3
      errors
      4
      profile
      5
      articles
      6
      __currentLoopData
      7
      article
      8
      loop
      9
      sectors
      10
      regions
    • layouts._tracking (resources/views/layouts/_tracking.blade.php)9blade
      Params
      0
      obLevel
      1
      __env
      2
      app
      3
      errors
      4
      profile
      5
      articles
      6
      __currentLoopData
      7
      article
      8
      loop
    uri
    GET profile/{slug}
    middleware
    web
    as
    profile.view
    controller
    App\Http\Controllers\Frontend\ProfileController@view
    namespace
    App\Http\Controllers
    prefix
    /profile/{slug}
    where
    file
    app/Http/Controllers/Frontend/ProfileController.php:12-23
    8 statements were executed77.61ms
    • select *, case when "profile_id" is not null then true else false end as premium from "profiles" left join "premium_memberships" on "id" = "profile_id" where "id" = (select "profile_id" from "profile_pages" where "slug" = 'bglobal') limit 140.56ms/app/Http/Controllers/Frontend/ProfileController.php:37production
      Metadata
      Bindings
      • 0. bglobal
      Backtrace
      • 16. /app/Http/Controllers/Frontend/ProfileController.php:37
      • 17. /app/Http/Controllers/Frontend/ProfileController.php:14
      • 20. /vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:45
      • 21. /vendor/laravel/framework/src/Illuminate/Routing/Route.php:219
      • 22. /vendor/laravel/framework/src/Illuminate/Routing/Route.php:176
    • select count(*) as aggregate from "articles" where "articles"."profile_id" = '17a2743a-f876-401c-a8ff-0f79e34d3a86' and "articles"."profile_id" is not null and ("status" = 'published' and "published_at" <= '2025-04-07 02:22:41') and exists (select * from "images" inner join "imageables" on "images"."id" = "imageables"."image_id" where "articles"."id" = "imageables"."imageable_id" and "imageables"."imageable_type" = 'article' and "images"."deleted_at" is null) and "articles"."deleted_at" is null11.99ms/vendor/laravel/framework/src/Illuminate/Support/Traits/ForwardsCalls.php:23production
      Metadata
      Bindings
      • 0. 17a2743a-f876-401c-a8ff-0f79e34d3a86
      • 1. published
      • 2. 2025-04-07 02:22:41
      • 3. article
      Backtrace
      • 15. /vendor/laravel/framework/src/Illuminate/Support/Traits/ForwardsCalls.php:23
      • 17. /app/Http/Controllers/Frontend/ProfileController.php:20
      • 20. /vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:45
      • 21. /vendor/laravel/framework/src/Illuminate/Routing/Route.php:219
      • 22. /vendor/laravel/framework/src/Illuminate/Routing/Route.php:176
    • select * from "articles" where "articles"."profile_id" = '17a2743a-f876-401c-a8ff-0f79e34d3a86' and "articles"."profile_id" is not null and ("status" = 'published' and "published_at" <= '2025-04-07 02:22:41') and exists (select * from "images" inner join "imageables" on "images"."id" = "imageables"."image_id" where "articles"."id" = "imageables"."imageable_id" and "imageables"."imageable_type" = 'article' and "images"."deleted_at" is null) and "articles"."deleted_at" is null order by "published_at" desc limit 12 offset 09.12ms/vendor/laravel/framework/src/Illuminate/Support/Traits/ForwardsCalls.php:23production
      Metadata
      Bindings
      • 0. 17a2743a-f876-401c-a8ff-0f79e34d3a86
      • 1. published
      • 2. 2025-04-07 02:22:41
      • 3. article
      Backtrace
      • 15. /vendor/laravel/framework/src/Illuminate/Support/Traits/ForwardsCalls.php:23
      • 17. /app/Http/Controllers/Frontend/ProfileController.php:20
      • 20. /vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:45
      • 21. /vendor/laravel/framework/src/Illuminate/Routing/Route.php:219
      • 22. /vendor/laravel/framework/src/Illuminate/Routing/Route.php:176
    • select "images".*, "imageables"."imageable_id" as "pivot_imageable_id", "imageables"."image_id" as "pivot_image_id", "imageables"."imageable_type" as "pivot_imageable_type", "imageables"."caption" as "pivot_caption" from "images" inner join "imageables" on "images"."id" = "imageables"."image_id" where "imageables"."imageable_id" in ('e73b29b9-6365-40e2-902f-ce3228faf606') and "imageables"."imageable_type" = 'article' and "images"."deleted_at" is null2.13ms/vendor/laravel/framework/src/Illuminate/Support/Traits/ForwardsCalls.php:23production
      Metadata
      Bindings
      • 0. e73b29b9-6365-40e2-902f-ce3228faf606
      • 1. article
      Backtrace
      • 19. /vendor/laravel/framework/src/Illuminate/Support/Traits/ForwardsCalls.php:23
      • 21. /app/Http/Controllers/Frontend/ProfileController.php:20
      • 24. /vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:45
      • 25. /vendor/laravel/framework/src/Illuminate/Routing/Route.php:219
      • 26. /vendor/laravel/framework/src/Illuminate/Routing/Route.php:176
    • select "tags".*, "taggables"."taggable_id" as "pivot_taggable_id", "taggables"."tag_id" as "pivot_tag_id", "taggables"."taggable_type" as "pivot_taggable_type" from "tags" inner join "taggables" on "tags"."id" = "taggables"."tag_id" where "taggables"."taggable_id" in ('e73b29b9-6365-40e2-902f-ce3228faf606') and "taggables"."taggable_type" = 'article' and "tags"."deleted_at" is null9.3ms/vendor/laravel/framework/src/Illuminate/Support/Traits/ForwardsCalls.php:23production
      Metadata
      Bindings
      • 0. e73b29b9-6365-40e2-902f-ce3228faf606
      • 1. article
      Backtrace
      • 19. /vendor/laravel/framework/src/Illuminate/Support/Traits/ForwardsCalls.php:23
      • 21. /app/Http/Controllers/Frontend/ProfileController.php:20
      • 24. /vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:45
      • 25. /vendor/laravel/framework/src/Illuminate/Routing/Route.php:219
      • 26. /vendor/laravel/framework/src/Illuminate/Routing/Route.php:176
    • select * from "profile_pages" where "profile_pages"."profile_id" = '17a2743a-f876-401c-a8ff-0f79e34d3a86' and "profile_pages"."profile_id" is not null limit 11.34ms/app/Domain/Profiles/Profile.php:165production
      Metadata
      Bindings
      • 0. 17a2743a-f876-401c-a8ff-0f79e34d3a86
      Backtrace
      • 20. /app/Domain/Profiles/Profile.php:165
      • 21. view::frontend.profile:7
      • 23. /vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:59
      • 24. /vendor/laravel/framework/src/Illuminate/View/View.php:142
      • 25. /vendor/laravel/framework/src/Illuminate/View/View.php:125
    • select "images".*, "imageables"."imageable_id" as "pivot_imageable_id", "imageables"."image_id" as "pivot_image_id", "imageables"."imageable_type" as "pivot_imageable_type" from "images" inner join "imageables" on "images"."id" = "imageables"."image_id" where "imageables"."imageable_id" = '17a2743a-f876-401c-a8ff-0f79e34d3a86' and "imageables"."imageable_type" = 'profile' and "images"."deleted_at" is null1.69msview::frontend.profile:9production
      Metadata
      Bindings
      • 0. 17a2743a-f876-401c-a8ff-0f79e34d3a86
      • 1. profile
      Backtrace
      • 19. view::frontend.profile:9
      • 21. /vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:59
      • 22. /vendor/laravel/framework/src/Illuminate/View/View.php:142
      • 23. /vendor/laravel/framework/src/Illuminate/View/View.php:125
      • 24. /vendor/laravel/framework/src/Illuminate/View/View.php:90
    • select * from "partners" where "partners"."deleted_at" is null order by "created_at" asc1.48ms/app/Domain/Partners/PartnerRepository.php:58production
      Metadata
      Backtrace
      • 14. /app/Domain/Partners/PartnerRepository.php:58
      • 15. /app/Http/ViewComposers/PartnersComposer.php:24
      • 16. /app/Http/ViewComposers/SimpleComposer.php:15
      • 21. /vendor/laravel/framework/src/Illuminate/View/Concerns/ManagesEvents.php:179
      • 22. /vendor/laravel/framework/src/Illuminate/View/View.php:123
    App\Domain\Partners\Partner
    5
    App\Domain\Profiles\Page
    1
    App\Domain\Tags\Tag
    6
    App\Domain\Images\Image
    2
    App\Domain\Articles\Article
    1
    App\Domain\Profiles\Profile
    1
        _token
        mdvpNoFf7ZtBxVdvayQ4ywGqdfyjSuBOtE8uDDmB
        _previous
        array:1 [ "url" => "https://bdailytest.cargodev.co.uk/profile/bglobal" ]
        _flash
        array:2 [ "old" => [] "new" => [] ]
        PHPDEBUGBAR_STACK_DATA
        []
        path_info
        /profile/bglobal
        status_code
        200
        
        status_text
        OK
        format
        html
        content_type
        text/html; charset=UTF-8
        request_query
        []
        
        request_request
        []
        
        request_headers
        0 of 0
        array:25 [ "x-varnish" => array:1 [ 0 => "740160" ] "accept-encoding" => array:1 [ 0 => "gzip" ] "host" => array:1 [ 0 => "backend_web" ] "via" => array:1 [ 0 => "1.1 c30ae44ae13d (Varnish/7.5)" ] "x-forwarded-for" => array:1 [ 0 => "18.117.103.79, 172.18.0.5" ] "x-real-ip" => array:1 [ 0 => "18.117.103.79" ] "x-forwarded-server" => array:1 [ 0 => "c7fe1cb633e9" ] "x-forwarded-proto" => array:1 [ 0 => "https" ] "x-forwarded-port" => array:1 [ 0 => "443" ] "x-forwarded-host" => array:1 [ 0 => "bdailytest.cargodev.co.uk" ] "upgrade-insecure-requests" => array:1 [ 0 => "1" ] "sec-fetch-user" => array:1 [ 0 => "?1" ] "sec-fetch-site" => array:1 [ 0 => "none" ] "sec-fetch-mode" => array:1 [ 0 => "navigate" ] "sec-fetch-dest" => array:1 [ 0 => "document" ] "sec-ch-ua-platform" => array:1 [ 0 => ""Windows"" ] "sec-ch-ua-mobile" => array:1 [ 0 => "?0" ] "sec-ch-ua" => array:1 [ 0 => ""HeadlessChrome";v="129", "Not=A?Brand";v="8", "Chromium";v="129"" ] "priority" => array:1 [ 0 => "u=0, i" ] "pragma" => array:1 [ 0 => "no-cache" ] "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)" ] "content-length" => array:1 [ 0 => "" ] "content-type" => array:1 [ 0 => "" ] "x-cacheable" => array:1 [ 0 => "Yes" ] ]
        request_server
        0 of 0
        array:131 [ "REDIS_PORT" => "6379" "DB_CONNECTION" => "pgsql" "LOG_LEVEL" => "debug" "APP_DEBUG" => "true" "PIWIK_TOKEN" => "" "MAIL_USERNAME" => "postmaster@bdaily.co.uk" "HOSTNAME" => "fcd5a0129215" "MAILGUN_ENDPOINT" => "api.eu.mailgun.net" "DB_PORT" => "5432" "APP_URL" => "https://bdailytest.cargodev.co.uk" "PHP_INI_DIR" => "/usr/local/etc/php" "MAILGUN_SECRET" => "******" "DISQUS_SHORTNAME" => "bdaily-2" "FLICKR_SECRET" => "******" "APP_DOMAIN" => "bdaily" "HOME" => "/var/www" "PIWIK_SITE_ID" => "1" "APP_API_DOMAIN" => "api.bdailytest.cargodev.co.uk" "PEXELS_API_KEY" => "******" "DB_DATABASE" => "production" "NEVERBOUNCE_USERNAME" => "" "PHP_LDFLAGS" => "-Wl,-O1 -pie" "MAIL_DRIVER" => "mailgun" "GOOGLE_SERVICE_ACCOUNT_NAME" => "bdaily@bdaily-437407.iam.gserviceaccount.com" "CAMPAIGN_MONITOR_API_KEY" => "******" "APP_NAME" => "Bdaily" "PHP_CFLAGS" => "-fstack-protector-strong -fpic -fpie -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64" "GOOGLE_REPORTING_API_KEY" => "******" "PHP_VERSION" => "7.4.33" "SESSION_DRIVER" => "redis" "DB_USERNAME" => "bdaily" "S3_BUCKET" => "bdaily" "APP_API_CLIENT" => "" "BEANSTALKD_HOST" => "beanstalkd" "GPG_KEYS" => "42670A7FE4D0441C8E4632349E4FDC074A4EF02D 5A52880781F755608BF815FC910DEB46F53EA312" "CACHE_DURATION" => "1" "PHP_CPPFLAGS" => "-fstack-protector-strong -fpic -fpie -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64" "PHP_ASC_URL" => "https://www.php.net/distributions/php-7.4.33.tar.xz.asc" "COMMUNICATOR_PASSWORD" => "******" "QUEUE_DRIVER" => "beanstalkd" "STRIPE_PUBLIC_KEY" => "******" "PIWIK_URL" => "https://piwik.groundsix.com/" "CACHE_DRIVER" => "redis" "PHP_URL" => "https://www.php.net/distributions/php-7.4.33.tar.xz" "MAIL_ENCRYPTION" => "tls" "STRIPE_DEFAULT_TAX_RATE" => "txr_1KQSsXHpcBs23Pp4T3PCWasS" "FLICKR_KEY" => "******" "GOOGLE_CLIENT_ID" => "245337060443-j2uo82p1e0di5v28tdvaviqnjht6mpnj.apps.googleusercontent.com" "GOOGLE_CLIENT_SECRET" => "******" "S3_REGION" => "eu-west-1" "PATH" => "/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" "APP_API_SECRET" => "******" "MAIL_PASSWORD" => "******" "S3_SECRET" => "******" "STRIPE_PRODUCT_ID" => "prod_KuN6w7t9xcOVFb" "GOOGLE_EMBED_MAPS_KEY" => "******" "STRIPE_SECRET_KEY" => "******" "STRIPE_YEARLY_PRICE_ID" => "price_1KQSuGHpcBs23Pp4oy1gFKIj" "BUGSNAG_NOTIFY_RELEASE_STAGES" => "local,staging,production" "APP_BDAILY_ORG_IDS" => "f1e9e763-4610-4839-8d9f-6d41dc6053c9" "MAIL_HOST" => "smtp.eu.mailgun.org" "NEVERBOUNCE_SECRET_KEY" => "******" "APP_TLD" => ".co.uk" "GOOGLE_SERVICE_ACCOUNT_AUTH" => "ewogICJ0eXBlIjogInNlcnZpY2VfYWNjb3VudCIsCiAgInByb2plY3RfaWQiOiAiYmRhaWx5LTQzNzQwNyIsCiAgInByaXZhdGVfa2V5X2lkIjogIjgwOGJjMGE3YTg2MGZmN2YzNGI0YmYxOWMyZmVhMDBmZDYzM2U3MWIiLAogICJwcml2YXRlX2tleSI6ICItLS0tLUJFR0lOIFBSSVZBVEUgS0VZLS0tLS1cbk1JSUV2UUlCQURBTkJna3Foa2lHOXcwQkFRRUZBQVNDQktjd2dnU2pBZ0VBQW9JQkFRRENGaFhDc3U0UnArUHhcbjlmQ3hJbzNLRFkvVVF2TDl0MXNvQjlRZEV1TUVmR3NrWXVwUmNtd3QvWXFZUUFLeXRtRmJHNHJqRU1aa2VaZVdcbjlOQlk1akI0V1l1Y2tvdzA4RHFBRzJVanhjaUJVRTlJdGk3U25EUDJUNHBHZ0lkUHc1b201MENTUWpLZS9ST2ZcbnN2M0ZYUFRXVXR6Mm10ODhVMWs0emhRQWd6QUxqRkh3WjIrRHlKRXZNanY1SXZXNFZuM2UzbTJoZEE0S1dlWEhcblVDNCtqWVJ3QmZ1Z1NOWEFsMHg2ay85K0VJVFRWWU1LREs1WmQwMnJzamVSNUphR0kyM21pM0FHdS9PWDl1czZcbkVnUjJPUURwZVAxWmFDdTl5Q2RMRlFvSVluang1UEtkYnc5clBFcTlVTFNJQ0V1SVE2UDQyempMbmJZM1crQkZcbnNQN01KNi94QWdNQkFBRUNnZ0VBQm5DU0owUWxsd3RoaWxFMU84TmdQZ0NHTWE1SS9yY2JQTEJKenU4bC9pdWNcbnFIZnB1MnNYQU0ybFVCanJuZjlrS3BBMjR3TFcrbFY0ZktkQjFIbEt5V3Q3TU9aQjVhM0UyeVJOamtyTk5ORXpcbjJEOUhQWEMyWHFsVDlyUGtDWGI5Z2VYeFpBanpRZ2cyb3ZsZTV6SUc0NmViTWttQU43R3lSNnE2eWl1UUtBbmdcbmlTQWJXN2R4TERjMDYvWS92dTI5MW1RZ2NrVkVNclhKNU9oeFMxWk5pSUZTd0ptZlI3ZUpxSUQrOXFRd1dJd0lcbm5yQ2RDZ1ovOFRtcFltWXR0SUczcVdsUkhIcmRtK0dhdHZvM1N4a2g4dFphYW5yNmdxcjVadHZPTFdzOSsxSmVcbjFveGlFamVFTjdhQVpTZnpWZDVwTm9ja3FleVRlVkZFL2phWVJ6WXRtUUtCZ1FEdUcvSWZraGhvaEI2bFJBcnBcbmNMWkowTzNsR2ZwRVVYd3pQb25iNnppQzlNZUhWOE1RcUhIakFubW92eGpmS1hNOGZIbndiMmpBRk5vdUNlSmdcblZNcHNmM253TFhDR0F1dFp5dUwvelJ1Sm9FdFJwdzlEMmZ3NjV1a2pmelFrZWZ1Si9PWEZBNzlteUpaMXNqTnZcblNSWXpGVGJYNy9wZDhwOGlGWld1Nkh3dkpRS0JnUURRcTFxMUp2dlA4UVZ4OU5MYnNpdmJSWklFUmcxN1VXSnNcbmRueTN0eWQxMGNxRlBzUVA3ZlpHeXhWSHh6L1E1cVZVNDdrSkVVRjVibVJiT2ozak96NzN1OVhPL0hCeGNDdlFcbmQ5aEhqVmNIa0xpOG5Eb1A1bktBS080SHRYVE5UeFBVdGczMHpkZWJsY0VBaWRzbzZMeHBpZFVZWTJqSmVnb2NcbjErcjhVemo1M1FLQmdFa09jZitWeDc5cHFpMXk3eFlvNndWREFYcmx1WS8wb0hMb29VdkVwQllxSEg0K1F5OTlcblAxUXpramhnU2JWTzluaDhpTDFvc1c4ZDlzTmhiUCs1aEZJOTJxQUNrUi9ORFlFRGF4cXBSK1cyTk9YY3FDWmRcblg3S0MzczF4WGdKREd4Wi9iZEJCRWh6ck5wN3VDakgrN3J6RnFZb2ZxMlhmNTB1QjYrYzZsYit4QW9HQUExaXNcbkpMbVNVanhnUlBxVEl4alJZVHZWWXFJbzl6QlA3c05icnFxT1JISnYyQUV3cmJ5NE5WeHVZKzlMRTdPUE5UUk5cbnRGcUZmVWdLN2ZlYUpIbS93Y05PWTNwaTV6N1FSUkNXOUZiTTdYOGhwMHl1RmJFeFp1TEJKbmgvZmdkbG53U29cblpxT2ljSWxQUmczdjZORUtySHFjWXo2ODRIWkhrVHpaTk9DMHlqVUNnWUVBaVljeUJteFR2NVgzTTZMOTE4bkpcblc0WDhwcFVmazFxdHlaaThLUlFscXZXVTNQUVdoc2ZZUHJ6Rk4wTWorZHNpbWt3ZnQraWdEVkV3alBkclhQdlNcbjJPRWduNytYUytqMjJNS001bUZkMGhEV1p2eDU2QWoyQnZrWnB2V3F2TnM0RlhvYkFIL3lPKzYwVEVEcHQvUDRcbnNqbWhqa1Vnc2VDU1lJYzFERlFZanY0PVxuLS0tLS1FTkQgUFJJVkFURSBLRVktLS0tLVxuIiwKICAiY2xpZW50X2VtYWlsIjogImJkYWlseUBiZGFpbHktNDM3NDA3LmlhbS5nc2VydmljZWFjY291bnQuY29tIiwKICAiY2xpZW50X2lkIjogIjExODM2OTE1NzQyNTc2NzM5NDc0MSIsCiAgImF1dGhfdXJpIjogImh0dHBzOi8vYWNjb3VudHMuZ29vZ2xlLmNvbS9vL29hdXRoMi9hdXRoIiwKICAidG9rZW5fdXJpIjogImh0dHBzOi8vb2F1dGgyLmdvb2dsZWFwaXMuY29tL3Rva2VuIiwKICAiYXV0aF9wcm92aWRlcl94NTA5X2NlcnRfdXJsIjogImh0dHBzOi8vd3d3Lmdvb2dsZWFwaXMuY29tL29hdXRoMi92MS9jZXJ0cyIsCiAgImNsaWVudF94NTA5X2NlcnRfdXJsIjogImh0dHBzOi8vd3d3Lmdvb2dsZWFwaXMuY29tL3JvYm90L3YxL21ldGFkYXRhL3g1MDkvYmRhaWx5JTQwYmRhaWx5LTQzNzQwNy5pYW0uZ3NlcnZpY2VhY2NvdW50LmNvbSIsCiAgInVuaXZlcnNlX2RvbWFpbiI6ICJnb29nbGVhcGlzLmNvbSIKfQ==ewogICJ0eXBlIjogInNlcnZpY2VfYWNjb3VudCIsCiAgInByb2plY3RfaWQiOiAiYmRhaWx5LTQzNzQwNyIsCiAgInByaXZhdGVfa2V5X2lkIjogIjgwOGJjMGE3YTg2MGZmN2YzNGI0YmYxOWMyZmVhMDBmZDYz" "APP_LOG_LEVEL" => "debug" "REDIS_PASSWORD" => "******" "MAILGUN_DOMAIN" => "bdaily.co.uk" "CAMPAIGN_MONITOR_CLIENT_ID" => "1337553bde0d556d315ea8591b37b85c" "STRIPE_MONTHLY_PRICE_ID" => "price_1KQSuGHpcBs23Pp4ZMLbOkaP" "BUGSNAG_API_KEY" => "******" "MAIL_PORT" => "587" "APP_KEY" => "******" "APP_ENV" => "production" "GOOGLE_REPORTING_PROPERTY" => "379401283" "DB_PASSWORD" => "******" "REDIS_HOST" => "redis" "PHPIZE_DEPS" => "autoconf \t\tdpkg-dev \t\tfile \t\tg++ \t\tgcc \t\tlibc-dev \t\tmake \t\tpkg-config \t\tre2c" "PWD" => "/var/www/html" "PHP_SHA256" => "924846abf93bc613815c55dd3f5809377813ac62a9ec4eb3778675b82a27b927" "S3_KEY" => "******" "DB_HOST" => "db" "COMMUNICATOR_USERNAME" => "" "USER" => "www-data" "HTTP_X_VARNISH" => "740160" "HTTP_ACCEPT_ENCODING" => "gzip" "HTTP_HOST" => "backend_web" "HTTP_VIA" => "1.1 c30ae44ae13d (Varnish/7.5)" "HTTP_X_FORWARDED_FOR" => "18.117.103.79, 172.18.0.5" "HTTP_X_REAL_IP" => "18.117.103.79" "HTTP_X_FORWARDED_SERVER" => "c7fe1cb633e9" "HTTP_X_FORWARDED_PROTO" => "https" "HTTP_X_FORWARDED_PORT" => "443" "HTTP_X_FORWARDED_HOST" => "bdailytest.cargodev.co.uk" "HTTP_UPGRADE_INSECURE_REQUESTS" => "1" "HTTP_SEC_FETCH_USER" => "?1" "HTTP_SEC_FETCH_SITE" => "none" "HTTP_SEC_FETCH_MODE" => "navigate" "HTTP_SEC_FETCH_DEST" => "document" "HTTP_SEC_CH_UA_PLATFORM" => ""Windows"" "HTTP_SEC_CH_UA_MOBILE" => "?0" "HTTP_SEC_CH_UA" => ""HeadlessChrome";v="129", "Not=A?Brand";v="8", "Chromium";v="129"" "HTTP_PRIORITY" => "u=0, i" "HTTP_PRAGMA" => "no-cache" "HTTP_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" "HTTP_USER_AGENT" => "Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)" "PATH_INFO" => "" "SCRIPT_FILENAME" => "/var/www/html/public/index.php" "REDIRECT_STATUS" => "200" "SERVER_NAME" => "bdaily.co.uk" "SERVER_PORT" => "8080" "SERVER_ADDR" => "172.18.0.7" "REMOTE_PORT" => "54202" "REMOTE_ADDR" => "172.18.0.8" "SERVER_SOFTWARE" => "nginx/1.27.0" "GATEWAY_INTERFACE" => "CGI/1.1" "REQUEST_SCHEME" => "http" "SERVER_PROTOCOL" => "HTTP/1.1" "DOCUMENT_ROOT" => "/var/www/html/public" "DOCUMENT_URI" => "/index.php" "REQUEST_URI" => "/profile/bglobal" "SCRIPT_NAME" => "/index.php" "CONTENT_LENGTH" => "" "CONTENT_TYPE" => "" "REQUEST_METHOD" => "GET" "QUERY_STRING" => "" "FCGI_ROLE" => "RESPONDER" "PHP_SELF" => "/index.php" "REQUEST_TIME_FLOAT" => 1743988961.8849 "REQUEST_TIME" => 1743988961 "argv" => [] "argc" => 0 ]
        request_cookies
        []
        
        response_headers
        0 of 0
        array:6 [ "cache-control" => array:1 [ 0 => "max-age=30, public" ] "date" => array:1 [ 0 => "Mon, 07 Apr 2025 01:22:41 GMT" ] "content-type" => array:1 [ 0 => "text/html; charset=UTF-8" ] "x-cacheable" => array:1 [ 0 => "Yes" ] "set-cookie" => array:2 [ 0 => "XSRF-TOKEN=eyJpdiI6ImQ2UWZBdzRTMmttT0RkMXpkNnUrK3c9PSIsInZhbHVlIjoieGtMcXg3cWJaVjFSQlFUaEZvMzB3NnBwb0RZVWtWc1ZmYXE3bGE5WllRdzNBMjFjNGtJaStFb25aNWRqUVZBSCIsIm1hYyI6IjVlOWJjZmE5MTg1ZDRiZWJlYmFlNjZhY2Q5MTBiNTRlMTU0MGRjMmY0ZGVmOWJjYmYyMGM2MTUzMzQ5MDhkYzgifQ%3D%3D; expires=Thu, 05-Apr-2035 01:22:42 GMT; Max-Age=315360000; path=/; secureXSRF-TOKEN=eyJpdiI6ImQ2UWZBdzRTMmttT0RkMXpkNnUrK3c9PSIsInZhbHVlIjoieGtMcXg3cWJaVjFSQlFUaEZvMzB3NnBwb0RZVWtWc1ZmYXE3bGE5WllRdzNBMjFjNGtJaStFb25aNWRqUVZBSCIsIm1hY" 1 => "bdaily_session=eyJpdiI6IkpyUUZOYUZ3Ym5sMkFTRDhWdG40K0E9PSIsInZhbHVlIjoiRDA4cmNiZVJ4RFMrTWVNOVNjTE5wcUNWd2FBY28yamREUVZpMmpPVWUxbytOMDNNQmVEb3EyYVNiV2ZDQVNJTCIsIm1hYyI6ImY1ZDEyNWE3ZjBiNTA3NjM5MzE1Nzg1MTEwMGRkYzM0NWQzZjFmNmRhMmEyMTVlYjhjOGRlNTIxNmFmNDkwMzgifQ%3D%3D; expires=Thu, 05-Apr-2035 01:22:42 GMT; Max-Age=315360000; path=/; secure; httponlybdaily_session=eyJpdiI6IkpyUUZOYUZ3Ym5sMkFTRDhWdG40K0E9PSIsInZhbHVlIjoiRDA4cmNiZVJ4RFMrTWVNOVNjTE5wcUNWd2FBY28yamREUVZpMmpPVWUxbytOMDNNQmVEb3EyYVNiV2ZDQVNJTCIsI" ] "Set-Cookie" => array:2 [ 0 => "XSRF-TOKEN=eyJpdiI6ImQ2UWZBdzRTMmttT0RkMXpkNnUrK3c9PSIsInZhbHVlIjoieGtMcXg3cWJaVjFSQlFUaEZvMzB3NnBwb0RZVWtWc1ZmYXE3bGE5WllRdzNBMjFjNGtJaStFb25aNWRqUVZBSCIsIm1hYyI6IjVlOWJjZmE5MTg1ZDRiZWJlYmFlNjZhY2Q5MTBiNTRlMTU0MGRjMmY0ZGVmOWJjYmYyMGM2MTUzMzQ5MDhkYzgifQ%3D%3D; expires=Thu, 05-Apr-2035 01:22:42 GMT; path=/; secureXSRF-TOKEN=eyJpdiI6ImQ2UWZBdzRTMmttT0RkMXpkNnUrK3c9PSIsInZhbHVlIjoieGtMcXg3cWJaVjFSQlFUaEZvMzB3NnBwb0RZVWtWc1ZmYXE3bGE5WllRdzNBMjFjNGtJaStFb25aNWRqUVZBSCIsIm1hY" 1 => "bdaily_session=eyJpdiI6IkpyUUZOYUZ3Ym5sMkFTRDhWdG40K0E9PSIsInZhbHVlIjoiRDA4cmNiZVJ4RFMrTWVNOVNjTE5wcUNWd2FBY28yamREUVZpMmpPVWUxbytOMDNNQmVEb3EyYVNiV2ZDQVNJTCIsIm1hYyI6ImY1ZDEyNWE3ZjBiNTA3NjM5MzE1Nzg1MTEwMGRkYzM0NWQzZjFmNmRhMmEyMTVlYjhjOGRlNTIxNmFmNDkwMzgifQ%3D%3D; expires=Thu, 05-Apr-2035 01:22:42 GMT; path=/; secure; httponlybdaily_session=eyJpdiI6IkpyUUZOYUZ3Ym5sMkFTRDhWdG40K0E9PSIsInZhbHVlIjoiRDA4cmNiZVJ4RFMrTWVNOVNjTE5wcUNWd2FBY28yamREUVZpMmpPVWUxbytOMDNNQmVEb3EyYVNiV2ZDQVNJTCIsI" ] ]
        session_attributes
        0 of 0
        array:4 [ "_token" => "mdvpNoFf7ZtBxVdvayQ4ywGqdfyjSuBOtE8uDDmB" "_previous" => array:1 [ "url" => "https://bdailytest.cargodev.co.uk/profile/bglobal" ] "_flash" => array:2 [ "old" => [] "new" => [] ] "PHPDEBUGBAR_STACK_DATA" => [] ]