Debug mode is on. We will only display the resulting URL, without redirecting.

We use redirect_to=latest.
Query parameters:
array(8) {
  ["fields"]=>
  string(3) "ids"
  ["ignore_sticky_posts"]=>
  bool(true)
  ["order"]=>
  string(4) "DESC"
  ["orderby"]=>
  string(4) "date"
  ["post_status"]=>
  string(7) "publish"
  ["post_type"]=>
  string(4) "post"
  ["posts_per_page"]=>
  int(-1)
  ["suppress_filters"]=>
  bool(true)
}

Database request (generated by WordPress):
(Replace [table_prefix]_ with your WordPress Database Table prefix from wp-config.php.)
SELECT   [table_prefix]_posts.ID
 FROM [table_prefix]_posts 
 WHERE 1=1  AND [table_prefix]_posts.post_type = 'post' AND (([table_prefix]_posts.post_status = 'publish'))
 
 ORDER BY [table_prefix]_posts.post_date DESC
 

We found 801 matching post(s) in the database.
We filled the cache with a lifetime of 60 seconds.

=> The resulting URL is: https://bostoncamerata.org/american-christmas-touring/

For more help visit the documentation.