diff options
| author | 2022-05-15 13:47:31 +0200 | |
|---|---|---|
| committer | 2022-05-15 13:47:31 +0200 | |
| commit | 0cde4e898f94a10b5da7a221d5ddab904e0f2b1d (patch) | |
| tree | 86b3b5cf424f654948ff1189b77907cf9f4bcf7c /config-user.default.php | |
| parent | 5736ec67c4bffecd735ae5ed3070dd01eb6e7413 (diff) | |
Automatic simplification of layout for many feeds (#4357)
* Refactor OPML export categories
Simplify code to comply with types hints.
And renamed a property to plural.
* Automatic simplification of layout for many feeds
New advanced property to automatically simplify the layout when there are many (1k+) feeds so that FreshRSS works out of the box with 20k+ feeds scenarios https://github.com/FreshRSS/FreshRSS/pull/4347
Merge https://github.com/FreshRSS/FreshRSS/pull/4356 first.
Diffstat (limited to 'config-user.default.php')
| -rw-r--r-- | config-user.default.php | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/config-user.default.php b/config-user.default.php index 0b849d838..1e6cacb64 100644 --- a/config-user.default.php +++ b/config-user.default.php @@ -86,6 +86,8 @@ return array ( # Disabling favicons and using emojis instead of icons improves performance for users with many feeds 'show_favicons' => true, 'icons_as_emojis' => false, + # Hide the dropdown configuration menu and favicon in the aside list in case of many feeds, for UI performance + 'simplify_over_n_feeds' => 1000, 'topline_read' => true, 'topline_favorite' => true, |
