CSS optimization tools

Are there any downloadable programs that will use common CSS optimization techniques? Searching for something not on the Internet.

+3
source share
4 answers

Depending on what kind of optimization you need and what tool you want:

  • CSSTidy : CSS parser and optimizer
  • Dust-Me Selectors : Firefox add-on that can find unused CSS selectors
  • minify : a PHP application that integrates, minimizes and gzips your CSS and Javascript site
  • mod_deflate : Apache module that you must use to gzip your content
  • : Firebug ( YSlow), , CSS .
  • YUI Compressor: Java Javascript CSS
+7

Yahoo , JavaScript CSS:

YUI

Java .

:

YUI?

YUI Java ( Java >= 1.4) Rhino, JavaScript. JavaScript , . , 1 ( 2 3) , ( , eval , YUI , , ) CSS CSS. YUI , , , .

+6

ASP.NET, StyleManager. CSS . gStyleManager.com.

+1
source

Check out Yahoo! Developer Network, especially YUI Compressor .

You can also see Firebug and YSlow or Google Page Speed . They can parse for inefficient use of CSS (you still have to fix CSS yourself)

0
source

Source: https://habr.com/ru/post/1735122/


All Articles