Re: [users@httpd] Local css/js files take 5 seconds to load

2021-10-13 Thread Mix XP
curl -v http://localhost/fac/contact.html*   Trying ::1...* TCP_NODELAY set* Connection failed* connect to ::1 port 80 failed: Connection refused*   Trying 127.0.0.1...* TCP_NODELAY set* Connected to localhost (127.0.0.1) port 80 (#0)> GET /fac/contact.html HTTP/1.1> Host: localhost> User-Agent: curl/7.64.1> Accept: */*>< HTTP/1.1 200 OK< Date: Wed, 13 Oct 2021 08:57:43 GMT< Server: Apache/2.4.51 (Unix)< Last-Modified: Sun, 10 Oct 2021 18:56:00 GMT< Accept-Ranges: bytes< Content-Length: 6733< Cache-Control: max-age=0, no-cache, no-store, must-revalidate< Pragma: no-cache< Expires: Wed, 11 Jan 1984 05:00:00 GMT< Content-Type: text/html macOS Big Sur.I've tested local websites on manually installed 2.4.46 and everything was fine.12.10.2021, 13:13, "Marc" : Httpd with default settings. Opening a local html document with cleared cache in any browser takes very long to load. The Chrome network tab shows that the "Content Download" from included local css/js files take 5 seconds to load. No matter how many or which files. Issue appeared after updating to v2.4.48.I would guess that is either your network connection or your filesystem, but even static files would be loaded into ram cache. What if you do a curl -v from localhost?-To unsubscribe, e-mail: users-unsubscr...@httpd.apache.orgFor additional commands, e-mail: users-h...@httpd.apache.org
-
To unsubscribe, e-mail: users-unsubscr...@httpd.apache.org
For additional commands, e-mail: users-h...@httpd.apache.org


RE: [users@httpd] Local css/js files take 5 seconds to load

2021-10-12 Thread Marc
> Httpd with default settings. Opening a local html document with cleared
> cache in any browser takes very long to load. The Chrome network tab
> shows that the "Content Download" from included local css/js files take
> 5 seconds to load. No matter how many or which files. Issue appeared
> after updating to v2.4.48.

I would guess that is either your network connection or your filesystem, but 
even static files would be loaded into ram cache. What if you do a curl -v from 
localhost?




-
To unsubscribe, e-mail: users-unsubscr...@httpd.apache.org
For additional commands, e-mail: users-h...@httpd.apache.org