Alexandre Alapetite
Alexandre Alapetite
Après le profilage JavaScript, CSS, HTTP, et SQL qui ont été en bonne partie traités, il reste à faire le profilage du code PHP lui-même, par exemple avec xdebug http://xdebug.org/docs/profiler
https://hacks.mozilla.org/2017/01/using-immutable-caching-to-speed-up-the-web/ https://bitsup.blogspot.dk/2016/05/cache-control-immutable.html
Plutôt que de changer les raccourcis actuels, considérer ajouter un mode "lecture infinie" avec la touche espace, avec un comportement du genre suivant : - Si aucun article n'est ouvert,...
http://rips-scanner.sourceforge.net Inspired by http://www.crowd42.info/auditer-securite-code-php-ave-rips
https://github.com/FreshRSS/FreshRSS/commit/12081f7ba2089c8046dacac23ebe44ea843d7ef1 https://github.com/FreshRSS/FreshRSS/issues/759#issuecomment-70748579 Suggestion: the static objects should be user-independent (or at least with the possibility to be re-set), while the FreshRSS object and its attributes should be user-dependent.
https://github.com/FreshRSS/FreshRSS/issues/897 See comments on https://github.com/simplepie/simplepie/pull/407
It would be good to have a UI for advanced search, to automatically generate a search string with the appropriate operators (e.g. inurl:, author:, date:, #...) https://github.com/FreshRSS/FreshRSS/issues/879 https://github.com/FreshRSS/FreshRSS/pull/825 https://github.com/FreshRSS/FreshRSS/issues/511
Specific follow-up of https://github.com/FreshRSS/FreshRSS/issues/302#issuecomment-253910346 for PostgreSQL https://github.com/FreshRSS/FreshRSS/issues/416 https://github.com/FreshRSS/FreshRSS/issues/1195 - https://www.postgresql.org/docs/current/static/textsearch-indexes.html - https://www.depesz.com/2011/02/19/waiting-for-9-1-faster-likeilike/ Ideal goals: - _just_ add an index that works with existing LIKE / ILIKE SQL requests - minor...
At the moment, it looks like the only favourites / starred articles retrieved from the server are the ones that are on the list of the new retrieved articles (tested...
FreshRSS works best through the Google Reader API (more powerful than the Fever API, which is also supported) See e.g. https://github.com/FreshRSS/FreshRSS/issues/2566#issuecomment-541317776 for some API details