Jie
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 
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...