Closed GoogleCodeExporter closed 9 years ago
Just a note, it actually made minify useless for me... Site was "trashed" (no
css) everytime minify didn't get to load just once. A
Original comment by dino.pa...@gmail.com
on 13 Jun 2014 at 9:13
Why us Chrome sending conditional GET headers if it can't handle a 304
response? Can you send me a detailed request/response header list?
Original comment by mrclay....@gmail.com
on 13 Jun 2014 at 10:59
I suspect you have a local extension that is causing Chrome not to follow the
HTTP spec correctly)
Original comment by mrclay....@gmail.com
on 13 Jun 2014 at 11:04
Searching further into the issue, there might be a transparent proxy between me
and my server, which is cause of the issue.
(With that said, shouldn't Minify handle no-cache in still?)
The test i've done now is that i added debug headers, and it seems that the
response does not get served by, something else is responding and not handling
no-cache and no last-modified,etag header.
Original comment by dino.pa...@gmail.com
on 13 Jun 2014 at 11:27
Request
Request URL:
http://XXXXX.com/min/?f=/css/style.css,/css/photoswipe.css,/css/magnific-popup.c
ss
Request Method:GET
Request Headersview source
Accept:text/html,application/xhtml+xml,application/xml;q=0.9,image/webp,*/*;q=0.
8
Accept-Encoding:gzip,deflate,sdch
Accept-Language:en,en-US;q=0.8,da;q=0.6
Cache-Control:no-cache
Connection:keep-alive
Cookie: XXXXX
DNT:1
Host: XXXXX.com
Pragma:no-cache
User-Agent:Mozilla/5.0 (Macintosh; Intel Mac OS X 10_9_2) AppleWebKit/537.36
(KHTML, like Gecko) Chrome/35.0.1916.114 Safari/537.36
Response
Status Code:304 Not Modified
Cache-Control:max-age=1800
Connection:Keep-Alive
Date:Fri, 13 Jun 2014 11:28:55 GMT
ETag:"pub1402591632"
Expires:Fri, 13 Jun 2014 11:58:55 GMT
Keep-Alive:timeout=5, max=96
Server:Apache/2.2.22
Vary:Accept-Encoding,User-Agent
Content empty
So both client and server didn't have the content here.
Original comment by dino.pa...@gmail.com
on 13 Jun 2014 at 11:31
This can by the way be replicated here in incognito (did try that of course),
so if it's anything... it's the server or something in between me and the
server.
I'm playing around with some .htaccess now to see if i can disable apache
caching (if that is the issue)
Original comment by dino.pa...@gmail.com
on 13 Jun 2014 at 11:45
I'm not sure what is happening, i need to try it out on another server.
Something is ignoring my client and just serving me 304 and empty content.
Original comment by dino.pa...@gmail.com
on 13 Jun 2014 at 2:27
http://www.mrclay.org/ is serving both JS and CSS via minify and forced refresh
shows no problem.
Original comment by mrclay....@gmail.com
on 13 Jun 2014 at 2:36
Original issue reported on code.google.com by
dino.pa...@gmail.com
on 13 Jun 2014 at 8:37