diff options
| author | 2022-05-09 12:54:54 +0200 | |
|---|---|---|
| committer | 2022-05-09 12:54:54 +0200 | |
| commit | 80a228e9a6219c5277e8c20f50566ed0766d805e (patch) | |
| tree | 6aa05373c7e54aac7df14998c1b36368d768bf24 /config-user.default.php | |
| parent | d8ccb5800c99f1fd4195c33ac396848ae8dd8165 (diff) | |
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
Diffstat (limited to 'config-user.default.php')
| -rw-r--r-- | config-user.default.php | 4 |
1 files changed, 4 insertions, 0 deletions
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', |
