Skip to main content

Home/ Web Performance/ Group items tagged file

Rss Feed Group items tagged

anonymous

PNG and JPG Optimizers - 2 views

  •  
    "ScriptPNG is a PNG optimizer for Windows 32 bits. It reduces files size by parallel processing, with differents levels of compression. It converts GIF, BMP, JPG, PCX, or TGA to PNG. ScriptJPG is a JPG optimizer for Windows 32 bits. It reduces files size with a lossless process or with differents lossy methods - those methods also reduce image quality."
anonymous

azurams/Magento-Minify - Minification CSS / JS pour Magento - 0 views

  •  
    "WBL_Minify extension enables minification of magento css merged files and/or javascript merged files."
Boris Schapira

Using a Hosts File To Make The Internet Not Suck (as much) - 0 views

  •  
    Use this file to prevent your computer from connecting to selected internet hosts. This is an easy and effective way to protect you from many types of spyware, reduces bandwidth use, blocks certain pop-up traps, prevents user tracking by way of "web bugs" embedded in spam provides partial protection to IE from certain web-based exploits and blocks most advertising you would otherwise be subjected to on the  internet.
anonymous

Scour is an open-source Python script that aggressively cleans SVG files - 1 views

  •  
    "Scour is an open-source Python script that aggressively cleans SVG files, removing a lot of 'cruft' that certain tools or authors embed into their documents. The goal of scour is to provide an identically rendered image"
Mehdi Kabab

Trimage (lossless) image compressor - 8 views

  •  
    Interface visuelle (GUI) permettant de compresser plusieurs images, PNG et JPG. Ce programme, utilisable également en CLI, se base sur optipng, advpng et jpegoptim.
  • ...4 more comments...
  •  
    Outils peu convaincant. L'outil conserve toujours le fichier compressé même si ce dernier est supérieur en taille.
  •  
    Dommage :-/ ça automatise une partie du taf déjà.
  •  
    Mouai, Eric n'a probablement pas fait de test, mais de mon côté mieux vaut utiliser à la main les outils "optipng, pngout, deflopt avec options" on obtient de bien meilleurs résultats. L'intérêt de l'outil réside dans l'interface à la limite
  •  
    Non, je n'ai pas fait de test. Par contre j'ai vu que la correction du bug soulevé par Samuel est prévue. Après attention, on peut toujours obtenir de meilleurs résultats à la main avec ce genre d'outils, mais parfois au prix d'un temps cpu démesuré. Le propre de ces outils c'est de choisir des valeurs raisonnables et optimale pour le compromis efficacité/temps. Pour moi l'intérêt c'est surtout que c'est "déjà fait", donc pas besoin de chercher les bons paramètres pour le compromis optimal, de faire appel à image magik pour savoir quel outil utiliser en fonction du format et du nombre de couleurs, et de scripter tout ça soi même : c'est déjà fait. J'apprécie aussi qu'ils aient prévu une gui *et* une cli pour le même outil. C'est assez sympa.
  •  
    Il y a aussi http://phpied.com/files/yuicd/ a suivre, déjà essayé pour recompresser rapidement des png et le résultat est très bon à chaque fois.
  •  
    A cross-platform tool for losslessly optimizing PNG and JPG files. Inspired by ImageOptim.
anonymous

"reducing number of requests on a page [not] always makes that page faster" - 1 views

  •  
    "combining can sometimes make loads slower, due to deferral of JS execution (have to download entire combined JS file before any of the JS can be executed). A second reason is that combining can make the resources take longer to download, due to the way that TCP slow start works"
anonymous

FF Subsetter - Optimize your Web FontFont - 1 views

  •  
    "Web FontFonts speak many languages, but most of the time you only need a select few. Removing the letters you don't need can greatly reduce the font file size to make your websites faster, optimize bandwidth usage, and reduce high-traffic costs. "
Nicolas Hodin

YSlow for Command Line - 0 views

  •  
    YSlow for Command Line runs on Node.JS and requires a HAR file as input source in order to analyze page performance. It is currently available as a NPM package for installation.
anonymous

motherjones/grunt-html-smoosher - 3 views

  •  
    "A grunt task which takes a html file, finds all the css and js links, and outputs a version with all the css and js written inline for ease of pasting into a cms"
anonymous

Revisiting the "Cookieless Domain" Recommendation - 0 views

  •  
    "serving CSS files from the same domain as the base page [is] a performance win"
anonymous

Optimizing javascript/jQuery loading time, a beginner's guide - 0 views

  •  
    "With LABjs you can load your js files completely asynchronous."
François D.

sitespeed.io - Analyze your website speed and performance - 1 views

  •  
    "Sitespeed.io is an open source tool that helps you analyze and optimize your website speed and performance based on performance best practices. It will collect data from multiple pages on your website (crawling from a start point), analyze the pages using performance best practices rules, and output the result as HTML-files or JUnit XML. You can see real life examples of analyzed sites here." Possibilité d'intégrer cet outil dans une plate-forme d'intégration continue (jenkins) : http://sitespeed.io/documentation/#junit
Laurent Paoletti

A developer's guide to rendering performance - 4 views

  •  
    When we look back over the history of web performance we see a heavy focus on reducing the number of requests and getting files to the browser quickly. Our platform has changed a lot, and while optimizing for network performance remains a crucial part of our jobs, we now have to broaden our performance horizons. Our users also expect smooth scrolling, animations and interactions, even on mobile devices. In short we need to deal with not just how quickly our sites and apps load, but also how quickly they run. [video] In this session Paul takes a lightning tour of how Chrome converts the DOM into pixels, see how our code affects its workload, and arrive at a modern workflow for finding (and eliminating) rendering bottlenecks.
Éric D.

PNG optimization guide - 0 views

  •  
    pngslim is a batch file that runs a number of png optimization tools such as pngout, deflopt, pngrewrite... *slow* and windows-only
1 - 20 of 29 Next ›
Showing 20 items per page