Docentes de Popayán instalando Servidor Portable
Image Source: ieRed

Partner Article

WordPress Speed up Tips to Enhance Users Experience

Just put on the shoes of a general user and then only you can feel the pain when you have to wait for hours, figuratively of course, to see your WordPress blog loaded properly. Moreover, Google seems obsessed with speed and they have already launched a new web tool to help you make your website load faster – Google Page Speed Online. So, it has now become imperative If not necessity for a blogger to make his website load faster if he wishes to see better visibility of his website in Google Search result page and to give a reason to the visitors to visit again.

Here we are going to share some tips that will help you speed up your WordPress blog like never before:

USE LESS WIDGETS

Do not cram your WordPress blog with fancy widget. Before you go on adding one more addon or widget, you need to ask yourself honestly – Do I really need these funny and good-for-nothing widgets? It is quite natural to see people struggling to reduce loading time of their blog to reduce bounce rate and to enhance users experience while remaining oblivious of the fact that they have already played havoc with the WordPress blog with fluffy widgets. Samme, a web designer at Vertical Design explains it in plain and simple words - ‘More widgets will make your blog bleed. Keep the number of widgets to a minimum and you will be happy’. You may like to feature latest tweets, ‘facebook badge’, social media buttons etc, but the problem is that they will have a direct and disastrous impacts on the loading time of your blog. Moreover by adding external widgets, you are making your website dependent on other external websites.

CACHING

By setting an expiry date for static resources in the HTTP headers, you can reduce loading time of your website to a great extent. By using leverage browsing cache, you can reduce the number of http queries that are being sent to server each time a webpage gets loaded. This works perfectly for large documents like PDF files as these files are less likely to change anytime soon. Users experience of blog can be improved significantly by letting the browsers know that they do not need to download the files, if these files already exist in the browsing cache.

To make this happen, we suggest copying and pasting the below mentioned code in the .htaccess file of your website:

## EXPIRES CACHING ##

ExpiresActive On ExpiresByType image/gif “access 10 days”

ExpiresByType image/jpg “access 10 days”

ExpiresByType text/javascript “access plus 10 days”

ExpiresByType image/jpeg “access 10 days”

ExpiresByType image/png “access 10 days”

ExpiresByType text/css “access 10 days”

ExpiresByType application/pdf “access 10 days” ExpiresByType application/javascript “access plus 10 days”

ExpiresByType application/x-shockwave-flash “access 10 days”

ExpiresByType text/x-javascript “access 10 days”

ExpiresByType text/js “access 7 days”

ExpiresByType image/x-icon “access 30 days”

ExpiresDefault “access 10 days”

## EXPIRES CACHING ##

However, make sure that you have a backup of your .htaccess file.

STORE MEDIA FILES IN EXTERNAL WEBSITES

As your website grows old, it tends to become bulky and heavy with loads of images and media files. This could lead to huge bandwidth consumption which is certainly not good from users’ perspectives. To fight with this menace, you need to store media files in other storage place so that they do not have a direct impact on the loading time. Photobucket, ImageShack etc are some popular places where you can store your image safe and free. However, if you can loose your purse string a little bit, you can go for premium service of Amazon S3. Its offer is really amazing. You can get 1 GB of storage at the cost of 15 cents and per 1 GB transfer will cost you nearly 20 cents.

HAVE A QUALITY HOST

When you blog is new and young, you can have it hosted in shared host. But when your blog starts getting a large number of visitors, you need to get it shifted to other websites. You need to find a web hosting service provider who can give strength to your matured blog that has started gaining popularity.

You can give these tips a try to make speed up your WordPress blog a bit which will go a long way to broaden the smile of your visitors.

This was posted in Bdaily's Members' News section by Michael Evans .

Our Partners

7.4.33PHP Version146msRequest Duration6MBMemory UsageGET articles/{year}/{month}/{date}/{slug}Route
  • infoNot Logged in - Enabling Caching
  • infoApplying Caching Header to Response
  • Booting (15.84ms)
  • Application (130ms)
  • Partners View Composer (2.88ms)
  • Columnist Content View Composer (942μs)
  • Navigation View Composer (6μs)
  • Partners View Composer (1.34ms)
  • Broadcast Composer (3.7ms)
  • Navigation View Composer (5μs)
  • 1 x Application (89.1%)
    130.50ms
    1 x Booting (10.81%)
    15.84ms
    2 x Partners View Composer (2.88%)
    4.22ms
    1 x Broadcast Composer (2.53%)
    3.70ms
    1 x Columnist Content View Composer (0.64%)
    942μs
    2 x Navigation View Composer (0.01%)
    11μs
    30 templates were rendered
    • article (resources/views/article.blade.php)10blade
      Params
      0
      article
      1
      body
      2
      canonicalUrl
      3
      sponsored
      4
      sponsored2024
      5
      content
      6
      headline
      7
      mainImage
      8
      profile
      9
      title
    • frontend._artivent (resources/views/frontend/_artivent.blade.php)17blade
      Params
      0
      obLevel
      1
      __env
      2
      app
      3
      errors
      4
      article
      5
      body
      6
      canonicalUrl
      7
      sponsored
      8
      sponsored2024
      9
      content
      10
      headline
      11
      mainImage
      12
      profile
      13
      title
      14
      __currentLoopData
      15
      tag
      16
      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
    • frontend.articles._author (resources/views/frontend/articles/_author.blade.php)24blade
      Params
      0
      obLevel
      1
      __env
      2
      app
      3
      errors
      4
      article
      5
      body
      6
      canonicalUrl
      7
      sponsored
      8
      sponsored2024
      9
      content
      10
      headline
      11
      mainImage
      12
      profile
      13
      title
      14
      __currentLoopData
      15
      tag
      16
      loop
      17
      picture
      18
      caption
      19
      image
      20
      date
      21
      name
      22
      premium
      23
      editor
    • frontend.profiles._article-byline (resources/views/frontend/profiles/_article-byline.blade.php)24blade
      Params
      0
      obLevel
      1
      __env
      2
      app
      3
      errors
      4
      article
      5
      body
      6
      canonicalUrl
      7
      sponsored
      8
      sponsored2024
      9
      content
      10
      headline
      11
      mainImage
      12
      profile
      13
      title
      14
      __currentLoopData
      15
      tag
      16
      loop
      17
      picture
      18
      caption
      19
      image
      20
      date
      21
      name
      22
      premium
      23
      editor
    • frontend.profiles._author (resources/views/frontend/profiles/_author.blade.php)24blade
      Params
      0
      obLevel
      1
      __env
      2
      app
      3
      errors
      4
      article
      5
      body
      6
      canonicalUrl
      7
      sponsored
      8
      sponsored2024
      9
      content
      10
      headline
      11
      mainImage
      12
      profile
      13
      title
      14
      __currentLoopData
      15
      tag
      16
      loop
      17
      picture
      18
      caption
      19
      image
      20
      date
      21
      name
      22
      premium
      23
      editor
    • article._social_links (resources/views/article/_social_links.blade.php)20blade
      Params
      0
      obLevel
      1
      __env
      2
      app
      3
      errors
      4
      article
      5
      body
      6
      canonicalUrl
      7
      sponsored
      8
      sponsored2024
      9
      content
      10
      headline
      11
      mainImage
      12
      profile
      13
      title
      14
      __currentLoopData
      15
      tag
      16
      loop
      17
      picture
      18
      caption
      19
      url
    • article._social_link (resources/views/article/_social_link.blade.php)22blade
      Params
      0
      obLevel
      1
      __env
      2
      app
      3
      errors
      4
      article
      5
      body
      6
      canonicalUrl
      7
      sponsored
      8
      sponsored2024
      9
      content
      10
      headline
      11
      mainImage
      12
      profile
      13
      title
      14
      __currentLoopData
      15
      tag
      16
      loop
      17
      picture
      18
      caption
      19
      url
      20
      service
      21
      id
    • article._social_link (resources/views/article/_social_link.blade.php)22blade
      Params
      0
      obLevel
      1
      __env
      2
      app
      3
      errors
      4
      article
      5
      body
      6
      canonicalUrl
      7
      sponsored
      8
      sponsored2024
      9
      content
      10
      headline
      11
      mainImage
      12
      profile
      13
      title
      14
      __currentLoopData
      15
      tag
      16
      loop
      17
      picture
      18
      caption
      19
      url
      20
      service
      21
      id
    • article._social_link (resources/views/article/_social_link.blade.php)22blade
      Params
      0
      obLevel
      1
      __env
      2
      app
      3
      errors
      4
      article
      5
      body
      6
      canonicalUrl
      7
      sponsored
      8
      sponsored2024
      9
      content
      10
      headline
      11
      mainImage
      12
      profile
      13
      title
      14
      __currentLoopData
      15
      tag
      16
      loop
      17
      picture
      18
      caption
      19
      url
      20
      service
      21
      id
    • frontend.adverts._sidebar-skyscraper-mid-content (resources/views/frontend/adverts/_sidebar-skyscraper-mid-content.blade.php)19blade
      Params
      0
      obLevel
      1
      __env
      2
      app
      3
      errors
      4
      article
      5
      body
      6
      canonicalUrl
      7
      sponsored
      8
      sponsored2024
      9
      content
      10
      headline
      11
      mainImage
      12
      profile
      13
      title
      14
      __currentLoopData
      15
      tag
      16
      loop
      17
      picture
      18
      caption
    • frontend.adverts._topic (resources/views/frontend/adverts/_topic.blade.php)19blade
      Params
      0
      obLevel
      1
      __env
      2
      app
      3
      errors
      4
      article
      5
      body
      6
      canonicalUrl
      7
      sponsored
      8
      sponsored2024
      9
      content
      10
      headline
      11
      mainImage
      12
      profile
      13
      title
      14
      __currentLoopData
      15
      tag
      16
      loop
      17
      picture
      18
      caption
    • frontend._titled_tags (resources/views/frontend/_titled_tags.blade.php)20blade
      Params
      0
      obLevel
      1
      __env
      2
      app
      3
      errors
      4
      article
      5
      body
      6
      canonicalUrl
      7
      sponsored
      8
      sponsored2024
      9
      content
      10
      headline
      11
      mainImage
      12
      profile
      13
      title
      14
      __currentLoopData
      15
      tag
      16
      loop
      17
      picture
      18
      caption
      19
      tags
    • frontend._campaign-monitor (resources/views/frontend/_campaign-monitor.blade.php)20blade
      Params
      0
      obLevel
      1
      __env
      2
      app
      3
      errors
      4
      article
      5
      body
      6
      canonicalUrl
      7
      sponsored
      8
      sponsored2024
      9
      content
      10
      headline
      11
      mainImage
      12
      profile
      13
      title
      14
      __currentLoopData
      15
      tag
      16
      loop
      17
      picture
      18
      caption
      19
      tags
    • frontend._partners (resources/views/frontend/_partners.blade.php)20blade
      Params
      0
      obLevel
      1
      __env
      2
      app
      3
      errors
      4
      article
      5
      body
      6
      canonicalUrl
      7
      sponsored
      8
      sponsored2024
      9
      content
      10
      headline
      11
      mainImage
      12
      profile
      13
      title
      14
      __currentLoopData
      15
      tag
      16
      loop
      17
      picture
      18
      caption
      19
      partners
    • layouts.sidebar (resources/views/layouts/sidebar.blade.php)19blade
      Params
      0
      obLevel
      1
      __env
      2
      app
      3
      errors
      4
      article
      5
      body
      6
      canonicalUrl
      7
      sponsored
      8
      sponsored2024
      9
      content
      10
      headline
      11
      mainImage
      12
      profile
      13
      title
      14
      __currentLoopData
      15
      tag
      16
      loop
      17
      picture
      18
      caption
    • frontend.adverts._leaderboard-top (resources/views/frontend/adverts/_leaderboard-top.blade.php)19blade
      Params
      0
      obLevel
      1
      __env
      2
      app
      3
      errors
      4
      article
      5
      body
      6
      canonicalUrl
      7
      sponsored
      8
      sponsored2024
      9
      content
      10
      headline
      11
      mainImage
      12
      profile
      13
      title
      14
      __currentLoopData
      15
      tag
      16
      loop
      17
      picture
      18
      caption
    • frontend.adverts._sidebar-skyscraper (resources/views/frontend/adverts/_sidebar-skyscraper.blade.php)19blade
      Params
      0
      obLevel
      1
      __env
      2
      app
      3
      errors
      4
      article
      5
      body
      6
      canonicalUrl
      7
      sponsored
      8
      sponsored2024
      9
      content
      10
      headline
      11
      mainImage
      12
      profile
      13
      title
      14
      __currentLoopData
      15
      tag
      16
      loop
      17
      picture
      18
      caption
    • sidebar._columnist_content (resources/views/sidebar/_columnist_content.blade.php)20blade
      Params
      0
      obLevel
      1
      __env
      2
      app
      3
      errors
      4
      article
      5
      body
      6
      canonicalUrl
      7
      sponsored
      8
      sponsored2024
      9
      content
      10
      headline
      11
      mainImage
      12
      profile
      13
      title
      14
      __currentLoopData
      15
      tag
      16
      loop
      17
      picture
      18
      caption
      19
      columnistContent
    • layouts.app (resources/views/layouts/app.blade.php)19blade
      Params
      0
      obLevel
      1
      __env
      2
      app
      3
      errors
      4
      article
      5
      body
      6
      canonicalUrl
      7
      sponsored
      8
      sponsored2024
      9
      content
      10
      headline
      11
      mainImage
      12
      profile
      13
      title
      14
      __currentLoopData
      15
      tag
      16
      loop
      17
      picture
      18
      caption
    • layouts._meta (resources/views/layouts/_meta.blade.php)19blade
      Params
      0
      obLevel
      1
      __env
      2
      app
      3
      errors
      4
      article
      5
      body
      6
      canonicalUrl
      7
      sponsored
      8
      sponsored2024
      9
      content
      10
      headline
      11
      mainImage
      12
      profile
      13
      title
      14
      __currentLoopData
      15
      tag
      16
      loop
      17
      picture
      18
      caption
    • frontend.adverts._scripts (resources/views/frontend/adverts/_scripts.blade.php)19blade
      Params
      0
      obLevel
      1
      __env
      2
      app
      3
      errors
      4
      article
      5
      body
      6
      canonicalUrl
      7
      sponsored
      8
      sponsored2024
      9
      content
      10
      headline
      11
      mainImage
      12
      profile
      13
      title
      14
      __currentLoopData
      15
      tag
      16
      loop
      17
      picture
      18
      caption
    • snippets._matomo (resources/views/snippets/_matomo.blade.php)22blade
      Params
      0
      obLevel
      1
      __env
      2
      app
      3
      errors
      4
      article
      5
      body
      6
      canonicalUrl
      7
      sponsored
      8
      sponsored2024
      9
      content
      10
      headline
      11
      mainImage
      12
      profile
      13
      title
      14
      __currentLoopData
      15
      tag
      16
      loop
      17
      picture
      18
      caption
      19
      gtag
      20
      ua
      21
      matomo
    • snippets._gtag (resources/views/snippets/_gtag.blade.php)22blade
      Params
      0
      obLevel
      1
      __env
      2
      app
      3
      errors
      4
      article
      5
      body
      6
      canonicalUrl
      7
      sponsored
      8
      sponsored2024
      9
      content
      10
      headline
      11
      mainImage
      12
      profile
      13
      title
      14
      __currentLoopData
      15
      tag
      16
      loop
      17
      picture
      18
      caption
      19
      gtag
      20
      ua
      21
      matomo
    • snippets._gtag-ns (resources/views/snippets/_gtag-ns.blade.php)19blade
      Params
      0
      obLevel
      1
      __env
      2
      app
      3
      errors
      4
      article
      5
      body
      6
      canonicalUrl
      7
      sponsored
      8
      sponsored2024
      9
      content
      10
      headline
      11
      mainImage
      12
      profile
      13
      title
      14
      __currentLoopData
      15
      tag
      16
      loop
      17
      picture
      18
      caption
    • frontend._header (resources/views/frontend/_header.blade.php)22blade
      Params
      0
      obLevel
      1
      __env
      2
      app
      3
      errors
      4
      article
      5
      body
      6
      canonicalUrl
      7
      sponsored
      8
      sponsored2024
      9
      content
      10
      headline
      11
      mainImage
      12
      profile
      13
      title
      14
      __currentLoopData
      15
      tag
      16
      loop
      17
      picture
      18
      caption
      19
      sectors
      20
      regions
      21
      partners
    • layouts._flashes (resources/views/layouts/_flashes.blade.php)20blade
      Params
      0
      obLevel
      1
      __env
      2
      app
      3
      errors
      4
      article
      5
      body
      6
      canonicalUrl
      7
      sponsored
      8
      sponsored2024
      9
      content
      10
      headline
      11
      mainImage
      12
      profile
      13
      title
      14
      __currentLoopData
      15
      tag
      16
      loop
      17
      picture
      18
      caption
      19
      broadcast
    • layouts._notifications (resources/views/layouts/_notifications.blade.php)20blade
      Params
      0
      obLevel
      1
      __env
      2
      app
      3
      errors
      4
      article
      5
      body
      6
      canonicalUrl
      7
      sponsored
      8
      sponsored2024
      9
      content
      10
      headline
      11
      mainImage
      12
      profile
      13
      title
      14
      __currentLoopData
      15
      tag
      16
      loop
      17
      picture
      18
      caption
      19
      broadcast
    • footer._footer (resources/views/footer/_footer.blade.php)21blade
      Params
      0
      obLevel
      1
      __env
      2
      app
      3
      errors
      4
      article
      5
      body
      6
      canonicalUrl
      7
      sponsored
      8
      sponsored2024
      9
      content
      10
      headline
      11
      mainImage
      12
      profile
      13
      title
      14
      __currentLoopData
      15
      tag
      16
      loop
      17
      picture
      18
      caption
      19
      sectors
      20
      regions
    • layouts._tracking (resources/views/layouts/_tracking.blade.php)19blade
      Params
      0
      obLevel
      1
      __env
      2
      app
      3
      errors
      4
      article
      5
      body
      6
      canonicalUrl
      7
      sponsored
      8
      sponsored2024
      9
      content
      10
      headline
      11
      mainImage
      12
      profile
      13
      title
      14
      __currentLoopData
      15
      tag
      16
      loop
      17
      picture
      18
      caption
    uri
    GET articles/{year}/{month}/{date}/{slug}
    middleware
    web
    as
    articles.article
    controller
    App\Http\Controllers\ArticleController@getArticle
    namespace
    App\Http\Controllers
    prefix
    /articles
    where
    file
    app/Http/Controllers/ArticleController.php:58-111
    26 statements were executed, 7 of which were duplicated, 19 unique67.82ms
    • select * from "articles" where "published_at"::date = '2015-03-30' and "slug" = 'wordpress-speed-up-tips-to-enhance-users-experience' and "type" != 'blog' and "articles"."deleted_at" is null limit 123.26ms/app/Database/Articles.php:27production
      Metadata
      Bindings
      • 0. 2015-03-30
      • 1. wordpress-speed-up-tips-to-enhance-users-experience
      • 2. blog
      Backtrace
      • 16. /app/Database/Articles.php:27
      • 17. /app/Infrastructure/Cache/Articles.php:30
      • 18. /app/Http/Controllers/ArticleController.php:61
      • 21. /vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:45
      • 22. /vendor/laravel/framework/src/Illuminate/Routing/Route.php:219
    • 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 ('c1040cc7-db87-4359-b36e-b2283efe5b9e') and "taggables"."taggable_type" = 'article' and "tags"."deleted_at" is null4.2ms/app/Http/Controllers/ArticleController.php:80production
      Metadata
      Bindings
      • 0. c1040cc7-db87-4359-b36e-b2283efe5b9e
      • 1. article
      Backtrace
      • 18. /app/Http/Controllers/ArticleController.php:80
      • 21. /vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:45
      • 22. /vendor/laravel/framework/src/Illuminate/Routing/Route.php:219
      • 23. /vendor/laravel/framework/src/Illuminate/Routing/Route.php:176
      • 24. /vendor/laravel/framework/src/Illuminate/Routing/Router.php:680
    • select * from "profiles" where "profiles"."id" = 'e3968bbb-c5e3-4630-9ef0-204f1a000e8a' limit 11.73ms/app/Views/Analytics/PublishedItem.php:36production
      Metadata
      Bindings
      • 0. e3968bbb-c5e3-4630-9ef0-204f1a000e8a
      Backtrace
      • 20. /app/Views/Analytics/PublishedItem.php:36
      • 21. /app/Http/Controllers/ArticleController.php:82
      • 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 "editors" where "editors"."profile_id" = 'e3968bbb-c5e3-4630-9ef0-204f1a000e8a' limit 1880μs/vendor/laravel/framework/src/Illuminate/Support/Traits/ForwardsCalls.php:23production
      Metadata
      Bindings
      • 0. e3968bbb-c5e3-4630-9ef0-204f1a000e8a
      Backtrace
      • 16. /vendor/laravel/framework/src/Illuminate/Support/Traits/ForwardsCalls.php:23
      • 19. /app/Domain/Profiles/Profile.php:127
      • 20. /app/Views/Analytics/PublishedItem.php:36
      • 21. /app/Http/Controllers/ArticleController.php:82
      • 24. /vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:45
    • 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" = 'c1040cc7-db87-4359-b36e-b2283efe5b9e' and "imageables"."imageable_type" = 'article' and "images"."deleted_at" is null2.81ms/app/Http/Controllers/ArticleController.php:107production
      Metadata
      Bindings
      • 0. c1040cc7-db87-4359-b36e-b2283efe5b9e
      • 1. article
      Backtrace
      • 19. /app/Http/Controllers/ArticleController.php:107
      • 22. /vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:45
      • 23. /vendor/laravel/framework/src/Illuminate/Routing/Route.php:219
      • 24. /vendor/laravel/framework/src/Illuminate/Routing/Route.php:176
      • 25. /vendor/laravel/framework/src/Illuminate/Routing/Router.php:680
    • 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" = 'e3968bbb-c5e3-4630-9ef0-204f1a000e8a' and "imageables"."imageable_type" = 'profile' and "images"."deleted_at" is null1.09msview::frontend._artivent:58production
      Metadata
      Bindings
      • 0. e3968bbb-c5e3-4630-9ef0-204f1a000e8a
      • 1. profile
      Backtrace
      • 19. view::frontend._artivent:58
      • 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 "premium_memberships" where "premium_memberships"."profile_id" = 'e3968bbb-c5e3-4630-9ef0-204f1a000e8a' and "premium_memberships"."profile_id" is not null limit 11.27ms/app/Domain/Profiles/Profile.php:116production
      Metadata
      Bindings
      • 0. e3968bbb-c5e3-4630-9ef0-204f1a000e8a
      Backtrace
      • 20. /app/Domain/Profiles/Profile.php:116
      • 21. view::frontend._artivent:61
      • 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 * from "editors" where "editors"."profile_id" = 'e3968bbb-c5e3-4630-9ef0-204f1a000e8a' limit 1500μs/vendor/laravel/framework/src/Illuminate/Support/Traits/ForwardsCalls.php:23production
      Metadata
      Bindings
      • 0. e3968bbb-c5e3-4630-9ef0-204f1a000e8a
      Backtrace
      • 16. /vendor/laravel/framework/src/Illuminate/Support/Traits/ForwardsCalls.php:23
      • 19. /app/Domain/Profiles/Profile.php:127
      • 20. view::frontend._artivent:62
      • 22. /vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:59
      • 23. /vendor/laravel/framework/src/Illuminate/View/View.php:142
    • select * from "editors" where "editors"."profile_id" = 'e3968bbb-c5e3-4630-9ef0-204f1a000e8a' limit 1380μs/vendor/laravel/framework/src/Illuminate/Support/Traits/ForwardsCalls.php:23production
      Metadata
      Bindings
      • 0. e3968bbb-c5e3-4630-9ef0-204f1a000e8a
      Backtrace
      • 16. /vendor/laravel/framework/src/Illuminate/Support/Traits/ForwardsCalls.php:23
      • 19. /app/Domain/Profiles/Profile.php:127
      • 20. /app/Domain/Profiles/Profile.php:150
      • 21. view::frontend._artivent:63
      • 23. /vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:59
    • select * from "profile_pages" where "profile_pages"."profile_id" = 'e3968bbb-c5e3-4630-9ef0-204f1a000e8a' and "profile_pages"."profile_id" is not null limit 11.8msview::frontend.profiles._article-byline:12production
      Metadata
      Bindings
      • 0. e3968bbb-c5e3-4630-9ef0-204f1a000e8a
      Backtrace
      • 21. view::frontend.profiles._article-byline:12
      • 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
      • 26. /vendor/laravel/framework/src/Illuminate/View/View.php:90
    • select * from "editors" where "editors"."profile_id" = 'e3968bbb-c5e3-4630-9ef0-204f1a000e8a' limit 1440μs/vendor/laravel/framework/src/Illuminate/Support/Traits/ForwardsCalls.php:23production
      Metadata
      Bindings
      • 0. e3968bbb-c5e3-4630-9ef0-204f1a000e8a
      Backtrace
      • 16. /vendor/laravel/framework/src/Illuminate/Support/Traits/ForwardsCalls.php:23
      • 19. /app/Domain/Profiles/Profile.php:127
      • 20. view::frontend._artivent:78
      • 22. /vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:59
      • 23. /vendor/laravel/framework/src/Illuminate/View/View.php:142
    • select * from "editors" where "editors"."profile_id" = 'e3968bbb-c5e3-4630-9ef0-204f1a000e8a' limit 1410μs/vendor/laravel/framework/src/Illuminate/Support/Traits/ForwardsCalls.php:23production
      Metadata
      Bindings
      • 0. e3968bbb-c5e3-4630-9ef0-204f1a000e8a
      Backtrace
      • 16. /vendor/laravel/framework/src/Illuminate/Support/Traits/ForwardsCalls.php:23
      • 19. /app/Domain/Profiles/Profile.php:127
      • 20. view::frontend._artivent:89
      • 22. /vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:59
      • 23. /vendor/laravel/framework/src/Illuminate/View/View.php:142
    • select * from "partners" where "partners"."deleted_at" is null order by "created_at" asc2.07ms/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
    • 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" = 'b03116a0-abce-47bf-b25d-251b2a3a94bf' and "imageables"."imageable_type" = 'article' and "images"."deleted_at" is null limit 11.1msview::sidebar._columnist_content:8production
      Metadata
      Bindings
      • 0. b03116a0-abce-47bf-b25d-251b2a3a94bf
      • 1. article
      Backtrace
      • 15. view::sidebar._columnist_content:8
      • 17. /vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:59
      • 18. /vendor/laravel/framework/src/Illuminate/View/View.php:142
      • 19. /vendor/laravel/framework/src/Illuminate/View/View.php:125
      • 20. /vendor/laravel/framework/src/Illuminate/View/View.php:90
    • 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" = '1b2e71ec-cab4-4833-bf36-39846c13bd0e' and "imageables"."imageable_type" = 'article' and "images"."deleted_at" is null limit 11.13msview::sidebar._columnist_content:8production
      Metadata
      Bindings
      • 0. 1b2e71ec-cab4-4833-bf36-39846c13bd0e
      • 1. article
      Backtrace
      • 15. view::sidebar._columnist_content:8
      • 17. /vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:59
      • 18. /vendor/laravel/framework/src/Illuminate/View/View.php:142
      • 19. /vendor/laravel/framework/src/Illuminate/View/View.php:125
      • 20. /vendor/laravel/framework/src/Illuminate/View/View.php:90
    • 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" = '743a18b7-f43c-4b89-83f8-047bcee61c5b' and "imageables"."imageable_type" = 'article' and "images"."deleted_at" is null limit 11.1msview::sidebar._columnist_content:8production
      Metadata
      Bindings
      • 0. 743a18b7-f43c-4b89-83f8-047bcee61c5b
      • 1. article
      Backtrace
      • 15. view::sidebar._columnist_content:8
      • 17. /vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:59
      • 18. /vendor/laravel/framework/src/Illuminate/View/View.php:142
      • 19. /vendor/laravel/framework/src/Illuminate/View/View.php:125
      • 20. /vendor/laravel/framework/src/Illuminate/View/View.php:90
    • 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" = '08571622-e1f2-4f34-a28c-754812d2e981' and "imageables"."imageable_type" = 'article' and "images"."deleted_at" is null limit 1860μsview::sidebar._columnist_content:8production
      Metadata
      Bindings
      • 0. 08571622-e1f2-4f34-a28c-754812d2e981
      • 1. article
      Backtrace
      • 15. view::sidebar._columnist_content:8
      • 17. /vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:59
      • 18. /vendor/laravel/framework/src/Illuminate/View/View.php:142
      • 19. /vendor/laravel/framework/src/Illuminate/View/View.php:125
      • 20. /vendor/laravel/framework/src/Illuminate/View/View.php:90
    • 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" = 'e8088dc2-1a18-452c-98ce-f8fa866b8cae' and "imageables"."imageable_type" = 'article' and "images"."deleted_at" is null limit 1980μsview::sidebar._columnist_content:8production
      Metadata
      Bindings
      • 0. e8088dc2-1a18-452c-98ce-f8fa866b8cae
      • 1. article
      Backtrace
      • 15. view::sidebar._columnist_content:8
      • 17. /vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:59
      • 18. /vendor/laravel/framework/src/Illuminate/View/View.php:142
      • 19. /vendor/laravel/framework/src/Illuminate/View/View.php:125
      • 20. /vendor/laravel/framework/src/Illuminate/View/View.php:90
    • 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" = 'f9843bb6-db0d-4f60-92e3-b693f63f039d' and "imageables"."imageable_type" = 'article' and "images"."deleted_at" is null limit 1960μsview::sidebar._columnist_content:8production
      Metadata
      Bindings
      • 0. f9843bb6-db0d-4f60-92e3-b693f63f039d
      • 1. article
      Backtrace
      • 15. view::sidebar._columnist_content:8
      • 17. /vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:59
      • 18. /vendor/laravel/framework/src/Illuminate/View/View.php:142
      • 19. /vendor/laravel/framework/src/Illuminate/View/View.php:125
      • 20. /vendor/laravel/framework/src/Illuminate/View/View.php:90
    • 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" = '4c731ca5-146b-404a-a5ed-0c8c9221f43e' and "imageables"."imageable_type" = 'article' and "images"."deleted_at" is null limit 1930μsview::sidebar._columnist_content:8production
      Metadata
      Bindings
      • 0. 4c731ca5-146b-404a-a5ed-0c8c9221f43e
      • 1. article
      Backtrace
      • 15. view::sidebar._columnist_content:8
      • 17. /vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:59
      • 18. /vendor/laravel/framework/src/Illuminate/View/View.php:142
      • 19. /vendor/laravel/framework/src/Illuminate/View/View.php:125
      • 20. /vendor/laravel/framework/src/Illuminate/View/View.php:90
    • 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" = 'b5688c09-40b5-4f39-893a-0259ab85cbf6' and "imageables"."imageable_type" = 'article' and "images"."deleted_at" is null limit 1970μsview::sidebar._columnist_content:8production
      Metadata
      Bindings
      • 0. b5688c09-40b5-4f39-893a-0259ab85cbf6
      • 1. article
      Backtrace
      • 15. view::sidebar._columnist_content:8
      • 17. /vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:59
      • 18. /vendor/laravel/framework/src/Illuminate/View/View.php:142
      • 19. /vendor/laravel/framework/src/Illuminate/View/View.php:125
      • 20. /vendor/laravel/framework/src/Illuminate/View/View.php:90
    • 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" = 'abb73c8e-7617-4a00-96ac-efba2723e125' and "imageables"."imageable_type" = 'article' and "images"."deleted_at" is null limit 19.37msview::sidebar._columnist_content:8production
      Metadata
      Bindings
      • 0. abb73c8e-7617-4a00-96ac-efba2723e125
      • 1. article
      Backtrace
      • 15. view::sidebar._columnist_content:8
      • 17. /vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:59
      • 18. /vendor/laravel/framework/src/Illuminate/View/View.php:142
      • 19. /vendor/laravel/framework/src/Illuminate/View/View.php:125
      • 20. /vendor/laravel/framework/src/Illuminate/View/View.php:90
    • 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" = 'd40d28b9-a29f-47fe-8ec4-df4190cc21ed' and "imageables"."imageable_type" = 'article' and "images"."deleted_at" is null limit 11.1msview::sidebar._columnist_content:8production
      Metadata
      Bindings
      • 0. d40d28b9-a29f-47fe-8ec4-df4190cc21ed
      • 1. article
      Backtrace
      • 15. view::sidebar._columnist_content:8
      • 17. /vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:59
      • 18. /vendor/laravel/framework/src/Illuminate/View/View.php:142
      • 19. /vendor/laravel/framework/src/Illuminate/View/View.php:125
      • 20. /vendor/laravel/framework/src/Illuminate/View/View.php:90
    • 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" = '4349b5b7-0f0f-4997-b9cf-959dd1296a78' and "imageables"."imageable_type" = 'article' and "images"."deleted_at" is null limit 13.22msview::sidebar._columnist_content:8production
      Metadata
      Bindings
      • 0. 4349b5b7-0f0f-4997-b9cf-959dd1296a78
      • 1. article
      Backtrace
      • 15. view::sidebar._columnist_content:8
      • 17. /vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:59
      • 18. /vendor/laravel/framework/src/Illuminate/View/View.php:142
      • 19. /vendor/laravel/framework/src/Illuminate/View/View.php:125
      • 20. /vendor/laravel/framework/src/Illuminate/View/View.php:90
    • 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" = '4bd40d3f-ce79-4698-98d5-ab4d30b8573b' and "imageables"."imageable_type" = 'article' and "images"."deleted_at" is null limit 14.59msview::sidebar._columnist_content:8production
      Metadata
      Bindings
      • 0. 4bd40d3f-ce79-4698-98d5-ab4d30b8573b
      • 1. article
      Backtrace
      • 15. view::sidebar._columnist_content:8
      • 17. /vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:59
      • 18. /vendor/laravel/framework/src/Illuminate/View/View.php:142
      • 19. /vendor/laravel/framework/src/Illuminate/View/View.php:125
      • 20. /vendor/laravel/framework/src/Illuminate/View/View.php:90
    • select * from "partners" where "partners"."deleted_at" is null order by "created_at" asc670μs/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
    10
    App\Domain\Profiles\Page
    1
    App\Domain\Images\Image
    13
    App\Domain\Profiles\Profile
    1
    App\Domain\Tags\Tag
    6
    App\Domain\Articles\Article
    1
        _token
        R5OfCCpdUxmuJxWyJBySyAn81zqyVmlymlQNEtj0
        _previous
        array:1 [ "url" => "https://bdailytest.cargodev.co.uk/articles/2015/03/30/wordpress-speed-up-tips-...
        _flash
        array:2 [ "old" => [] "new" => [] ]
        PHPDEBUGBAR_STACK_DATA
        []
        path_info
        /articles/2015/03/30/wordpress-speed-up-tips-to-enhance-users-experience
        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 => "258639" ] "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 => "3.136.37.52, 172.18.0.5" ] "x-real-ip" => array:1 [ 0 => "3.136.37.52" ] "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" => "258639" "HTTP_ACCEPT_ENCODING" => "gzip" "HTTP_HOST" => "backend_web" "HTTP_VIA" => "1.1 c30ae44ae13d (Varnish/7.5)" "HTTP_X_FORWARDED_FOR" => "3.136.37.52, 172.18.0.5" "HTTP_X_REAL_IP" => "3.136.37.52" "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" => "35794" "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" => "/articles/2015/03/30/wordpress-speed-up-tips-to-enhance-users-experience" "SCRIPT_NAME" => "/index.php" "CONTENT_LENGTH" => "" "CONTENT_TYPE" => "" "REQUEST_METHOD" => "GET" "QUERY_STRING" => "" "FCGI_ROLE" => "RESPONDER" "PHP_SELF" => "/index.php" "REQUEST_TIME_FLOAT" => 1743949455.3671 "REQUEST_TIME" => 1743949455 "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 => "Sun, 06 Apr 2025 14:24:15 GMT" ] "content-type" => array:1 [ 0 => "text/html; charset=UTF-8" ] "x-cacheable" => array:1 [ 0 => "Yes" ] "set-cookie" => array:2 [ 0 => "XSRF-TOKEN=eyJpdiI6IkZMU2U1RFVDampWZ0xPR0R0WHNKM3c9PSIsInZhbHVlIjoiMTVGR04ydVlnVEx3NWhqMjBIemtKMXNnXC9paE9SK1ZlamZld0JTYmZKTmdORVVGMFhkT0FJWmNFNFwvR21mNG8xIiwibWFjIjoiNmUxMDZjNWIwMDBkNzQ5ODE2NjMyOTdhZTI2NDM3ZDY2MDEwOWQ1OTM4NTUwMzQwMDY0YjgwNWZhOTY0Mzk0YSJ9; expires=Wed, 04-Apr-2035 14:24:15 GMT; Max-Age=315360000; path=/; secureXSRF-TOKEN=eyJpdiI6IkZMU2U1RFVDampWZ0xPR0R0WHNKM3c9PSIsInZhbHVlIjoiMTVGR04ydVlnVEx3NWhqMjBIemtKMXNnXC9paE9SK1ZlamZld0JTYmZKTmdORVVGMFhkT0FJWmNFNFwvR21mNG8xIiwib" 1 => "bdaily_session=eyJpdiI6Ill6b3pJblFzWG83RW9BTmdrN1ZXdGc9PSIsInZhbHVlIjoiMlV5elNQTE5zMk9YSGd2Vnloc2V5dmFMRmV2SkFHT284c012ZkljVExHbnhMN1lcL3hpdmFBK2k4SDNETmZ3S3YiLCJtYWMiOiI0YjBlMzdmMDZmZDFkNjc3NzE4MDhmZTgwMjA3M2EyYzM1MGFmMDI2YmZlODFlMzRiYWQ0ZjkxMzZmZjY1YTM1In0%3D; expires=Wed, 04-Apr-2035 14:24:15 GMT; Max-Age=315360000; path=/; secure; httponlybdaily_session=eyJpdiI6Ill6b3pJblFzWG83RW9BTmdrN1ZXdGc9PSIsInZhbHVlIjoiMlV5elNQTE5zMk9YSGd2Vnloc2V5dmFMRmV2SkFHT284c012ZkljVExHbnhMN1lcL3hpdmFBK2k4SDNETmZ3S3YiL" ] "Set-Cookie" => array:2 [ 0 => "XSRF-TOKEN=eyJpdiI6IkZMU2U1RFVDampWZ0xPR0R0WHNKM3c9PSIsInZhbHVlIjoiMTVGR04ydVlnVEx3NWhqMjBIemtKMXNnXC9paE9SK1ZlamZld0JTYmZKTmdORVVGMFhkT0FJWmNFNFwvR21mNG8xIiwibWFjIjoiNmUxMDZjNWIwMDBkNzQ5ODE2NjMyOTdhZTI2NDM3ZDY2MDEwOWQ1OTM4NTUwMzQwMDY0YjgwNWZhOTY0Mzk0YSJ9; expires=Wed, 04-Apr-2035 14:24:15 GMT; path=/; secureXSRF-TOKEN=eyJpdiI6IkZMU2U1RFVDampWZ0xPR0R0WHNKM3c9PSIsInZhbHVlIjoiMTVGR04ydVlnVEx3NWhqMjBIemtKMXNnXC9paE9SK1ZlamZld0JTYmZKTmdORVVGMFhkT0FJWmNFNFwvR21mNG8xIiwib" 1 => "bdaily_session=eyJpdiI6Ill6b3pJblFzWG83RW9BTmdrN1ZXdGc9PSIsInZhbHVlIjoiMlV5elNQTE5zMk9YSGd2Vnloc2V5dmFMRmV2SkFHT284c012ZkljVExHbnhMN1lcL3hpdmFBK2k4SDNETmZ3S3YiLCJtYWMiOiI0YjBlMzdmMDZmZDFkNjc3NzE4MDhmZTgwMjA3M2EyYzM1MGFmMDI2YmZlODFlMzRiYWQ0ZjkxMzZmZjY1YTM1In0%3D; expires=Wed, 04-Apr-2035 14:24:15 GMT; path=/; secure; httponlybdaily_session=eyJpdiI6Ill6b3pJblFzWG83RW9BTmdrN1ZXdGc9PSIsInZhbHVlIjoiMlV5elNQTE5zMk9YSGd2Vnloc2V5dmFMRmV2SkFHT284c012ZkljVExHbnhMN1lcL3hpdmFBK2k4SDNETmZ3S3YiL" ] ]
        session_attributes
        0 of 0
        array:4 [ "_token" => "R5OfCCpdUxmuJxWyJBySyAn81zqyVmlymlQNEtj0" "_previous" => array:1 [ "url" => "https://bdailytest.cargodev.co.uk/articles/2015/03/30/wordpress-speed-up-tips-to-enhance-users-experience" ] "_flash" => array:2 [ "old" => [] "new" => [] ] "PHPDEBUGBAR_STACK_DATA" => [] ]