I still haven't managed to break this panel.
about nginx
- saviorhost
- Posts: 28
- Joined: Sun 11. Jan 2026, 13:51
- Location: Turkiye
- Contact:
about nginx
I still haven't managed to break this panel.
Re: about nginx
Alexander Mahr
**************************************************************
Keyweb AG - Die Hosting Marke
Neuwerkstr. 45/46, 99084 Erfurt / Germany
http://www.keyweb.de - http://www.keyhelp.de
**************************************************************
- saviorhost
- Posts: 28
- Joined: Sun 11. Jan 2026, 13:51
- Location: Turkiye
- Contact:
Re: about nginx
I recommend speeding this up. Because it's a negative point for Google. For example, the average response time on many of my sites is currently between 800 and 900 ms. Google recommends keeping it even lower.
Re: about nginx
Check out my newest project.
Hosted with KeyHelp.
No nginx envolved.
https://www.fenster-tueren-sachsen.de/
Tobi
-----------------------------
wewoco.de
Das Forum für Reseller, Digital-Agenturen, Bildschirmarbeiter und Mäuseschubser
Re: about nginx
Yes, nginx is noticeably faster with static file delivery.
For php applications though the difference between apache2 and nginx is quite small.
If you really want to speed up a php application you have to use FrankenPHP in worker mode. But your application must support this.
And much of the speed depends on the php application itself, how performance optimized it is and so on.