Hi
My Mac Dreamweaver CS6 opens html files in about 1-2 minutes! It is very very slow. It all works when the file is open but it is the actual opening that is slow.
I have turned off external files but no change.
Any ideas??
Thanks
Mac Pro
Processor 2 x 2.8 GHz Quad-Core Intel Xeon
Memory 4 GB 800 MHz DDR2 FB-DIMM
Graphics ATI Radeon HD 2600 XT 256 MB
Software Mac OS X Lion 10.7.4 (11E53)
Does this occur with all files?
To test for sure, please create a new document using one of the preset layouts (e.g. 3 column fixed), save the file, quit/restart Dreamweaver, and then try opening that file.
If it's not happening with the new file, can you share a link to a page you are having this issue with? Or at least the code from the page if it's not yet live?
Hi Carey
Thanks for you answer.
It seems that Dreamweaver struggles with anything it thinks is 'complicated'.
It opened the above (your suggestion) pretty quickly. However, when I opened this index page (http://www.digitaldeluxe.net) it took approx 30 seconds.
Also when I changed site from the Files page, changing from one site to another takes a long time too. Like 30-60 seconds if the site is reasonably big (I am a web developer with 10 year experience with Dreamweaver).
It's fine in CS5.5 but terrible in CS6.
Thanks
Rob
I am having the same issues concerning speed. Large take a long time to open or switching between sites. Also when I drag files to the remote server, it sometimes will delete the file or tell me I have a permissons issue. No issues in CS5. This has been a very diappointing upgrade.
Processor 2 x 2.4 Intel Core I7
Memory 16GB 1333 MHz DDR3
Graphics AMD Radeon HD 6770M 1024 MB
Software Mac OS X Lion 10.7.4 (11E53)
I too have been running into this problem. Would appreciate hearing of any fixes coming up. Also, don't know if it's related, but I've also had a number of spontaneous crashes of DW, always occur just after I've selected a command of some sort in DW.
DW6 (build 5842)
Mac OS X 10.7.4
2.2 GHz Intel Core i7
8 GB 1333 MHz DDR3
I am having the same problem. The file seems to start to open and the file tab starts to form but then hangs for up to 10minutes. For the first 20 times this happened I would open the file in another program and copy and paste the code in to a new document but this was a little tedious. Now I have learnt you just have to wait and so I go away and make a coffee (or write this comment on the forum) and by the time I get back it is done.
The only pattern I can see is that they were files that predate CS6 and are .asp.
Is there going to be an update that fixes this?
Best wishes,
Oliver
wow, i thought my copy of DW6 was slow taking 5-6 seconds to open files.
and its taking minutes for you guys. wow.
Does anyone know of an html editor (other than Dreamweaver) that has autocomplete of user defined css class/id names when editing html? as in, css classnames from a linked or open css file...
have tried ST2 and Chocolat with no success
Does anyone know of an html editor (other than Dreamweaver) that has autocomplete of user defined css class/id names when editing html? as in, css classnames from a linked or open css file...
Have you tried Microsoft Expression Web 4? If not then try their trial version and you will be amazed as to how smooth it is and a pleasure to work with. Color schemes may be not to your liking but pretty good in other ways.
Unfortunately, it is only for the Windows system AFAIK.
I'm running the 5842 build (ostensibly 12.01), and the first HTML file to open after launch is still ridiculously slow, around 2 minutes. That is just for HTML files, with no associated website. Subsequent HTML files open as quickly as expected.
Does it really take months to fix this stuff?
It is just as bad as ever. I thought an update would come along any day but
it is now getting ridiculous.
I have stopped taking regular breaks but instead take my breaks when
Dreamweaver is having a long think. I have had much longer breaks as a
result.
I guess it is a delay caused by DW taking a look at the whole site before
loading a file but I wish It wouldn't. It has caused me quite a lot of
embarrassment at meetings already.
I usually go on breaks too when I open Dreamweaver C6.... another annoying feature is no html tool bars and all the deprecated tags are removed intentionally.... it just so happens there are some sites we manage that do not want us to charge them to change the format of their sites.... almost all the html is missing. there are not even <h1> tags, or <p> tags...didnt know those were deprecated... if you plan on buying this version....keep your CS4 so you can edit older sites....very disappointed in Adobe. They rushed this to market to suck more cash out of your pocket.... incomplete program ...worst one they put out in years.
I have quite the opposite experience. I have several older sites I maintain in CS6 without any problems. If <h1> and <p> tags suddenly go missing, I guarantee there's an underlying problem with your code that CS6 is trying to resolve but can't.
Use the W3C code validator to discover what that might be.
Nancy O.
The tags are not missing from the page they are missing from the Dreamweaver tool bars... and they are not available to select or add in the favorite/custom toolbar either.
It is like a scaled down version of CS4 but with some new features...in CS4 there was a text tab that had html tags... the text tab is missing... no html tags... I am using a PC for this application. Maybe Mac works different????
I've been strugling with this issue for a long time.
I've found that Dreamweaver takes about 2 minutes to open CSS files with @import url for font face.
for example:
@import url(http://fonts.googleapis.com/css?family=Oswald:400,300);
i've never had problem with big files but if i place this line into my 20k css file, it takes for ever to load.
if i remove it, it opens fast as usual.
Please don't tell me that it could be a Google problem thatis loading slow because it's not.
the font file isnt big enough either.
Of course i have deativated the "load things from external urls" setting.
any ideas on how could this be fixed withoput changing my work style ?
Here's the thing. Links to external scripts on other servers often look for a user agent (browser identifier). DW is not a browser so it can't send user agent info. When it tries to connect with the external site and doesn't get an immediate reply, it hangs.
A few options:
The latter 2 will not effect Live View or Preview in browsers.
Nancy O.
Thank you very much for your time and thoughts Nancy!
i would like you to help me finding the option you mention here:
i could not find it in my spanish dreamweaver (i never meant to have a spanish dreamweaver but it happened), tried to find an option similar to "display Styles"
http://screencast.com/t/EPwy7uLXh
in my particular case i always work in code view, i always code CSS in code view. Never use / nevwe will use design view. I wish a way to get DW to NEVER try to connect to the external source because i will never want to see the work on DW itself.
btw... The options 1 and 3 semms to me pretty uncoonfortable because they mean a lot of extra work.
Thank you very much for your time! Very apreciated.
For the record, option 2 does not work. Since the problem happens when opening the css file directly.
I work with hundreds of sites and i have to be constantly and wildly opening and modifying many of them , many times a day. so option 1 is completely out of the posibilities for me .
Perhaps these solutions could help other people that works with less sites and don't mind adding extra steps to their workflow.
i think there must be a 4th option to add:
4.- go and make a cofee while DW opens the file.
North America
Europe, Middle East and Africa
Asia Pacific