Where can I get an httparchive SQL dump for analysis? I didn't find it on their website.
Maxim Dounin писал(а) 2024-02-24 05:01:
$ grep -n '^jpg,\|^bmp,\|^dib,' httparchive_exts.csv4:jpg,9165719,135508292 64:bmp,17013,37954 2118:dib,22,28The csv file was made with the following query:SELECText, COUNT(distinct pageid) total_pages, COUNT(0) total_requestsFROM`httparchive.summary_requests.2024_01_01_desktop` GROUP BY ext ORDER BY total_requests DESCAre there any compatibility concerns (looks like the new MIME type is is better handled at least in Chrome, see [3])?Link for reference:[1] https://svn.apache.org/repos/asf/httpd/httpd/trunk/docs/conf/mime.types [2] https://www.iana.org/assignments/media-types/image/bmp [3] https://bugzilla.mozilla.org/show_bug.cgi?id=1422725
--Best regards,
Lafiel mailto:laf...@elven.pw
0xFAB0C3D2.asc
Description: application/pgp-keys
signature.asc
Description: OpenPGP digital signature
-- nginx-devel mailing list nginx-devel@freenginx.org https://freenginx.org/mailman/listinfo/nginx-devel