In the changelog it says:
Complex objects are now printed with their most important information only when debugging (PHP 5.6+)
I’m not sure which objects that is but I tried this:
print_r( $page );
On a clean langkit on the startpage it output 53 000 rows.
My problem it that I sometime do print_r( $something )
and does not think about that it’s a Kirby object. Then I will regret it, because often the Chrome tab hangs in the browser.
Does it have to return all that data?