Project

General

Profile

Lighti cant serve file at first or second attempt. Succeeds afterwords every time.

Added by mei over 5 years ago

When I try to load a small file, the request either times out or takes too long to complete.
After reloading multiple times the file finally loads, with very little wait time ( ~20ms). Browsercache disabled.
I am using Lighttpd 1.4.49 on CentOS 7.5 with php 7.2 from "remi" with these changes:

server.max-keep-alive-requests = 16
server.max-keep-alive-idle = 4
server.max-connections = 8192
server.stat-cache-engine = "fam"
server.max-fds = 16384
server.network-backend = "linux-sendfile"
server.event-handler = "linux-sysepoll"

slowlog or errorlog is showing nothing (except for the timeouts)
I am starting to think this is an networking issue, rather than an lighti issue. But one can try.