From 80a228e9a6219c5277e8c20f50566ed0766d805e Mon Sep 17 00:00:00 2001 From: Alexandre Alapetite Date: Mon, 9 May 2022 12:54:54 +0200 Subject: Option icons-as-emojis for performance (#4353) New mode to use only emojis instead of icons. Considerably improves performances. Needed for 20k+ feeds scenario https://github.com/FreshRSS/FreshRSS/pull/4347 --- config-user.default.php | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'config-user.default.php') diff --git a/config-user.default.php b/config-user.default.php index d8ef7d10d..0b849d838 100644 --- a/config-user.default.php +++ b/config-user.default.php @@ -82,7 +82,11 @@ return array ( 'rss_view' => '4', 'toggle_media' => 'v', ), + + # Disabling favicons and using emojis instead of icons improves performance for users with many feeds 'show_favicons' => true, + 'icons_as_emojis' => false, + 'topline_read' => true, 'topline_favorite' => true, 'topline_thumbnail' => 'none', -- cgit v1.2.3