Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Sped up extremely slow loading of Cropper and context menus #1208

Open
wants to merge 12 commits into
base: main
Choose a base branch
from

Conversation

michaeljelly
Copy link

I found Kap unusably slow! The main culprits:

  1. Context menus were being built loaded on every click rather than once and cached
  2. The Cropper window was being recreated every time Kap was triggered, and for every display or something.

Unfortunately it seems my default settings have messed with tabs/spaces stuff. But anyway if you want fast-kap, here it is! Feels like a totally different app

@CleverCoder
Copy link

I just pulled this fork and built locally. I discovered three issues:

  • Shortcut wouldn't work (although I think it's because I didn't create a signed build) on MacOS
  • It only worked on one of my monitors (I have three total - including my Macbook)
  • It started immediately with the rectangle selection engaged

The multi-monitor issue is a big one. Maybe I have something goofed with my Electron build? I basically "yarn" and "yarn run pack"

Otherwise. Fantastic effort! If I get time later, I might try and pinpoint these issues locally.

@michaeljelly
Copy link
Author

michaeljelly commented Feb 14, 2024 via email

@karaggeorge
Copy link
Member

@michaeljelly can you rebase with main? Pushed a commit to fix the CircleCI config so we can get a build to test

@skllcrn
Copy link
Member

skllcrn commented Feb 14, 2024

Hyped!

@CleverCoder
Copy link

CleverCoder commented Feb 16, 2024

Tested latest code. Couple of issues:
Getting a build error on my mac:

sean@SAITKEN-MAC Kap % yarn run pack   

> [email protected] build
> yarn build-main && yarn build-renderer

command not found: export

Think it's caused by this:
image

Also, there's a bunch of console.log() that was added.. Might want to remove, or switch to a logger (if there is one already in the codebase)

UPDATE: I fixed the build issue by removing "export" from the npm script. However, two things:

  • Upon launch, it immediately goes into capture mode
  • I still can't capture on all monitors. Just one of them.

@michaeljelly
Copy link
Author

Yep sorry I was getting errors without adding the NODE_OPTIONS, building seemed to work when I added the export on Mac but not when I just had it as above.

@CleverCoder I thought that was expected behaviour, is it not?

I believe I have now fixed the shortcuts issue and may have fixed the multiple monitors. Will rebase now and then we can see what's left to do.

@michaeljelly
Copy link
Author

rebased @karaggeorge

@michaeljelly
Copy link
Author

CircleCI build failed with this error:

onHosts.watchOS of plug-in com.apple.dt.IDEWatchSupportCore
2024-02-19 13:44:36.988 xcodebuild[993:5278] Requested but did not find extension point with identifier Xcode.IDEKit.ExtensionPointIdentifierToBundleIdentifier for extension Xcode.DebuggerFoundation.AppExtensionToBundleIdentifierMap.watchOS of plug-in com.apple.dt.IDEWatchSupportCore
node:internal/modules/cjs/loader:936
throw err;
^

Error: Cannot find module '/Users/distiller/project/.yarn/releases/yarn-1.22.21.cjs'
at Function.Module._resolveFilename (node:internal/modules/cjs/loader:933:15)
at Function.Module._load (node:internal/modules/cjs/loader:778:27)
at Function.executeUserEntryPoint [as runMain] (node:internal/modules/run_main:77:12)
at node:internal/main/run_main_module:17:47 {
code: 'MODULE_NOT_FOUND',
requireStack: []
}

Exited with code exit status 1

@skllcrn
Copy link
Member

skllcrn commented Feb 19, 2024

Upon launch, it immediately goes into capture mode

This is the current behaviour, correct @michaeljelly!

@CleverCoder
Copy link

CleverCoder commented Feb 20, 2024 via email

@CleverCoder
Copy link

CleverCoder commented Feb 20, 2024

Also, tested with the latest code and it still only works on one of my monitors. I have two external monitors connected to my 2019 16" MacBook Pro, and only one of the external monitors works with this code.
In addition, the shortcut is working for me now, and when I activate Kap, it starts off right in the middle of creating a rectangular region selection, even though I never clicked the mouse. It's quite janky. 🤷

And I think I found another issue. I successfully performed one capture, but when I attempted to use it a second time, the selection area doesn't work, and it seems stuck in a weird errored state. After quitting and restarting Kap, it's working again, still with the weird initial selection area just being strange. Always have to click off then re-do the selection.

@skllcrn
Copy link
Member

skllcrn commented Feb 26, 2024

Thank you @CleverCoder, to keep things moving I suggest opening a separate issue with your suggestion, and continue focusing on tackling the main culprits of the performance issues here.

@CleverCoder
Copy link

Glad to keep testing! The biggest issue (that is a regression, in this case) is the lack of supporting multiple displays. It's a deal-breaker with this change. Also, only working just one time is kind of a big deal. :)
🥂

@arisbond
Copy link

will anyone fix this issue for intel ~~

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

5 participants