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

[Safari] Add local cache for bookmarks #16717

Open
Ernest0-Production opened this issue Jan 30, 2025 · 3 comments · May be fixed by #16802
Open

[Safari] Add local cache for bookmarks #16717

Ernest0-Production opened this issue Jan 30, 2025 · 3 comments · May be fixed by #16802
Assignees
Labels
extension: safari Issues related to the safari extension extension Issues related to one of the extensions in the Store feature request New feature or improvement

Comments

@Ernest0-Production
Copy link
Contributor

Extension

https://www.raycast.com/loris/safari

Description

I have to wait a few seconds each time for the bookmark lists to load. It's a bit annoying (

I think it would be possible to implement a local cache on the Raycast plugin side so as not to wait for the download each time.
The bookmark list is usually not updated that often, so it seems to me that it won't be critical that when opening we will see an outdated list for a few seconds

Who will benefit from this feature?

Someone who regularly uses the bookmarks command and gets confused when trying to find the bookmark they need.

Anything else?

No response

@Ernest0-Production Ernest0-Production added extension Issues related to one of the extensions in the Store feature request New feature or improvement labels Jan 30, 2025
@raycastbot raycastbot added the extension: safari Issues related to the safari extension label Jan 30, 2025
@raycastbot
Copy link
Collaborator

Thank you for opening this issue!

🔔 @loris @thomaspaulmann @SKaplanOfficial @axsuul @iwex @xilopaint @ChangeHow @ridemountainpig @1weiho you might want to have a look.

💡 Author and Contributors commands

The author and contributors of loris/safari can trigger bot actions by commenting:

  • @raycastbot close this issue Closes the issue.
  • @raycastbot close as not planned Closes the issue as not planned.
  • @raycastbot rename this issue to "Awesome new title" Renames the issue.
  • @raycastbot reopen this issue Reopens the issue.
  • @raycastbot assign me Assigns yourself to the issue.
  • @raycastbot good first issue Adds the "Good first issue" label to the issue.
  • @raycastbot keep this issue open Make sure the issue won't go stale and will be kept open by the bot.

@Ernest0-Production
Copy link
Contributor Author

I have studied the problem of long launch of all commands of this extension and found out that the reason is the presence of the pinyin package which was added in the update 2024-12-03.

Removing pinyin made loading of these commands instantaneous.

Maybe someone knows if it is possible to somehow optimize work with pinyin without removing it?

@Ernest0-Production
Copy link
Contributor Author

@raycastbot assign me

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
extension: safari Issues related to the safari extension extension Issues related to one of the extensions in the Store feature request New feature or improvement
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants