From: Jesse V. <je...@6t...> - 2003-06-06 20:49:01
|
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> <html> <head> <meta http-equiv="Content-Type" content="text/html;charset=ISO-8859-1"> <title></title> </head> <body text="#000000" bgcolor="#ffffff"> <meta http-equiv="Content-Type" content="text/html;charset=ISO-8859-1"> <title></title> Hello all,<br> I've never contributed to an open source project before, so I'm not sure of the proper ettiquite. Please correct me if I do something stupid :)<br> I've been email with Raymond Irving about some idea's that I had, and he encouraged me to post it here and see what people think.<br> I wrote a Java version of the JavaScript compressor that comes with DynAPI. Along with everything that the DynAPI one does, it reads in a config file that says "compress these files, then merge them into this one file". This enables me to keep a good amount of JS files when I'm coding, but then when I "build" to apache, I compress them all into 1 file, so the browser doesn't have to hit the server multiple times to get the files.<br> Then, I took it a step farther, and added what I had to in order to be able to compress the DynAPI files I was using, and it worked! I was able to get all my files, plus the DynAPI files I was using and compress / merge them all into 1 file. It sped things up on my server dramatically.<br> The changes were all just adding semi-colons where they were needed, except for one case:<br> <br> <br> <br> </body> </html> |