Results 3 issues of Jie

* Add the foreign key can reduce database query time * Use aggregate functions that are provider by eloquent https://laravel.com/docs/8.x/eloquent-relationships#other-aggregate-functions ![image](https://user-images.githubusercontent.com/20120772/128725034-30867d32-2ddb-49e1-8fe8-de9d4b7a5490.png)

Changes: * Adjust the approach for automatic scrolling to the bottom to improve its responsiveness when new messages are updated.

This PR adds a new configuration option to exclude all `$_ENV` variables from the profiling data. - New config: `'profiler.is-exclude-all-env' => false` (default: `false`) - When set to `true`, all...