<?xml version="1.0" encoding="UTF-8"?><rss
version="2.0"
xmlns:content="http://purl.org/rss/1.0/modules/content/"
xmlns:dc="http://purl.org/dc/elements/1.1/"
xmlns:atom="http://www.w3.org/2005/Atom"
xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
> <channel><title>Comments on: Speed up Dreamweaver MX: Some performance boosting tips</title> <atom:link href="http://sniptools.com/vault/speed-up-dreamweaver-mx-some-performance-boosting-tips/feed" rel="self" type="application/rss+xml" /><link>http://sniptools.com/vault/speed-up-dreamweaver-mx-some-performance-boosting-tips</link> <description>Design &#38; Technology Observations</description> <lastBuildDate>Wed, 09 May 2012 20:59:10 +0000</lastBuildDate> <sy:updatePeriod>hourly</sy:updatePeriod> <sy:updateFrequency>1</sy:updateFrequency> <generator>http://wordpress.org/?v=3.3.2</generator> <xhtml:meta xmlns:xhtml="http://www.w3.org/1999/xhtml" name="robots" content="noindex" /> <item><title>By: BlackRabbit</title><link>http://sniptools.com/vault/speed-up-dreamweaver-mx-some-performance-boosting-tips#comment-2672</link> <dc:creator>BlackRabbit</dc:creator> <pubDate>Sun, 04 Sep 2011 15:00:25 +0000</pubDate> <guid
isPermaLink="false">http://sniptools.com/cms/?p=52#comment-2672</guid> <description>There must be some kind of script filtering two - out. There should be two - after nomunge.</description> <content:encoded><![CDATA[<p>There must be some kind of script filtering two — out. There should be two — after nomunge.</p> ]]></content:encoded> </item> <item><title>By: BlackRabbit</title><link>http://sniptools.com/vault/speed-up-dreamweaver-mx-some-performance-boosting-tips#comment-2671</link> <dc:creator>BlackRabbit</dc:creator> <pubDate>Sun, 04 Sep 2011 14:41:01 +0000</pubDate> <guid
isPermaLink="false">http://sniptools.com/cms/?p=52#comment-2671</guid> <description>Correction:
java -jar c:\yuicompressor-2.4.6.jar --nomunge -onot
java -jar c:\yuicompressor-2.4.6.jar -nomunge -o</description> <content:encoded><![CDATA[<p>Correction:<br
/> java –jar c:\yuicompressor-2.4.6.jar –nomunge –o</p><p>not<br
/> java –jar c:\yuicompressor-2.4.6.jar –nomunge –o</p> ]]></content:encoded> </item> <item><title>By: BlackRabbit</title><link>http://sniptools.com/vault/speed-up-dreamweaver-mx-some-performance-boosting-tips#comment-2670</link> <dc:creator>BlackRabbit</dc:creator> <pubDate>Sun, 04 Sep 2011 14:38:22 +0000</pubDate> <guid
isPermaLink="false">http://sniptools.com/cms/?p=52#comment-2670</guid> <description>Hey, I tested Heinz&#039;s tip on optimizing the *.js files and I think Dreamweaver CS5.5 starts much faster now. I did this for a friend.
I used the YUI Compressor to &quot;compress&quot; the files, and it reduced the filesize about 50%! There are 971 js files in dreamweavers configuration folder. Size before 1Â 012Â 472 bytes, size now: 5Â 507Â 096 bytes.
The YUI Compressor is build with java, heres what I did (for windows)(you may want to google some of the steps):
1. Download the YUI Compressor (I placed it in &quot;c:\&quot;)
2. Make sure you have the latest version of java, if you don&#039;t install it.
3. Make sure java is in the enviormental variables.
5. Make a copy of the configuration folder to somewere on your harddrive (I used &quot;c:\temp&quot;)Now you need to produce something that runs the YUI Compressor on all the files and appending them with new code. I created a .bat file for doing ths:
6. Use cmd and the dir command to create a textfile with paths to all the *.js files in the c:\temp\configuration folder
7. Open excel and copy the content of the text file to a spreadsheet
8. In the column to the left of this write this: &quot;java -jar c:\yuicompressor-2.4.6.jar --nomunge -o &quot;&quot;. Copy this for for all rows to the end (where the textfile output ends)
9. On the column to the right of the adresses type &quot;&quot; &quot;&quot;, copy this to the end where the adress row ends.
10. Copy the adress column. Paste it to the right of &quot;&quot; &quot;&quot;.
11. Copy the entire thing and paste it into a text editor. Remove all the tabs. A correct line looks like this:
java -jar c:\yuicompressor-2.4.6.jar --nomunge -o &quot;C:\TEMP\configuration\Behaviors\Actions\Call JavaScript.js&quot; &quot;C:\TEMP\configuration\Behaviors\Actions\Call JavaScript.js&quot;
12. Save it as a bat file and run it.
13. When finished, MAKE SURE TO MAKE A BACKUP of the orginal configuration forlder in the dreamweaver directory, and copy the new one to the dreamweaver directory.That sould do it.</description> <content:encoded><![CDATA[<p>Hey, I tested Heinz's tip on optimizing the *.js files and I think Dreamweaver CS5.5 starts much faster now. I did this for a friend.<br
/> I used the YUI Compressor to "compress" the files, and it reduced the filesize about 50%! There are 971 js files in dreamweavers configuration folder. Size before 1Â 012Â 472 bytes, size now: 5Â 507Â 096 bytes.<br
/> The YUI Compressor is build with java, heres what I did (for windows)(you may want to google some of the steps):<br
/> 1. Download the YUI Compressor (I placed it in "c:\")<br
/> 2. Make sure you have the latest version of java, if you don't install it.<br
/> 3. Make sure java is in the enviormental variables.<br
/> 5. Make a copy of the configuration folder to somewere on your harddrive (I used "c:\temp")</p><p>Now you need to produce something that runs the YUI Compressor on all the files and appending them with new code. I created a .bat file for doing ths:<br
/> 6. Use cmd and the dir command to create a textfile with paths to all the *.js files in the c:\temp\configuration folder<br
/> 7. Open excel and copy the content of the text file to a spreadsheet<br
/> 8. In the column to the left of this write this: "java –jar c:\yuicompressor-2.4.6.jar –nomunge –o "". Copy this for for all rows to the end (where the textfile output ends)<br
/> 9. On the column to the right of the adresses type "" "", copy this to the end where the adress row ends.<br
/> 10. Copy the adress column. Paste it to the right of "" "".<br
/> 11. Copy the entire thing and paste it into a text editor. Remove all the tabs. A correct line looks like this:<br
/> java –jar c:\yuicompressor-2.4.6.jar –nomunge –o "C:\TEMP\configuration\Behaviors\Actions\Call JavaScript.js" "C:\TEMP\configuration\Behaviors\Actions\Call JavaScript.js"<br
/> 12. Save it as a bat file and run it.<br
/> 13. When finished, MAKE SURE TO MAKE A BACKUP of the orginal configuration forlder in the dreamweaver directory, and copy the new one to the dreamweaver directory.</p><p>That sould do it.</p> ]]></content:encoded> </item> <item><title>By: Ken</title><link>http://sniptools.com/vault/speed-up-dreamweaver-mx-some-performance-boosting-tips#comment-2540</link> <dc:creator>Ken</dc:creator> <pubDate>Mon, 02 Aug 2010 21:27:43 +0000</pubDate> <guid
isPermaLink="false">http://sniptools.com/cms/?p=52#comment-2540</guid> <description>I am having an issue with Dreamweaver CS3 taking a LONG time to add a file to local files. Or for it to show up on the drop down. If I add an image and have to put that image to the server, it might take 1-4 minutes for the jpg to show up in the local files. I don&#039;t have ANY real system in place unfortunately. The local files are basically a huge list of jpg&#039;s etc. Is that why this is happeneing? Could it be the anti-virus slowing it down. I wrote NOD32 on how to exclude the Dreamweaver folder from real time scanning but they haven&#039;t gotten back to me. (what a surprise.)Thanks,
Ken</description> <content:encoded><![CDATA[<p>I am having an issue with Dreamweaver CS3 taking a LONG time to add a file to local files. Or for it to show up on the drop down. If I add an image and have to put that image to the server, it might take 1–4 minutes for the jpg to show up in the local files. I don't have ANY real system in place unfortunately. The local files are basically a huge list of jpg's etc. Is that why this is happeneing? Could it be the anti-virus slowing it down. I wrote NOD32 on how to exclude the Dreamweaver folder from real time scanning but they haven't gotten back to me. (what a surprise.)</p><p>Thanks,<br
/> Ken</p> ]]></content:encoded> </item> <item><title>By: Nick Jackson</title><link>http://sniptools.com/vault/speed-up-dreamweaver-mx-some-performance-boosting-tips#comment-2501</link> <dc:creator>Nick Jackson</dc:creator> <pubDate>Mon, 15 Mar 2010 11:26:06 +0000</pubDate> <guid
isPermaLink="false">http://sniptools.com/cms/?p=52#comment-2501</guid> <description>Hi.Thanks for the tips. Trying most of them.Any updates for CS3/4?</description> <content:encoded><![CDATA[<p>Hi.</p><p>Thanks for the tips. Trying most of them.</p><p>Any updates for CS3/4?</p> ]]></content:encoded> </item> <item><title>By: Alexis</title><link>http://sniptools.com/vault/speed-up-dreamweaver-mx-some-performance-boosting-tips#comment-2461</link> <dc:creator>Alexis</dc:creator> <pubDate>Thu, 17 Dec 2009 06:57:15 +0000</pubDate> <guid
isPermaLink="false">http://sniptools.com/cms/?p=52#comment-2461</guid> <description>These look really handy. I’m currently re-designing my site so will see how I can incorporate some of this functionality.</description> <content:encoded><![CDATA[<p>These look really handy. I’m currently re-designing my site so will see how I can incorporate some of this functionality.</p> ]]></content:encoded> </item> <item><title>By: bill</title><link>http://sniptools.com/vault/speed-up-dreamweaver-mx-some-performance-boosting-tips#comment-1113</link> <dc:creator>bill</dc:creator> <pubDate>Mon, 03 Jul 2006 04:21:39 +0000</pubDate> <guid
isPermaLink="false">http://sniptools.com/cms/?p=52#comment-1113</guid> <description>I am here to say hello and you have a great site!  &lt;a href=&quot;http://nokia6630.info&quot; rel=&quot;nofollow&quot;&gt;nokia6630&lt;/a&gt; </description> <content:encoded><![CDATA[<p>I am here to say hello and you have a great site! <a
href="http://nokia6630.info" rel="nofollow">nokia6630</a></p> ]]></content:encoded> </item> <item><title>By: sniptools</title><link>http://sniptools.com/vault/speed-up-dreamweaver-mx-some-performance-boosting-tips#comment-1112</link> <dc:creator>sniptools</dc:creator> <pubDate>Thu, 04 Dec 2003 16:23:34 +0000</pubDate> <guid
isPermaLink="false">http://sniptools.com/cms/?p=52#comment-1112</guid> <description>That&#039;s a brilliant suggestion, Heinz. Thanks!The URL to Brainjar&#039;s Crunchinator:
&lt;a href=&quot;http://www.brainjar.com/js/crunch/&quot; rel=&quot;nofollow&quot;&gt;http://www.brainjar.com/js/crunch/&lt;/a&gt;</description> <content:encoded><![CDATA[<p>That's a brilliant suggestion, Heinz. Thanks!</p><p>The URL to Brainjar's Crunchinator:<br
/> <a
href="http://www.brainjar.com/js/crunch/" rel="nofollow">http://www.brainjar.com/js/crunch/</a></p> ]]></content:encoded> </item> <item><title>By: Heinz Malcharzyk</title><link>http://sniptools.com/vault/speed-up-dreamweaver-mx-some-performance-boosting-tips#comment-1111</link> <dc:creator>Heinz Malcharzyk</dc:creator> <pubDate>Wed, 03 Dec 2003 06:37:08 +0000</pubDate> <guid
isPermaLink="false">http://sniptools.com/cms/?p=52#comment-1111</guid> <description>Here&#039;s another way to speed up DW MX:Remove all comments inside any JavaScript file in any DW MX Configuration folder. But CAUTION! This is going to take a really long time. In addition, the JS can be shrunken by removing lots of obsolete tabs and spaces. If this is too much work for you, go to the BrainJar JavaScript CrunchinatorAs DW MX checks every line of code inside those JS files on startup, a line that doesn&#039;t have to be checked is a time saver. There are thousands of lines that consist solely of // comments /* or even multiline comments */Unless if you are a developer who wants to know exactly what these JS files do, get rid of &#039;em.</description> <content:encoded><![CDATA[<p>Here's another way to speed up DW MX:</p><p>Remove all comments inside any JavaScript file in any DW MX Configuration folder. But CAUTION! This is going to take a really long time. In addition, the JS can be shrunken by removing lots of obsolete tabs and spaces. If this is too much work for you, go to the BrainJar JavaScript Crunchinator</p><p>As DW MX checks every line of code inside those JS files on startup, a line that doesn't have to be checked is a time saver. There are thousands of lines that consist solely of // comments /* or even multiline comments */</p><p>Unless if you are a developer who wants to know exactly what these JS files do, get rid of 'em.</p> ]]></content:encoded> </item> </channel> </rss>
<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Minified using disk: basic
Page Caching using disk: enhanced (User agent is rejected)
Database Caching 6/8 queries in 0.003 seconds using disk: basic
Object Caching 568/568 objects using disk: basic

Served from: www.sniptools.com @ 2012-05-22 17:09:25 -->
