[nginx] Update mime-types
Lafiel
lafiel at elven.pw
Sat Feb 24 11:49:21 UTC 2024
Hi,
Maxim.
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.csv
> 4:jpg,9165719,135508292
> 64:bmp,17013,37954
> 2118:dib,22,28
>
> The csv file was made with the following
> query:
>
> SELECT
>
> ext,
> COUNT(distinct pageid)
> total_pages,
> COUNT(0)
> total_requests
> FROM
>
> `httparchive.summary_requests.2024_01_01_desktop`
> GROUP
> BY
>
> ext
> ORDER
> BY
> total_requests
> DESC
>
> Are 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:lafiel at elven.pw
-------------- next part --------------
A non-text attachment was scrubbed...
Name: 0xFAB0C3D2.asc
Type: application/pgp-keys
Size: 1461 bytes
Desc: not available
URL: <http://freenginx.org/pipermail/nginx-devel/attachments/20240224/42cab2be/attachment.asc>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 228 bytes
Desc: OpenPGP digital signature
URL: <http://freenginx.org/pipermail/nginx-devel/attachments/20240224/42cab2be/attachment.sig>
More information about the nginx-devel
mailing list