Tagged Questions

0
votes
2answers
44 views

Javascript stops working when compress script

I want to compress my 2000+ lines og javascript and I have tested both http://dean.edwards.name/packer/ and http://closure-compiler.appspot.com/home. But in both cases, the compre …
0
votes
1answer
12 views

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

Hi guys, 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 http …
0
votes
6answers
88 views

How to minify jquery files?

Hi 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 inpu …
2
votes
3answers
91 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?
11
votes
10answers
625 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
0
votes
1answer
64 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, …
1
vote
4answers
187 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 down …
2
votes
4answers
317 views

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

Hi all, 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 …
5
votes
6answers
338 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.
2
votes
2answers
216 views

combine javascript files at deployment in python

Hi, 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 com …
3
votes
6answers
307 views

What do you use to minimize and compress JavaScript libraries?

What do you use to minimize and compress JavaScript libraries?
2
votes
3answers
322 views

Combining and Compressing multiple JavaScript files in php

Hello, 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 phr …
0
votes
3answers
576 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 …
1
vote
5answers
246 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
106 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 sam …

1 2 next
15 30 50 per page