Browse Source

Ativa compressão gzip (#3283)

Corrige MIME type de arquivos


Compacta as imagens mantendo as qualidades
pull/3287/head
Vinícius Cantuária 4 years ago
committed by GitHub
parent
commit
5fa4549e55
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 7
      docker/config/nginx/nginx.conf
  2. BIN
      sapl/static/sapl/frontend/img/arrow.png
  3. BIN
      sapl/static/sapl/frontend/img/authenticated.png
  4. BIN
      sapl/static/sapl/frontend/img/avatar.png
  5. BIN
      sapl/static/sapl/frontend/img/beta.png
  6. BIN
      sapl/static/sapl/frontend/img/etiqueta.png
  7. BIN
      sapl/static/sapl/frontend/img/file.png
  8. BIN
      sapl/static/sapl/frontend/img/hand-note.png
  9. BIN
      sapl/static/sapl/frontend/img/icon_comissoes.png
  10. BIN
      sapl/static/sapl/frontend/img/icon_delete_white.png
  11. BIN
      sapl/static/sapl/frontend/img/icon_materia_legislativa.png
  12. BIN
      sapl/static/sapl/frontend/img/icon_mesa_diretora.png
  13. BIN
      sapl/static/sapl/frontend/img/icon_normas_juridicas.png
  14. BIN
      sapl/static/sapl/frontend/img/icon_parlamentares.png
  15. BIN
      sapl/static/sapl/frontend/img/icon_pautas.png
  16. BIN
      sapl/static/sapl/frontend/img/icon_plenarias.png
  17. BIN
      sapl/static/sapl/frontend/img/icon_relatorios.png
  18. BIN
      sapl/static/sapl/frontend/img/icon_save_white.png
  19. BIN
      sapl/static/sapl/frontend/img/logo.png
  20. BIN
      sapl/static/sapl/frontend/img/logo_cc.png
  21. BIN
      sapl/static/sapl/frontend/img/logo_interlegis.png
  22. BIN
      sapl/static/sapl/frontend/img/manual.png
  23. BIN
      sapl/static/sapl/frontend/img/pdflogo.png
  24. BIN
      sapl/static/sapl/frontend/img/perfil.png
  25. BIN
      sapl/static/sapl/frontend/img/search-gray.png
  26. BIN
      sapl/static/sapl/frontend/img/search.png
  27. BIN
      sapl/static/sapl/frontend/img/ui-icons_2694e8_256x240.274157b3.png
  28. BIN
      sapl/static/sapl/frontend/img/ui-icons_2e83ff_256x240.602e5d4d.png
  29. BIN
      sapl/static/sapl/frontend/img/ui-icons_3d80b3_256x240.24fcd129.png
  30. BIN
      sapl/static/sapl/frontend/img/ui-icons_72a7cf_256x240.55a4c5ce.png
  31. BIN
      sapl/static/sapl/frontend/img/ui-icons_ffffff_256x240.bb2a88be.png
  32. BIN
      sapl/static/sapl/frontend/img/user.png

7
docker/config/nginx/nginx.conf

@ -25,7 +25,12 @@ http {
keepalive_timeout 65;
#gzip on;
gzip on;
gzip_disable "MSIE [1-6]\\.(?!.*SV1)";
gzip_proxied any;
gzip_comp_level 5;
gzip_types text/plain text/css text/javascript application/javascript application/x-javascript text/xml application/xml application/rss+xml image/gif image/png image/x-icon image/jpeg image/svg+xml;
gzip_vary on;
include /etc/nginx/conf.d/*.conf;
}

BIN
sapl/static/sapl/frontend/img/arrow.png

Binary file not shown.

Before

Width:  |  Height:  |  Size: 262 B

After

Width:  |  Height:  |  Size: 176 B

BIN
sapl/static/sapl/frontend/img/authenticated.png

Binary file not shown.

Before

Width:  |  Height:  |  Size: 30 KiB

After

Width:  |  Height:  |  Size: 9.4 KiB

BIN
sapl/static/sapl/frontend/img/avatar.png

Binary file not shown.

Before

Width:  |  Height:  |  Size: 59 KiB

After

Width:  |  Height:  |  Size: 25 KiB

BIN
sapl/static/sapl/frontend/img/beta.png

Binary file not shown.

Before

Width:  |  Height:  |  Size: 6.6 KiB

After

Width:  |  Height:  |  Size: 1.6 KiB

BIN
sapl/static/sapl/frontend/img/etiqueta.png

Binary file not shown.

Before

Width:  |  Height:  |  Size: 694 B

After

Width:  |  Height:  |  Size: 515 B

BIN
sapl/static/sapl/frontend/img/file.png

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1021 B

After

Width:  |  Height:  |  Size: 739 B

BIN
sapl/static/sapl/frontend/img/hand-note.png

Binary file not shown.

Before

Width:  |  Height:  |  Size: 502 B

After

Width:  |  Height:  |  Size: 399 B

BIN
sapl/static/sapl/frontend/img/icon_comissoes.png

Binary file not shown.

Before

Width:  |  Height:  |  Size: 3.0 KiB

After

Width:  |  Height:  |  Size: 1.8 KiB

BIN
sapl/static/sapl/frontend/img/icon_delete_white.png

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.8 KiB

After

Width:  |  Height:  |  Size: 169 B

BIN
sapl/static/sapl/frontend/img/icon_materia_legislativa.png

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.5 KiB

After

Width:  |  Height:  |  Size: 766 B

BIN
sapl/static/sapl/frontend/img/icon_mesa_diretora.png

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.8 KiB

After

Width:  |  Height:  |  Size: 1.8 KiB

BIN
sapl/static/sapl/frontend/img/icon_normas_juridicas.png

Binary file not shown.

Before

Width:  |  Height:  |  Size: 4.9 KiB

After

Width:  |  Height:  |  Size: 2.5 KiB

BIN
sapl/static/sapl/frontend/img/icon_parlamentares.png

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.6 KiB

After

Width:  |  Height:  |  Size: 1.0 KiB

BIN
sapl/static/sapl/frontend/img/icon_pautas.png

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.9 KiB

After

Width:  |  Height:  |  Size: 1007 B

BIN
sapl/static/sapl/frontend/img/icon_plenarias.png

Binary file not shown.

Before

Width:  |  Height:  |  Size: 4.3 KiB

After

Width:  |  Height:  |  Size: 2.4 KiB

BIN
sapl/static/sapl/frontend/img/icon_relatorios.png

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.2 KiB

After

Width:  |  Height:  |  Size: 724 B

BIN
sapl/static/sapl/frontend/img/icon_save_white.png

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.9 KiB

After

Width:  |  Height:  |  Size: 206 B

BIN
sapl/static/sapl/frontend/img/logo.png

Binary file not shown.

Before

Width:  |  Height:  |  Size: 18 KiB

After

Width:  |  Height:  |  Size: 6.2 KiB

BIN
sapl/static/sapl/frontend/img/logo_cc.png

Binary file not shown.

Before

Width:  |  Height:  |  Size: 3.1 KiB

After

Width:  |  Height:  |  Size: 1.7 KiB

BIN
sapl/static/sapl/frontend/img/logo_interlegis.png

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.6 KiB

After

Width:  |  Height:  |  Size: 942 B

BIN
sapl/static/sapl/frontend/img/manual.png

Binary file not shown.

Before

Width:  |  Height:  |  Size: 343 B

After

Width:  |  Height:  |  Size: 291 B

BIN
sapl/static/sapl/frontend/img/pdflogo.png

Binary file not shown.

Before

Width:  |  Height:  |  Size: 238 KiB

After

Width:  |  Height:  |  Size: 155 KiB

BIN
sapl/static/sapl/frontend/img/perfil.png

Binary file not shown.

Before

Width:  |  Height:  |  Size: 6.2 KiB

After

Width:  |  Height:  |  Size: 2.4 KiB

BIN
sapl/static/sapl/frontend/img/search-gray.png

Binary file not shown.

Before

Width:  |  Height:  |  Size: 3.0 KiB

After

Width:  |  Height:  |  Size: 283 B

BIN
sapl/static/sapl/frontend/img/search.png

Binary file not shown.

Before

Width:  |  Height:  |  Size: 367 B

After

Width:  |  Height:  |  Size: 300 B

BIN
sapl/static/sapl/frontend/img/ui-icons_2694e8_256x240.274157b3.png

Binary file not shown.

Before

Width:  |  Height:  |  Size: 4.6 KiB

After

Width:  |  Height:  |  Size: 3.5 KiB

BIN
sapl/static/sapl/frontend/img/ui-icons_2e83ff_256x240.602e5d4d.png

Binary file not shown.

Before

Width:  |  Height:  |  Size: 4.6 KiB

After

Width:  |  Height:  |  Size: 3.5 KiB

BIN
sapl/static/sapl/frontend/img/ui-icons_3d80b3_256x240.24fcd129.png

Binary file not shown.

Before

Width:  |  Height:  |  Size: 4.6 KiB

After

Width:  |  Height:  |  Size: 3.5 KiB

BIN
sapl/static/sapl/frontend/img/ui-icons_72a7cf_256x240.55a4c5ce.png

Binary file not shown.

Before

Width:  |  Height:  |  Size: 4.6 KiB

After

Width:  |  Height:  |  Size: 3.5 KiB

BIN
sapl/static/sapl/frontend/img/ui-icons_ffffff_256x240.bb2a88be.png

Binary file not shown.

Before

Width:  |  Height:  |  Size: 6.3 KiB

After

Width:  |  Height:  |  Size: 3.5 KiB

BIN
sapl/static/sapl/frontend/img/user.png

Binary file not shown.

Before

Width:  |  Height:  |  Size: 290 B

After

Width:  |  Height:  |  Size: 225 B

Loading…
Cancel
Save