It seems to me that TST isn't using tab warming to switch tabs quicker. Perhaps it's my imagination but switching tabs feel slightly slower from TST than using the tab bar.
I don't know if WebExtensions can access this feature or if it's being tracked for future use.
Switch tabs faster with native firefox tab warming
Slower to switch when using TST
It definitely doesn't.
The old legacy TST version worked with warming, though.
Dup of #1337
@piroor I don't think #1337 is related to tab warming. Warming is related to loading tab contents in the background when moused over. See here
Oops, sorry...
TST updates its tabs based on the WebExtensions API tabs.onActivated. I think I can highlight a clicked tab immediately before the event is actually fired. (But you'll see a mismatched combination while you are trying to switch tabs - tabs are updated but the content area is not.)
Ah, I've realized what means this issue. Firefox now speculatively loads content of tabs on the memory as "warming-up" and show it immediately when the tab is actually activated. Sadly there is no way to notify Firefox to preload a tab speculatively via WebExtensions API for now, so we need a new API.
I've found a bug for it: 1402256 - WebExtension API to 'warm up' a tab
@piroor is there more to do here?
TST 3.5.6 already contains a code to call the API, so this looks to be fixed.
Most helpful comment
I've found a bug for it: 1402256 - WebExtension API to 'warm up' a tab