question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Hey I’m looking at how the data is stored in TabWrangler and it looks like you’re saving the complete tab data from what the chrome.tabs API gives you.

My question is why not just save the data that is necessary?

Looking at the data, it seems you only need the following:

  • title
  • url
  • pinned

I can’t seem to understand why you need to store the rest of the data, like height, width windows ID etc. Isn’t the rest of the data useless? Why not save users storage data, by reducing the data per tab?

Issue Analytics

  • State:closed
  • Created 6 years ago
  • Comments:5 (4 by maintainers)

github_iconTop GitHub Comments

2reactions
ingorichtercommented, Aug 30, 2017

We should include mutedInfo and incognito

1reaction
ssorallencommented, Dec 11, 2017

I don’t believe there is any action to take here right now. Tab Wrangler is not wasting much space currently; it’s only text, which compresses easily.

I am going to close this, but please reopen if the size of TW’s storage is causing functionality issues.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Data structure - Wikipedia
In computer science, a data structure is a data organization, management, and storage format that is usually chosen for efficient access to data....
Read more >
Data Structures - GeeksforGeeks
A data structure is a storage that is used to store and organize data. It is a way of arranging data on a...
Read more >
What are Data Structures? - Definition from WhatIs.com
A data structure is a specialized format for organizing, processing, retrieving and storing data. There are several basic and advanced types of data ......
Read more >
Data Structure and Types - Programiz
Data structure is a storage that is used to store and organize data. It is a way of arranging data on a computer...
Read more >
Data Structures | DS Tutorial - Javatpoint
A data structure is a way of organizing the data so that it can be used efficiently. Here, we have used the word...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found