Menu

Slow opening and saving of Database

Help
zzz
2011-12-19
2016-09-08
1 2 3 > >> (Page 1 of 3)
  • zzz

    zzz - 2011-12-19

    As I wrote in bug tracker (http://sourceforge.net/tracker/?func=detail&atid=609909&aid=3449319&group_id=95013) I have to wait up to 15 seconds for my database to open up (and be saved).
    I have switched from portable Version 1.x to 2.16 full version on my Win7 x64 machine.
    Since that day my DB opens very, very slow. It's about 10MB and about 100 entries. I have used Favicon Downloader for customized Icons for the entries.
    No. of Key transformations is set to: 3151360. It says that this would mean a one second delay. But I have to wait at least five seconds or more for the DB to open. Even with this value set to 500 it takes forever.

    What can I do about it?

     
    • snorbens

      snorbens - 2016-09-07

      An old thread I know. I had this issue in Win 10 running an SSD. Fix was to 'Unblock' the KeePassX.exe file after downloading

       
      • Paul

        Paul - 2016-09-08

        You mean KeePass.exe?

        You should always unblock files after you have virus scanned and verified their authenticity.

        cheers, Paul

         
  • Dominik Reichl

    Dominik Reichl - 2012-01-14

    If you provide a sample database and your configuration file, I can try to reproduce the slowness that you're seeing.

    Best regards
    Dominik

     
  • zzz

    zzz - 2012-01-22

    When I create a new Database it's freaking fast (just as 1.x portable was). After importing the entries from my database, it is slow again. Please understand, that I can' t post my DB here. Also generating new passwords for all entries would take too long (and give you a list of web pages a regularly visit).

    Would could be different to other users is that I use the comment field very much. Probably about 50 - 100 characters per entry. What could be the problem? The import from the portable version? The custom entry icons?

    Config files looks like this:

    <?xml version="1.0" encoding="utf-8"?>
    <Configuration xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
        <Meta>
            <PreferUserConfiguration>false</PreferUserConfiguration>
        </Meta>
        <Application>
            <LanguageFile>German.lngx</LanguageFile>
            <HelpUseLocal>false</HelpUseLocal>
            <LastUsedFile>
                <Path>KeePassDatabase.kdbx</Path>
                <UserName />
                <Password />
                <CredProtMode>Obf</CredProtMode>
                <CredSaveMode>NoSave</CredSaveMode>
            </LastUsedFile>
            <MostRecentlyUsed>
                <MaxItemCount>5</MaxItemCount>
                <Items>
                    <ConnectionInfo>
                        <Path>KeePassDatabase.kdbx</Path>
                        <UserName />
                        <Password />
                        <CredProtMode>Obf</CredProtMode>
                        <CredSaveMode>NoSave</CredSaveMode>
                    </ConnectionInfo>
                </Items>
            </MostRecentlyUsed>
            <Start>
                <OpenLastFile>true</OpenLastFile>
                <CheckForUpdate>true</CheckForUpdate>
                <MinimizedAndLocked>true</MinimizedAndLocked>
                <PluginCacheDeleteOld>true</PluginCacheDeleteOld>
                <PluginCacheClearOnce>false</PluginCacheClearOnce>
            </Start>
            <FileOpening>
                <ShowExpiredEntries>false</ShowExpiredEntries>
                <ShowSoonToExpireEntries>false</ShowSoonToExpireEntries>
            </FileOpening>
            <VerifyWrittenFileAfterSaving>true</VerifyWrittenFileAfterSaving>
            <UseTransactedFileWrites>true</UseTransactedFileWrites>
            <FileClosing>
                <AutoSave>true</AutoSave>
            </FileClosing>
            <TriggerSystem>
                <Enabled>false</Enabled>
                <Triggers />
            </TriggerSystem>
            <PluginCachePath />
        </Application>
        <Logging>
            <Enabled>false</Enabled>
        </Logging>
        <MainWindow>
            <X>957</X>
            <Y>262</Y>
            <Width>965</Width>
            <Height>820</Height>
            <Maximized>false</Maximized>
            <SplitterHorizontalFrac>0.2658228</SplitterHorizontalFrac>
            <SplitterVerticalFrac>0.269757628</SplitterVerticalFrac>
            <Layout>Default</Layout>
            <AlwaysOnTop>false</AlwaysOnTop>
            <CloseButtonMinimizesWindow>false</CloseButtonMinimizesWindow>
            <MinimizeToTray>true</MinimizeToTray>
            <ShowFullPathInTitle>false</ShowFullPathInTitle>
            <DropToBackAfterClipboardCopy>false</DropToBackAfterClipboardCopy>
            <MinimizeAfterClipboardCopy>false</MinimizeAfterClipboardCopy>
            <MinimizeAfterLocking>true</MinimizeAfterLocking>
            <MinimizeAfterOpeningDatabase>true</MinimizeAfterOpeningDatabase>
            <QuickFindSearchInPasswords>true</QuickFindSearchInPasswords>
            <QuickFindExcludeExpired>true</QuickFindExcludeExpired>
            <FocusResultsAfterQuickFind>false</FocusResultsAfterQuickFind>
            <FocusQuickFindOnUntray>true</FocusQuickFindOnUntray>
            <CopyUrlsInsteadOfOpening>false</CopyUrlsInsteadOfOpening>
            <DisableSaveIfNotModified>true</DisableSaveIfNotModified>
            <ToolBar>
                <Show>true</Show>
            </ToolBar>
            <EntryView>
                <Show>false</Show>
                <HideProtectedCustomStrings>true</HideProtectedCustomStrings>
            </EntryView>
            <TanView>
                <UseSimpleView>false</UseSimpleView>
                <ShowIndices>true</ShowIndices>
            </TanView>
            <EntryListColumnCollection>
                <Column>
                    <Type>Title</Type>
                    <CustomName />
                    <Width>193</Width>
                    <HideWithAsterisks>false</HideWithAsterisks>
                </Column>
                <Column>
                    <Type>UserName</Type>
                    <CustomName />
                    <Width>90</Width>
                    <HideWithAsterisks>false</HideWithAsterisks>
                </Column>
                <Column>
                    <Type>Password</Type>
                    <CustomName />
                    <Width>90</Width>
                    <HideWithAsterisks>true</HideWithAsterisks>
                </Column>
                <Column>
                    <Type>Url</Type>
                    <CustomName />
                    <Width>114</Width>
                    <HideWithAsterisks>false</HideWithAsterisks>
                </Column>
                <Column>
                    <Type>Notes</Type>
                    <CustomName />
                    <Width>90</Width>
                    <HideWithAsterisks>true</HideWithAsterisks>
                </Column>
            </EntryListColumnCollection>
            <EntryListColumnDisplayOrder>0 1 2 3 4</EntryListColumnDisplayOrder>
            <EntryListAutoResizeColumns>false</EntryListAutoResizeColumns>
            <EntryListAlternatingBgColors>true</EntryListAlternatingBgColors>
            <ListSorting>
                <Column>0</Column>
                <Order>Ascending</Order>
                <CompareNaturally>true</CompareNaturally>
                <CompareTimes>false</CompareTimes>
            </ListSorting>
            <ShowEntriesOfSubGroups>false</ShowEntriesOfSubGroups>
        </MainWindow>
        <UI>
            <TrayIcon>
                <ShowOnlyIfTrayed>false</ShowOnlyIfTrayed>
                <SingleClickDefault>true</SingleClickDefault>
            </TrayIcon>
            <Hiding>
                <SeparateHidingSettings>false</SeparateHidingSettings>
                <HideInEntryWindow>true</HideInEntryWindow>
                <UnhideButtonAlsoUnhidesSource>false</UnhideButtonAlsoUnhidesSource>
            </Hiding>
            <StandardFont>
                <Family>Microsoft Sans Serif</Family>
                <Size>8.25</Size>
                <GraphicsUnit>Point</GraphicsUnit>
                <Style>Regular</Style>
                <OverrideUIDefault>false</OverrideUIDefault>
            </StandardFont>
            <PasswordFont>
                <Family>Courier New</Family>
                <Size>8.25</Size>
                <GraphicsUnit>Point</GraphicsUnit>
                <Style>Regular</Style>
                <OverrideUIDefault>false</OverrideUIDefault>
            </PasswordFont>
            <ForceSystemFontUnix>false</ForceSystemFontUnix>
            <BannerStyle>WinVistaBlack</BannerStyle>
            <ShowImportStatusDialog>true</ShowImportStatusDialog>
            <ShowDbMntncResultsDialog>true</ShowDbMntncResultsDialog>
            <UseCustomToolStripRenderer>true</UseCustomToolStripRenderer>
            <OptimizeForScreenReader>false</OptimizeForScreenReader>
            <DataEditorRect />
            <DataEditorFont>
                <Family>Microsoft Sans Serif</Family>
                <Size>8.25</Size>
                <GraphicsUnit>Point</GraphicsUnit>
                <Style>Regular</Style>
                <OverrideUIDefault>false</OverrideUIDefault>
            </DataEditorFont>
            <DataEditorWordWrap>true</DataEditorWordWrap>
            <CharPickerRect />
            <UIFlags>0</UIFlags>
            <KeyCreationFlags>0</KeyCreationFlags>
            <KeyPromptFlags>0</KeyPromptFlags>
            <SecureDesktopPlaySound>false</SecureDesktopPlaySound>
        </UI>
        <Security>
            <WorkspaceLocking>
                <LockOnWindowMinimize>false</LockOnWindowMinimize>
                <LockOnSessionSwitch>false</LockOnSessionSwitch>
                <LockOnSuspend>true</LockOnSuspend>
                <LockOnRemoteControlChange>true</LockOnRemoteControlChange>
                <LockAfterTime>0</LockAfterTime>
                <LockAfterGlobalTime>0</LockAfterGlobalTime>
                <ExitInsteadOfLockingAfterTime>false</ExitInsteadOfLockingAfterTime>
                <AlwaysExitInsteadOfLocking>false</AlwaysExitInsteadOfLocking>
            </WorkspaceLocking>
            <Policy>
                <Plugins>true</Plugins>
                <Export>true</Export>
                <ExportNoKey>true</ExportNoKey>
                <Import>true</Import>
                <Print>true</Print>
                <NewFile>true</NewFile>
                <SaveFile>true</SaveFile>
                <AutoType>true</AutoType>
                <AutoTypeWithoutContext>true</AutoTypeWithoutContext>
                <CopyToClipboard>true</CopyToClipboard>
                <CopyWholeEntries>true</CopyWholeEntries>
                <DragDrop>true</DragDrop>
                <UnhidePasswords>true</UnhidePasswords>
                <ChangeMasterKey>true</ChangeMasterKey>
                <ChangeMasterKeyNoKey>true</ChangeMasterKeyNoKey>
                <EditTriggers>true</EditTriggers>
            </Policy>
            <MasterPassword>
                <MinimumLength>0</MinimumLength>
                <MinimumQuality>0</MinimumQuality>
            </MasterPassword>
            <MasterKeyOnSecureDesktop>false</MasterKeyOnSecureDesktop>
            <ClipboardClearOnExit>true</ClipboardClearOnExit>
            <ClipboardClearAfterSeconds>12</ClipboardClearAfterSeconds>
            <UseClipboardViewerIgnoreFormat>false</UseClipboardViewerIgnoreFormat>
            <ClearKeyCommandLineParams>true</ClearKeyCommandLineParams>
        </Security>
        <Native>
            <NativeKeyTransformations>true</NativeKeyTransformations>
        </Native>
        <PasswordGenerator>
            <AutoGeneratedPasswordsProfile>
                <Name />
                <GeneratorType>CharSet</GeneratorType>
                <CollectUserEntropy>false</CollectUserEntropy>
                <Length>20</Length>
                <CharSetRanges>ULD_______</CharSetRanges>
                <CharSetAdditional />
                <Pattern />
                <PatternPermutePassword>false</PatternPermutePassword>
                <ExcludeLookAlike>false</ExcludeLookAlike>
                <NoRepeatingCharacters>false</NoRepeatingCharacters>
                <ExcludeCharacters />
                <CustomAlgorithmUuid />
                <CustomAlgorithmOptions />
            </AutoGeneratedPasswordsProfile>
            <LastUsedProfile>
                <Name>Own1</Name>
                <GeneratorType>CharSet</GeneratorType>
                <CollectUserEntropy>false</CollectUserEntropy>
                <Length>5</Length>
                <CharSetRanges>ULDS______</CharSetRanges>
                <CharSetAdditional />
                <Pattern />
                <PatternPermutePassword>false</PatternPermutePassword>
                <ExcludeLookAlike>false</ExcludeLookAlike>
                <NoRepeatingCharacters>false</NoRepeatingCharacters>
                <ExcludeCharacters />
                <CustomAlgorithmUuid />
                <CustomAlgorithmOptions />
            </LastUsedProfile>
            <UserProfiles>
                <Profile>
                    <Name>Random MAC Address</Name>
                    <GeneratorType>Pattern</GeneratorType>
                    <CollectUserEntropy>false</CollectUserEntropy>
                    <Length>20</Length>
                    <CharSetRanges>ULD_______</CharSetRanges>
                    <CharSetAdditional />
                    <Pattern>HH\-HH\-HH\-HH\-HH\-HH</Pattern>
                    <PatternPermutePassword>false</PatternPermutePassword>
                    <ExcludeLookAlike>false</ExcludeLookAlike>
                    <NoRepeatingCharacters>false</NoRepeatingCharacters>
                    <ExcludeCharacters />
                    <CustomAlgorithmUuid />
                    <CustomAlgorithmOptions />
                </Profile>
                <Profile>
                    <Name>40-Bit Hex Key</Name>
                    <GeneratorType>Pattern</GeneratorType>
                    <CollectUserEntropy>false</CollectUserEntropy>
                    <Length>20</Length>
                    <CharSetRanges>ULD_______</CharSetRanges>
                    <CharSetAdditional />
                    <Pattern>h{10}</Pattern>
                    <PatternPermutePassword>false</PatternPermutePassword>
                    <ExcludeLookAlike>false</ExcludeLookAlike>
                    <NoRepeatingCharacters>false</NoRepeatingCharacters>
                    <ExcludeCharacters />
                    <CustomAlgorithmUuid />
                    <CustomAlgorithmOptions />
                </Profile>
                <Profile>
                    <Name>128-Bit Hex Key</Name>
                    <GeneratorType>Pattern</GeneratorType>
                    <CollectUserEntropy>false</CollectUserEntropy>
                    <Length>20</Length>
                    <CharSetRanges>ULD_______</CharSetRanges>
                    <CharSetAdditional />
                    <Pattern>h{32}</Pattern>
                    <PatternPermutePassword>false</PatternPermutePassword>
                    <ExcludeLookAlike>false</ExcludeLookAlike>
                    <NoRepeatingCharacters>false</NoRepeatingCharacters>
                    <ExcludeCharacters />
                    <CustomAlgorithmUuid />
                    <CustomAlgorithmOptions />
                </Profile>
                <Profile>
                    <Name>256-Bit Hex Key</Name>
                    <GeneratorType>Pattern</GeneratorType>
                    <CollectUserEntropy>false</CollectUserEntropy>
                    <Length>20</Length>
                    <CharSetRanges>ULD_______</CharSetRanges>
                    <CharSetAdditional />
                    <Pattern>h{64}</Pattern>
                    <PatternPermutePassword>false</PatternPermutePassword>
                    <ExcludeLookAlike>false</ExcludeLookAlike>
                    <NoRepeatingCharacters>false</NoRepeatingCharacters>
                    <ExcludeCharacters />
                    <CustomAlgorithmUuid />
                    <CustomAlgorithmOptions />
                </Profile>
                <Profile>
                    <Name>Own1</Name>
                    <GeneratorType>CharSet</GeneratorType>
                    <CollectUserEntropy>false</CollectUserEntropy>
                    <Length>5</Length>
                    <CharSetRanges>ULDS______</CharSetRanges>
                    <CharSetAdditional />
                    <Pattern />
                    <PatternPermutePassword>false</PatternPermutePassword>
                    <ExcludeLookAlike>false</ExcludeLookAlike>
                    <NoRepeatingCharacters>false</NoRepeatingCharacters>
                    <ExcludeCharacters />
                    <CustomAlgorithmUuid />
                    <CustomAlgorithmOptions />
                </Profile>
            </UserProfiles>
        </PasswordGenerator>
        <Defaults>
            <NewEntryExpiresInDays>-1</NewEntryExpiresInDays>
            <OptionsTabIndex>0</OptionsTabIndex>
            <TanCharacters>0123456789</TanCharacters>
            <TanExpiresOnUse>true</TanExpiresOnUse>
            <SearchParameters>
                <SearchString />
                <RegularExpression>false</RegularExpression>
                <SearchInTitles>true</SearchInTitles>
                <SearchInUserNames>true</SearchInUserNames>
                <SearchInPasswords>false</SearchInPasswords>
                <SearchInUrls>true</SearchInUrls>
                <SearchInNotes>true</SearchInNotes>
                <SearchInOther>true</SearchInOther>
                <SearchInUuids>false</SearchInUuids>
                <SearchInGroupNames>false</SearchInGroupNames>
                <SearchInTags>true</SearchInTags>
                <ComparisonMode>InvariantCultureIgnoreCase</ComparisonMode>
                <ExcludeExpired>false</ExcludeExpired>
            </SearchParameters>
            <FileSaveAsDirectory />
            <RememberKeySources>false</RememberKeySources>
            <KeySources />
            <CustomColors />
            <WinFavsBaseFolderName />
            <WinFavsFileNamePrefix />
            <WinFavsFileNameSuffix />
            <RecycleBinCollapse>false</RecycleBinCollapse>
        </Defaults>
        <Integration>
            <HotKeyGlobalAutoType>196830</HotKeyGlobalAutoType>
            <HotKeySelectedAutoType>0</HotKeySelectedAutoType>
            <HotKeyShowWindow>393291</HotKeyShowWindow>
            <HotKeyEntryMenu>0</HotKeyEntryMenu>
            <UrlOverride />
            <UrlSchemeOverrides>
                <SetToDefaults>false</SetToDefaults>
                <Overrides>
                    <Override>
                        <Enabled>true</Enabled>
                        <Scheme>ssh</Scheme>
                        <UrlOverride>cmd://PuTTY.exe -ssh {USERNAME}@{URL:RMVSCM}</UrlOverride>
                    </Override>
                    <Override>
                        <Enabled>false</Enabled>
                        <Scheme>http</Scheme>
                        <UrlOverride>cmd://{INTERNETEXPLORER} "{URL}"</UrlOverride>
                    </Override>
                    <Override>
                        <Enabled>false</Enabled>
                        <Scheme>https</Scheme>
                        <UrlOverride>cmd://{INTERNETEXPLORER} "{URL}"</UrlOverride>
                    </Override>
                    <Override>
                        <Enabled>false</Enabled>
                        <Scheme>http</Scheme>
                        <UrlOverride>cmd://{FIREFOX} "{URL}"</UrlOverride>
                    </Override>
                    <Override>
                        <Enabled>false</Enabled>
                        <Scheme>https</Scheme>
                        <UrlOverride>cmd://{FIREFOX} "{URL}"</UrlOverride>
                    </Override>
                    <Override>
                        <Enabled>false</Enabled>
                        <Scheme>chrome</Scheme>
                        <UrlOverride>cmd://{FIREFOX} -chrome "{URL}"</UrlOverride>
                    </Override>
                    <Override>
                        <Enabled>false</Enabled>
                        <Scheme>http</Scheme>
                        <UrlOverride>cmd://{OPERA} "{URL}"</UrlOverride>
                    </Override>
                    <Override>
                        <Enabled>false</Enabled>
                        <Scheme>https</Scheme>
                        <UrlOverride>cmd://{OPERA} "{URL}"</UrlOverride>
                    </Override>
                    <Override>
                        <Enabled>false</Enabled>
                        <Scheme>http</Scheme>
                        <UrlOverride>cmd://{GOOGLECHROME} "{URL}"</UrlOverride>
                    </Override>
                    <Override>
                        <Enabled>false</Enabled>
                        <Scheme>https</Scheme>
                        <UrlOverride>cmd://{GOOGLECHROME} "{URL}"</UrlOverride>
                    </Override>
                    <Override>
                        <Enabled>false</Enabled>
                        <Scheme>kdbx</Scheme>
                        <UrlOverride>cmd://"{APPDIR}\KeePass.exe" "{URL:RMVSCM}" -pw-enc:"{PASSWORD_ENC}"</UrlOverride>
                    </Override>
                    <Override>
                        <Enabled>false</Enabled>
                        <Scheme>kdbx</Scheme>
                        <UrlOverride>cmd://mono "{APPDIR}/KeePass.exe" "{URL:RMVSCM}" -pw-enc:"{PASSWORD_ENC}"</UrlOverride>
                    </Override>
                </Overrides>
            </UrlSchemeOverrides>
            <SearchKeyFiles>false</SearchKeyFiles>
            <SearchKeyFilesOnRemovableMedia>false</SearchKeyFilesOnRemovableMedia>
            <LimitToSingleInstance>true</LimitToSingleInstance>
            <AutoTypeMatchByTitle>true</AutoTypeMatchByTitle>
            <AutoTypePrependInitSequenceForIE>true</AutoTypePrependInitSequenceForIE>
            <AutoTypeReleaseAltWithKeyPress>true</AutoTypeReleaseAltWithKeyPress>
            <AutoTypeCancelOnWindowChange>true</AutoTypeCancelOnWindowChange>
            <ProxyType>None</ProxyType>
            <ProxyAddress />
            <ProxyPort />
            <ProxyUserName />
            <ProxyPassword />
        </Integration>
        <Custom />
    </Configuration>
    
     
  • Dominik Reichl

    Dominik Reichl - 2012-02-11

    I've improved the key transformations 1 second delay calculation; it's more accurate now.

    Here are the latest development snapshot files for testing:
    http://keepass.info/filepool/KeePass_120211.zip
    (copy the two DLL files into the KeePass 2.x application directory)

    Thanks and best regards
    Dominik

     
  • Seemanntech

    Seemanntech - 2012-02-14

    I have the same issue. 15-25 seconds to open and save DB.
    I have:
    * Win7 x 64
    *  Keepass v. 2.17
    * used PNG and ICO for entry pictures
    * used mobile version to add new entries while under way from iPad
    * 1 Mb DB size
    * copied the two DLL files into the KeePass 2.x application directory but is dows not impove the situation.

    Please, advice.

    Yury.

     
  • Totya

    Totya - 2012-02-14

    seemanntech : With new dll-s, file menu/database settings/security tab, click to 1 second delay, press OK, after file menu/save.

     
  • Seemanntech

    Seemanntech - 2012-02-14

    totya7: before click value was 60 000, after click 3 786 240. Not a wright way ….
    I put 1000 - should be ok.

     
  • Paul

    Paul - 2012-02-14

    Could be a very large DB, 1MB is the compressed size. How much memory does KeePass use with and without DB open? Also test with a new database.

    cheers, Paul

     
  • Seemanntech

    Seemanntech - 2012-02-15

    Memory used with 1Mb DB = 33 116 Kb
    Memory used with new 10Kb DB = 22 270 Kb

    Also I have put in DB settings do not use GZIP compression. Size became = 1.3 Mb.

     
  • Paul

    Paul - 2012-02-16

    Does reducing the key transforms make any difference?
    Is it slow on other PCs?

    cheers, Paul

     
  • Seemanntech

    Seemanntech - 2012-02-19

    Opening still slow. Saving is faster.
    I did not try other pc yet. Will try and report.

     
  • Trajan McGill

    Trajan McGill - 2012-02-20

    Do you have it set to auto-open a database upon opening the application? Which is to say, are you sure it is the act of opening the database that is slow, as opposed to the act of opening the application being slow?

    I have found 2.18 to be significantly slower than whatever I was running before (probably 2.17, but it may have been 2.16) ever since installing it, in many of its operations. Opening the application used to be near-instantaneous, but with 2.18, sometimes I'm waiting for 5-10 seconds or more just for the window to appear at all. Auto-type is noticably slower. Sometimes even little things, like hitting the "show password" button when viewing an entry, oddly takes a second to respond rather than being instant as it used to be. The one thing I haven't actually noticed slowing down, however, is the actual database opening- my installation is not set to open a DB automatically, so I can see the application opening slowly but the database seeming to be okay.

    Now that I think about it, I remember there being a new option on the installation screen, as well, something about optimizing speed. It was partly that option's existence that made me so surprised to see the new version being so much slower than the old in so many respects. Does anyone know what that option actually does?

     
  • Seemanntech

    Seemanntech - 2012-02-21

    Application opens fast. Then dialog for password appears. DB is opening for 2 mins 10 secs!!! (Measured with timer)

     
  • Dave Brand

    Dave Brand - 2012-02-21

    I tried 2.17, 2.18, and KeePass_120211.  All are taking several minutes to open my database.  One thing to add.  If KeePass opens on an empty group, it comes up quickly.  If the group contains many entries it can a *very* long time.  Any time I click on the large group, KeePass locks up again for several minutes.

     
  • Seemanntech

    Seemanntech - 2012-03-10

    Gentlemen, any ideas how to fix this issue?
    These breaks moves me to refuse Keepass =(

     
  • Paul

    Paul - 2012-03-10

    Do you see the same behaviour as dbrand? Add an empty group, save and re-open.

    cheers, Paul

     
  • Seemanntech

    Seemanntech - 2012-03-10

    pail459: There are no probs to open any groups. Problem to open DB.

     
  • Paul

    Paul - 2012-03-12

    The suggestion is to open it with the focus on an empty group.

    cheers, Paul

     
  • Dave Brand

    Dave Brand - 2012-03-12

    Right.  The suggestion isn't a fix (it'll still take a long time to switch to the big group) but it will help determine if we're seeing the same symptoms and help point the troubleshooting in the right direction.

     
  • Seemanntech

    Seemanntech - 2012-03-13

    OK. I see.
    I have created empty group and put a focus on it. Saved DB and close. Reopen again… No change, still long time. After opening focus was on Empty group.

     
  • Paul

    Paul - 2012-03-13

    Have you tried another PC with a clean installation of KeePass?

    cheers, Paul

     
  • Seemanntech

    Seemanntech - 2012-03-14

    Yeah, I have tried to run this DB (with empty group) on other PC - no change, still slow.

     
1 2 3 > >> (Page 1 of 3)

Log in to post a comment.

MongoDB Logo MongoDB