Results 279 comments of Alexandre Flament

I have not test the PR, but the whole thing makes sense.

There are two points here: * speed up the start of app * lower the memory footprint The speed up is clear. The memory footprint is different: an long running...

As far I understand, this require a change of the uwsgi configuration in all instances to make this PR relevant.

Same I can't find for sure the default of max_requests. Even the source code is not clear for me: https://github.com/unbit/uwsgi/blob/353b7dd19c9af762f3874ed46a604766e1d7c6d5/core/uwsgi.c#L279 When Paul has tested some PR on his instance, we...

Looking at the engine list: ![image](https://github.com/searxng/searxng/assets/1594191/0d1eadec-fded-412d-9832-43529dfaf066) ![image](https://github.com/searxng/searxng/assets/1594191/86082852-f54f-4e45-a99f-35bcab6c1c8f) The readability can be improve with the following two changes, but I guess this is not doable because it breaks thing elsewhere: *...

This makes sense but for some instance, only one image and one CSS file are different. I don't know if it can considered as publication, since the browser downloads it...

About new instances: * See : https://asciimoo.github.io/searx/dev/makefile.html?highlight=brand#makefile-setup * GIT_URL is exposed in ```/config``` : a public API in each searx instance. * Related to https://github.com/searx/searx-stats2/issues/34 About the existing instances, this...

Can be fixed be removing this line: https://github.com/searxng/searx-space/blob/7b9462276d31f13a811f5806696a370cb63575f3/html/main.js#L33

* https://github.com/search?q=repo%3Asearxng%2Fsearx-space%20SEARX_GIT_REPOSITORY%20&type=code * https://github.com/searxng/searx-space/blob/3603b08e70d177a657fa5032fb1ce1d76e4cf1ed/searxstats/config.py#L69 * https://github.com/searxng/searx-space/blob/3603b08e70d177a657fa5032fb1ce1d76e4cf1ed/searxstats/config.py#L71-L72 * Since all SearXNG instances support the simple theme: this part and usage of this part can be removed https://github.com/searxng/searx-space/blob/3603b08e70d177a657fa5032fb1ce1d76e4cf1ed/searxstats/fetcher/timing.py#L71-L76

Related to https://github.com/asciimoo/searx/issues/211 More or less to https://github.com/asciimoo/searx/issues/260