The jscompress tag has no wiki summary.
0
votes
0answers
106 views
Regarding Gzipped and compression using Smart optimizer in joomla 1.5 [closed]
I want to Gzip and compress all css and js files in joomla 1.5
for that purpose I have used smartoptimizer for Gziping all images, css and js.
I have read entire article for smartOptimizer on ...
0
votes
1answer
73 views
CSS & JS compression [closed]
Whats the best online / or mac app that be used to optimise CSS and JS. I use one or two at the moment but especially with css if i am using media queries I have to then edit these a little to ...
0
votes
2answers
525 views
Looking for a CSS and for a js file merger and minimizer
I'm working on a public project and one of the things we are after is a CSS file merger and minimizer and a js file merger and minimizer.
The requisites are as follows:
No beta code. Only stable ...
2
votes
1answer
4k 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
6
votes
6answers
2k 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
3answers
355 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 ...
0
votes
1answer
151 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
...
4
votes
8answers
7k 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 ...
12
votes
4answers
3k 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
378 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?
5
votes
1answer
1k 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?
...
0
votes
1answer
247 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 ...
7
votes
3answers
8k views
Ways to compress/minify javascript files [duplicate]
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 ...
9
votes
5answers
9k 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 ...
2
votes
4answers
553 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 ...
38
votes
12answers
14k 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
2
votes
5answers
462 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.
40
votes
17answers
8k views
What do you use to minimize and compress JavaScript libraries?
What do you use to minimize and compress JavaScript libraries?
12
votes
8answers
3k views
Which javascript minification library produces better results? [closed]
Between Yahoo! UI Compressor, Dean Edwards Packer and jsmin, which produces better results, both in terms of resulting footprint and fewer errors when obfuscating.
3
votes
4answers
689 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 ...
17
votes
16answers
7k 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?