From 0cde4e898f94a10b5da7a221d5ddab904e0f2b1d Mon Sep 17 00:00:00 2001 From: Alexandre Alapetite Date: Sun, 15 May 2022 13:47:31 +0200 Subject: 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. --- config-user.default.php | 2 ++ 1 file changed, 2 insertions(+) (limited to 'config-user.default.php') 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, -- cgit v1.2.3