Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

31
votes
17answers
3k views

What do you use to minimize and compress JavaScript libraries?

What do you use to minimize and compress JavaScript libraries?
29
votes
12answers
8k views

What are some good css and js minimizers for production code?

I'm looking for some applications or websites that minimize css and js files. Ideally, they could batch them all or if not, one at a time. Thanks! Brian
12
votes
16answers
4k views

What is the best method to reduce the size of my Javascript and CSS files?

When working with large and/or many Javascript and CSS files, what's the best way to reduce the file sizes?
11
votes
8answers
1k views

Which javascript minification library produces better results?

Between Yahoo! UI Compressor, Dean Edwards Packer and jsmin, which produces better results, both in terms of resulting footprint and fewer errors when obfuscating.
7
votes
4answers
2k views

combine javascript files at deployment in python

I'm trying to reduce the number of scripts included in our website and we use buildout to handle deployments. Has anybody successfully implemented a method of combining and compressing scripts with ...
6
votes
3answers
4k views

Ways to compress/minify javascript files [closed]

Duplicate: Best javascript compressor Which javascript minification library produces better results? What is the best method to reduce the size of my Javascript and CSS files? So far ...
6
votes
3answers
4k views

Combining and Compressing multiple JavaScript files in php

I am working on a PHP app that requires eight javascript files (hello web2.0). I am wondering what the best way combine and compress all of the files dynamically. Am I phrasing the question ...
5
votes
3answers
253 views

What standalone JavaScript compressing tools are there?

Currently I am using the site at http://javascriptcompressor.com/ to compress my JavaScript. Is there any other standalone JavaScript compressing tool?
4
votes
6answers
1k views

HTML + JavaScript + CSS compact tool

I need a tool which can minify, optimize and munge many files of those possible types HTML (minify only) JavaScript (minify, optimize and munge) CSS (minify) The final result should be one HTML ...
3
votes
1answer
817 views

Makefile which compresses javascript

I want to compress javascript in yui compressor, How to write Make file for compress javascript. Because grammar is difficult and does not understand it, Could you give me a sample Makefile for me? ...
2
votes
7answers
4k views

How to minify jquery files?

I am using jquery and I got a couple plugins that don't offer a minified version. So I want to take the full version and minfiy it but all the sites I have found that you input your javascript and it ...
2
votes
4answers
605 views

jQuery/JavaScript - performance-issue when having a lot of small .js-Files?

i've got a site with a lot of referenced .js-Files; those are rather small files, but I want to keep my methods separated by topic/functionality. Is it better to keep all the methods in one .js-File ...
1
vote
3answers
199 views

JavaScript stops working when I compress my script

I want to compress my 2000+ lines of javascript and I have tested both http://dean.edwards.name/packer/ and http://closure-compiler.appspot.com/home. But in both cases, the compressed script gives me ...
1
vote
4answers
430 views

What is the best/fastest way to include my external javascripts? I use jQuery

I am nearly done with my site and am optimising it at the moment; I would like to know the best and fastest way to include all my external javascript files. I want the site to download as quick as ...
1
vote
5answers
413 views

At what stage do you compress/minimize javascript?

When building, or "on the fly" (perhaps with caching) when the users request pages. And what are the dis/advantages of each.
0
votes
1answer
328 views

Compressed JS Decoder

http://www.lotterypost.com/js-compress.aspx This is site is very nice for compressing JS but I want to decode.... And instead of online is there any free best tool to encode/decode Js
0
votes
1answer
103 views

How to find if a request is for js or css in httpHandler

is there any way to find if a particular request is for JS or CSS in httphandler to improve the performance of my website i was using HttpCompress from Code Project ...
0
votes
1answer
184 views

JCSompress - dealing with special characters in JS files?

I'm in the initial stages of investigating JSCompress for MSBUILD : http://msbuildtasks.tigris.org/ For my initial testing I have a few JS files over which I am running this task, some of the files ...