Manage Sites - extremely slow to open for editing

I do not understand why, but in the last two weeks, when I go to "Manage Sites" and click on edit, it takes forever to open the site. I have a new machine too... only 4 months, so I don't think it's that... everybody that experience and that fixed it.

Thanks for all your suggestions.

How weird is that! It worked like a charm... I find that amazing... what gave you the idea to do!

The settings were in a different place than you realized, so I searched and found.

Tags: Dreamweaver

Similar Questions

  • Update 2015 / / mobile site extremely slow

    I'm working on a fairly large for one of our customers site.

    However, as I've updated to Muse CC 2015 this morning, the mobile Web site has become extremely slow when published.

    The project is almost finished and testruns at our own Publisher, I noticed the slowdown.

    The last published with Muse CC 2014 Web site is here: http://designrem.nl/nuv/jaarverslag2014/phone/

    The same draft published with Muse CC 2015 can be found here: http://designrem.nl/nuv/jaarverslag2015/phone/

    Note that it concerns only the mobile (phone) version of the website, not the desktop version.

    PS. I know it's a little heavy for a mobile Web site, but those who have been the wishes...

    A good practice when there was a major update of Muse is to download the whole site instead of changed files only the first time you edit a site.

  • Extremely slow to open Web pages.

    My PC Dell 2 years contains Microsoft Windows XP Home Service Pack 2, with a processor Intel Pentium 4 3 GHZ processor and 504 MB of RAM; and I installed Norton Internet Security 2010.
    In the months it has become increasingly slow to open web pages, and in particular one I opened after the connection. This page now takes about 2 minutes to open, and then another 30 seconds before the download links and I have my slider control.
    I delete my files and cookies every day and I clean the disk and defrag every week, but nothing I try will speed up performance.
    A couple of days, I ran 2 scans of Registry Cleaner programs, and both indicated that I had literally thousands of flaws, including registry entries. Residual unwanted files; Elements of privacy; Bad Active X; and not optimized Performance characteristics.
    I considered buying one of the registry cleaners, but did a little research and found that they could cause even more problems that I currently have.
    I am somewhat a novice in the computer game, and I hope a kind person might explain in layman's language what is wrong and how I could fix it (easily).
    A big thank you to you all.

    Hi Malkeleah:
    My deepest apologies for not responding to your more sooner - my wife and I went away for 10 days just after your reply and when we arrived home I found myself with a virus, but I don't think I caught the computer!
    Both myself and this machine of circuits, wires and chips (or other) are now back to normal, and as promised, I'll give you a walk through of what has past. (will probably not be in the right order, but you'll get the gist of it, I'm sure). Son of my co-worker was the computer expert who got everything running.
    Basically, what he was doing was: remove all unnecessary programs that were run in the background. uninstall Norton 2010 SS and replace it with McAfee Security Suite (linked to the BT Net Protect Plus); Remove my 504 MB of RAM and replace it with 1.24 GB of RAM; back up everything I had in my computer on a flash drive. delete a lot of unnecessary programs from Windows; close the whole 'thing'; and restart using the 2 CD from Dell. There are other things that I'm sure he did, but I just don't remember.
    Thus, in a Word, my friend, this little baby now works as a Cray computer (starting & closing and opening web pages, all now faster than a bullet speeding - well, to me anyway).
    Malkeleah, as I said, the sequence, I gave you is probably all out of sync, and I realize that you're not a fan of McAfee, but my young friend knew a lot more than me and Philadelphia lawyer I was talking, and everything that has happened wonderfully since its development.
    Thanks a lot for your help. My apologies again for not having affect earlier; and if I ever need your help once again, I know how to get in touch.
    Sláinte!

  • Dynamic form is very slow to open and edit

    I hope that someone could take a few minutes and see if they could help understand me why this form is so slow) 1 open, 2) add a new line, and 3) select a customer in the drop-down list box in the column 'CUSTOMER '. I tried to remove the numbering of the pages in the case of page layout: ready and that doesn't help all the performance. I don't have a lot of calculations and a lot of resolveNodes, but I don't think I have any other way to perform these calculations without them. If someone could point me in the right direction.

    The form is here:

    https://Acrobat.com/#d=pBkuyHMzab36bS4N0U9VEg

    .. and if you open it in Acrobat or Reader first, you'll see what I mean. It is not as slow as a preview in Livecycle because all data entered is gone.

    Thanks for any help.

    JO

    Hello

    I would try to remove the appeals of two resolveNodes and two point Jono example methods and see if that helped, then;

    var result = 0;

    lines of the var = this.resolveNodes ("ItemSet [*]");

    for (var i = 0, limit = rows.length; i)

    {

    var line = rows.item (i);

    If (row.client.rawValue = clientName.rawValue)

    {

    result += row.corresp.rawValue

    }

    }

    result;

    But I have not programmed it and I am still surprised to go wrong with optimizations.

    I think the victory is to remove the code from events to calculate the fields correspTotal, hcfaTotal, holdsMiscTotal, Total182, Total215, Total247, Total259 and Total268 (I renamed Total268 it was a duplicate and complicated by my script) and add the following code to the clientTotals calculate (the parent subform) event, so you loop only if your form once per customer.

    var correspTotalWork = 0;

    var hcfaTotalWork = 0;

    var holdsMiscTotalWork = 0;

    var total182Work = 0;

    var total215Work = 0;

    var total247Work = 0;

    var total259Work = 0;

    var total268Work = 0;

    representatives of var = P1.resolveNodes ("rep [*]");

    var repCount = reps.length;

    for (var j = 0; j)

    {

    var Rep = reps.item (j);

    sets var = rep.resolveNodes ("ItemSet [*]");

    var itemSetCount = itemSets.length;

    for (var i = 0; i)

    {

    set var = itemSets.item (i);

    If (itemSet.client.rawValue = clientName.rawValue)

    {

    If (itemSet.corresp.rawValue > 0)

    {

    Console.println (itemSet.client.rawValue + "" + itemSet.corresp.rawValue);

    }

    correspTotalWork += itemSet.corresp.rawValue;

    hcfaTotalWork += itemSet.hcfa.rawValue;

    holdsMiscTotalWork += itemSet.holdsMisc.rawValue;

    total182Work += itemSet.tic182.rawValue;

    total215Work += itemSet.tic215.rawValue;

    total247Work += itemSet.tic247.rawValue;

    total259Work += itemSet.tic259.rawValue;

    total268Work += itemSet.tic268.rawValue;

    }

    }

    }

    correspTotal.rawValue = correspTotalWork;

    hcfaTotal.rawValue = hcfaTotalWork;

    holdsMiscTotal.rawValue = holdsMiscTotalWork;

    Total182.RawValue = total182Work;

    Total215.RawValue = total215Work;

    Total247.RawValue = total247Work;

    Total259.RawValue = total259Work;

    Total268.RawValue = total268Work;

    The next step, you could try would be to loop but the shape once and maintain eight totals by customer.

    To view the console messages in my previous example press Ctrl-J.  You should see a few lines such as;

    Form1. P1. Rep.repTotals.Total268. #calculate: time elapsed 3ms

    Form1. P1. Rep.repTotals.unresolvedTotal. #calculate: time elapsed 3ms

    Form1.clientTotals.correspTotal. #calculate: 340ms time

    Form1.clientTotals.hcfaTotal. #calculate: time elapsed 358ms

    Good luck

    Bruce

  • Firefox extremely slow, not open web sites correctly. Especially in the last 24 hours.

    In the last 24 hours (from April 27), FF4.0 became incredibly slow, unable to open many sites completely or correctly (i.e., BBC NEWS, Twitter) or the opening of sites but not able to use fully (i.e. opens hotmail but did not open any new messages). This is not the case with Chrome or I.e. browsers seems to be specific FF.

    This is probably due to the WangWang (ww-plugin), you have installed. Disable it in Tools | Add ons | Plugins and then see troubleshooting issues with plugins like Flash or Java to solve problems of Firefox for instructions on how to uninstall it.

    Please also go to the Plugins check page and see if the version of Flash you have installed currently needs to be updated or not. I don't recognize the version you have installed.

    If the problem persists after the above troubleshooting steps, please try running Firefox in questions to troubleshoot Firefox in Safe Mode. If it works properly in this configuration, then one of your modules is the culprit.

  • Custom adjusted photos open for edit in Photoshop Lightroom.

    Using Lightroom, Camera Raw 9.6 2015.6

    With the help of Photoshop 2015.1.2 (20160113.r.355 x 64)

    10.10.5 OSX

    When in LR, select Edit in Photoshop CC, edit a copy with LR adjustments

    Nothing happens. Does not open in PS.

    Edit original works OK.

    What is going on?

    Seems to open jpg files but not the raw files. NAVE.

    Keith

    Post edited by: Keith Holmes

    Sorry for this Keith. I thought that it may do the trick. There's another conflict. You may need to speak directly with the Support from Adobe.

    Contact us | Adobe

  • Is there a setting to have the message to users when a technical object is already open for editing?

    We are on v6111 and enjoy the warning message that informs the user of the second when two users have edited the same technical object and changes of the first has already been saved.  What we are facing is users who want to know that someone else has already opened the technical subject to change.  Is there a configation for this?  Users do not like to be informed after they enter data that someone else already saved a different edition... they would like the warning before doing the real work because it feels like a wasted effort... If the accused in advance, they can come back and do the data entry later.  We try to find the appropriate configuration option to set the warning message in the appropriate UX process / calendar.  Thank you!

    OK Ron, we will get the UX/ER process began with the OS.  Thank you.

  • Export the site extremely slow.

    Before the update I had the 01/03/16 of the sensitive version of Muse site would export in a few minutes to the HTML even in the beta version of versions I was testing export was quick and he is now at a snails pace.  It may take up to 15-20 minutes, but I can move throughout the site once exported to the folder on the network or my office in a minute... No matter where I export local or its unbearably slow network.. all my files, I work with are the and I have the site to ordinary resolution.  I even reduced the size of the original images.  Don't know what else could be the cause of the problem.

    I'm using version 2015.1.21, CL 798516 leader Format 343

    Rings false. A re - publish initial site Web may take longer time, because each new version of Muse like to do preventative maintenance on various issues more than just modified. But the next re - publish must imperatively be fast again...

  • Captivate 5 - extremely slow reaction of the system for all actions

    I had 5 Captivate on my Windows XP Pro machine since July 2010.  I used heavily until March 2011, but it used VERY little since then (now Sept 2011).

    When I started yesterday at C5, it has been extremely slow in opening the application.  When I open a file I created in early 2011, stored on my C drive and less than 2 MB, it takes a few minutes to open the file.  Any action that I take in C5 takes MINUTES that the system to answer - if clicking on a slide to see in detail, by selecting an action, go to the next page, select an option in the menu bar - EACH action takes minutes to the point where even when I wanted to just remove some extraneous slides in a recent record It took me over an HOUR to do.  Curiously, she had no problem recording the actions of a site web - but put it up to C5 so that I can see and edit the file took minutes.

    What is happening and how to fix this?  Should I uninstall this version and reinstall?

    I also C5 on my MacBook Pro and it gives me problems now too - he actually told me that I had to re - install...

    Thank you!

    Hello

    I hope that you do not have the folder in Program Files? It is the application. Preferences must be in a folder associated with your connection profile. Sorry not to have access to a system of WIN XP for now. This file has this content for me:

    Lilybiri

  • Some slow to open programs

    Hello

    I had a brief look at various forums and did not find everything that contributes to date, so this is.

    My main problem is that some programs (Windows Media Player, Panel, Nexus Mod Manager to name a few) are extremely slow to open. By slow, we're talking up to five minutes. My boot time itself is fast, and the computer runs fast at any other time. My machine is a PC game and very good material, that is specified in the lower part. I use Glary Utilities to regularly clean up the drives, registry clean and defrag etc and I have very few programs to run at startup. None of this solves the problem.

    If any other information is needed please ask and I'll give you.

    Any help is greatly appreciated.

    TECHNICAL DATA:

    -Overview-

    Processor: AMD FX (tm) - 4130 Quad - Core Processor
    Memory: 4077MB (1333) about to be upgraded to 8 GB, with the permission of Christmas.
    Motherboard: GA-78LMT-USB3
    Windows Version: Microsoft Windows 7 Home Premium Service Pack 1
    Installation date: 20 / 01 / 2014
    Monitor: Generic PnP monitor
    Video card: AMD Radeon R9 200 series (R9 280)
    Mouse: Microsoft Comfort Mouse 4500 (Centre of keyboard and mouse)
    Keyboard: USB input device
    Hard drive: ExcelStor Technology J9250S ATA Device(232GB,IDE)
    CD-ROM/DVD-ROM drive: Optiarc DVD RW AD-5240 s ATA Device

    Hello

    I use Glary Utilities to clean regularly drives, registry clean.

    This could be the cause of your problem. Microsoft does not recommend the use of registry cleaners as they can cause insoluble problems on your computer. Glary Utilities has all the backups of the registry before the "clean"?

    Download CCleaner from here. Once installed, open it and head over to the Tools tab, and then select start. In the lower right corner, select Save in the text file and select a name for it. Open the saved document and display its content in your next reply. As-well as. Click the 'clean' tab, keep all the boxes to check it and press run cleaner.

    Another possibility, is that you can have malicious software installed on your computer. In addition, I recommend that you download and run the programs below and delete all that they detect.

    Malwarebytes Anti-Malware - http://malwarebytes.org

    AdwCleaner - http://www.bleepingcomputer.com/download/adwcleaner

    Junkware Removal Tool - http://www.bleepingcomputer.com/download/junkware-removal-tool

    There are additional instructions for execution of AdwCleaner on the link below.

    Thank you

    Legaede

  • vFoglight storage is extremely slow!

    Hello

    I'm under vFogStorage (v 1.6) on a virtual machine (vSphere 4.1U1) with 2 vCPU, 6 GB of RAM and 4 vDisk (on a Netapp array with 17x15K SAS drives). The virtual machine itself works well, but vFogStorage is extremely slow and unresponsive for moments.

    I tried using the console installed on the server of vFogStorage and also with the help of the office of the administration remotely. In both cases, the console freezes randomly and after a while, he returned to answer, but when using the desktop of remote administration that it is virtually unusable as frost periods are larger than on the local server.

    It is possible to set the system to speed it up?

    vFoglight storage has a fix that resolves this problem.  This problem has been taken offline and the problem has been identified.

    Version 1.6.1 will be this "patch" included and has solved several problems of performance.

    Mike

  • Facebook (entire site) runs extremely slow in Firefox.

    This does not happen with all the other Web sites. It is extremely slow-scrolling, loading of pages, etc., and each time I have a Facebook tab is open, it slows down the whole browser. The browser returns to normal speed once the Facebook tabs are closed. The worst thing is when I type a message or comment on Facebook - specific messages - he's so bad that I have to stop and wait for the characters to catch up to me, sometimes for several minutes just finish one sentence until I can move my real typing speed. It makes it extremely difficult to use as a communication tool and I don't know what to do about this.

    I had this problem (Linux though). Disabling the extension DownloadHelper solved it for me.

  • Extremely slow AutoComplete for addresses after update to Thunderbird

    Yesterday I upgraded to Thunderbird since version 30 to 31, AutoComplete for addresses is now, while I have written messages that are extremely slow to suggest contacts. If I enter only one letter in the destination field, thunderbird hangs for about 20 seconds and then shows me suggestions.
    Type two letters quickly, thunderbird freezes for 13 seconds. typing 06:03 seconds
    All tested even in safe mode
    I have a local address book with about 9870 remote contacts (no address book) and before the upgrade, everything worked fine

    The problem may be due to the new AutoComplete feature looking for matches which include the search string, not just those that match at the beginning of address book fields, which was the old method.

    If you install MoreFunctionsForAddressBook, it will add a preference, morecols.autocomplete.match_just_beginning, that you can pass to true and see if it makes a difference. Tools(or AppMenu/options)/Options/Advanced/general/Config. Editor, paste the preference in search and double-click it from false to true.

    Edit: Version 0.7 of MoreFunctionsForAddressBook includes this switch on the tab to AutoComplete (valid for TB 31 +) Options.

  • Satellite A30 extremely slow for about 2 months now

    Hi I need help, my A30, I bought about 2.5 years ago was extremely slow for about 2 months now. I only use it at home, and as such, I don't have a lot of programs loaded on it.

    What could be making it so slow and what can I improve performance.

    Hello

    The first thing to do is start the Utility Manager tasks (right click on the task bar) and check what you have running, as well as the process what CPU they use. For a standard installation of Windows XP I would expect to see about process assets of 40-50 but only 1 or 2% of CPU. Stop every process that you don't want especially if they use a lot of CPU.

    Then, run a analysis suitable anit-virus and also a scan of Malware (Adaware and Spybot) and clean everything they find your system.

    Finally, run a cleaning disc, followed by a Disk Defragmenter (both in the Accessories/System Tools menu).

    Kind regards

  • When I try to create a new e-mail in Windows Mail for Vista, the message box is delayed and slow to open.

    Hello, I have a laptop with Vista MS operating system and Windows Mail.  Since I got the computer, I noticed that when I go to create a new email, the new message box is delayed and slow to open.  And, often, once that I enter a contact in the line 'To', it also seems to be slow in filling.  No idea why this is happening.  The old OE always worked smoothly.  Thank you.

    original title: Windows Vista and Windows Mail

    Contacts are managed differently in Winmail in Vista and many can be what slows down things.  You can try to reduce them, and see if that has an effect any.

    See here for background information (www.oehelp.com/backup.aspx#wm), although it seems that the link to contacts has been removed.  See here for information on contacts: http://windows.microsoft.com/en-US/windows-vista/Managing-your-contacts

    Steve

Maybe you are looking for