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

hey thanks for remaking this extension - a few questions #5

Closed
SolveAllProblemsRightNow opened this issue Mar 7, 2018 · 1 comment

Comments

@SolveAllProblemsRightNow
Copy link

SolveAllProblemsRightNow commented Mar 7, 2018

on the description of https://chrome.google.com/webstore/detail/sloth/filkeckmpdjogddcamkafnekhgfaehkc

it says, "Where there are hundreds of tabs open in the session, a couple of them sneak through and become active. This limitation is due to the design of the browser."

wanted to know if this was solved, if not im able to test it in the future since i always have 'run chrome in background on' for g-calendar notification via an extension

--

i dont know programming yet

but for those that do, are you able to tell how if something would have good performance
and memory usage?

https://chrome.google.com/webstore/detail/laziest-load/mgmkfbapiafkaebchhbghgffkfcmolhb
goes to https://github.com/hwangas/lazyload

https://chrome.google.com/webstore/detail/lazy-tabs/aabgbgciohhaogajcnacpgilhmacdahc
goes to https://github.com/jman/lazy_tab

--

i wish the naming was better cos it's super hard to find in the chrome store
but chrome ranking/search algorithm isnt very good anyhow
hard to find good things

@hrj
Copy link
Owner

hrj commented Mar 7, 2018

wanted to know if this was solved

No, Chromium has this limitation by design. See #1


Quickly glanced through the other projects.

https://github.com/hwangas/lazyload is old, hacky and doesn't use the new discard API available from Chrome 54+. It's will consume more resources.

https://github.com/jman/lazy_tab seems to use similar design as this project. Not much different. This project has an additional feature; a blank tab is created so that no tabs are loaded on startup.


Naming is tricky. If everyone uses similar names / keywords, it gets lost in the noise. To help discovery, I hope the extension gets better ranking / word-of-mouth publicity.

cheers!

@hrj hrj closed this as completed Mar 7, 2018
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

No branches or pull requests

2 participants