Disable auto-refresh tabs in Chrome Desktop
Since a recent update in Chrome (Windows, desktop) if I change to some tabs, which haven't been opened for a longer time, Chrome automatically performs a refresh on the page. It only happens, when the tab hasn't been opened for a longer time.
It's really disturbing for me, and haven't found any solution to disable this.
Anyone knows, how to disable this?
Thanks!
windows google-chrome browser desktop
add a comment |
Since a recent update in Chrome (Windows, desktop) if I change to some tabs, which haven't been opened for a longer time, Chrome automatically performs a refresh on the page. It only happens, when the tab hasn't been opened for a longer time.
It's really disturbing for me, and haven't found any solution to disable this.
Anyone knows, how to disable this?
Thanks!
windows google-chrome browser desktop
This could possibly be the wepage itself refreshing after you have been on it for some time to get site visits. Check this Extension Here and it wil disable that feature for websites that do what you are mentioning.
– NetworkKingPin
Mar 3 '16 at 8:00
1
It's definitely not the reason, because it happens to all the sites - even to those, which I developed, and I didn't add there such a feature for sure. I'll check out the extension though, if there's no legacy solution, thanks.
– clementino
Mar 3 '16 at 8:25
add a comment |
Since a recent update in Chrome (Windows, desktop) if I change to some tabs, which haven't been opened for a longer time, Chrome automatically performs a refresh on the page. It only happens, when the tab hasn't been opened for a longer time.
It's really disturbing for me, and haven't found any solution to disable this.
Anyone knows, how to disable this?
Thanks!
windows google-chrome browser desktop
Since a recent update in Chrome (Windows, desktop) if I change to some tabs, which haven't been opened for a longer time, Chrome automatically performs a refresh on the page. It only happens, when the tab hasn't been opened for a longer time.
It's really disturbing for me, and haven't found any solution to disable this.
Anyone knows, how to disable this?
Thanks!
windows google-chrome browser desktop
windows google-chrome browser desktop
edited Jul 17 '18 at 6:30
clementino
asked Mar 3 '16 at 7:55
clementinoclementino
393145
393145
This could possibly be the wepage itself refreshing after you have been on it for some time to get site visits. Check this Extension Here and it wil disable that feature for websites that do what you are mentioning.
– NetworkKingPin
Mar 3 '16 at 8:00
1
It's definitely not the reason, because it happens to all the sites - even to those, which I developed, and I didn't add there such a feature for sure. I'll check out the extension though, if there's no legacy solution, thanks.
– clementino
Mar 3 '16 at 8:25
add a comment |
This could possibly be the wepage itself refreshing after you have been on it for some time to get site visits. Check this Extension Here and it wil disable that feature for websites that do what you are mentioning.
– NetworkKingPin
Mar 3 '16 at 8:00
1
It's definitely not the reason, because it happens to all the sites - even to those, which I developed, and I didn't add there such a feature for sure. I'll check out the extension though, if there's no legacy solution, thanks.
– clementino
Mar 3 '16 at 8:25
This could possibly be the wepage itself refreshing after you have been on it for some time to get site visits. Check this Extension Here and it wil disable that feature for websites that do what you are mentioning.
– NetworkKingPin
Mar 3 '16 at 8:00
This could possibly be the wepage itself refreshing after you have been on it for some time to get site visits. Check this Extension Here and it wil disable that feature for websites that do what you are mentioning.
– NetworkKingPin
Mar 3 '16 at 8:00
1
1
It's definitely not the reason, because it happens to all the sites - even to those, which I developed, and I didn't add there such a feature for sure. I'll check out the extension though, if there's no legacy solution, thanks.
– clementino
Mar 3 '16 at 8:25
It's definitely not the reason, because it happens to all the sites - even to those, which I developed, and I didn't add there such a feature for sure. I'll check out the extension though, if there's no legacy solution, thanks.
– clementino
Mar 3 '16 at 8:25
add a comment |
4 Answers
4
active
oldest
votes
The OP is right. This has started happening in the latest release (Chrome Stable Version 48). I was also going bonkers due to this new 'feature' and then I did some research. It is not due to any extension as another user has suggested. It's a relatively new parameter which has been turned ON by default in the new release. Chrome Team is calling it "Tab Discarding". This may happen if there are many Tabs open and Chrome is running out of Memory. According to their documentation, "Tabs are now sorted from most interesting to least interesting. The least interesting tab may be discarded if we run out of physical memory." I suppose least interesting would translate to those tabs which weren't accessed in a while.
Though they are trying to help us free some RAM, however, this 'feature' totally ruins the tab if you don't want its contents to refresh due to some reason, like a YouTube video you paused at a particular location. Or wanted to go back to some top headlines on the homepage of CNN, which you had glanced at earlier and now you want to go back to them, but as soon as you click the tab, this 'feature' auto refreshes the page, updating the headlines. List goes on and on. I also had some Amazon tabs open and had specifically wanted not to have the page update, because it had some particular images and design elements displayed that I wanted to refer later, but when I got back to those pages, the 'Tab-discarding' feature 'auto refreshed' all of them, replacing them with the current version of the pages, totally devoid of whatever I wanted to refer to. And for those who suggest it is probably Amazon's auto-refresh, no, Amazon doesn't auto-refresh product pages, I have had pages remain open for many days and they would never update unless I clicked Refresh.
Now, let's get back to the Solution
To see the 'Discarded Tabs', type this in the Address Bar: chrome://discards/
To actually disable:, type in your address bar: chrome://flags
, then disable this flag: #automatic-tab-discarding
(Turn it to 'Disabled' from 'Default')
Simple solution to a highly unproductive and frustrating issue.
That's it. You can stop pulling your hair out now :)
Source:
Google Product Forums
Chrome 63+
In more recent versions of Chrome the #automatic-tab-discarding
flag is removed, however, you can still toggle auto discard for chrome desktop apps on the chrome://discards/
page.
This does work (though be careful on machines with lower resources, your disk might start swapping and your whole system start going more slowly if you turn it off...). Oddly, though, if you do a fresh restart of chrome, it seems to "not load" many of the tabs, so this doesn't seem to fix all of this behavior...I did mention the new tab issue on this bug report, you can vote for it: bugs.chromium.org/p/chromium/issues/detail?id=595240
– rogerdpack
Mar 24 '16 at 4:01
that's insanely frustraging 'feature' indeed. I did some css and html tricks to the webpage I'm working on, after 60 mins of lunch break all of that has GONE. Brilliant, Chrome.
– Roman
Nov 23 '16 at 13:21
1
Kudos for finding this flag, but history shows that flags in chrome are experimental and using them is just a temporary fix, as any flag may or may not be there in the next version. I would like some html meta tag to say that this page should not be auto-refreshed (and then by implication not discarded either). I would also like a proper user setting, but as a web-developer I prefer to serve hints to less advanced users.
– Superole
Feb 10 '17 at 12:39
Unlike the other solutions here, this option seems to have at least been retained in the ever-changing browser settings, but apart from being a part of the solution (which may lead to memory issues down the line) is there a way to tell Chrome NOT to auto-load a (purged) tab when we click on it ? Not only is it maddening that Chrome decided it is uninteresting (very opinionated IMO), it is also frustrating to wait for the darn page to load even if we just came here out of curiosity, decided we dont need it and want to close it.
– killjoy
Apr 6 '17 at 11:44
2
In the Chrome 67+ the #automatic-tab-discarding flag is back. Which is good, as they discard old tabs even more aggressively now, I believe. P.S. Great answer. Thank you!
– Dime
Jul 12 '18 at 7:31
|
show 5 more comments
Give this a try.
Chrome
Step 1 Click the wrench icon in the top right corner, then click on "Tools" and then "Extensions."
Step 2 Scroll to the bottom of the screen and click on "Get more extensions."
Step 3 Type "Stop AutoRefresh" into the search box and press "Enter" on your keyboard.
Step 4 Click on "Add to Chrome" next to the result for "Stop AutoRefresh," which should be the first result.
Step 5 Click "Add" on the confirmation screen.
Step 6 Click on the extension icon (a white circular arrow in a red hexagon) at the top of the screen when you want to stop a page
automatically refreshing. Note that the icon only appears when you
visit a page that uses automatic refreshing.
Information pulled from How to Stop Web Pages From Constantly Updating
Please read How to reference material written by others and make sure you "block quote" quoted material (Markdown help). I've fixed it for you this time, but please pay attention to this in future.
– DavidPostill♦
Mar 5 '16 at 18:55
I usually do if I pull it from somewhere else that was my bad I was on my mobile. But thank you
– NetworkKingPin
Mar 5 '16 at 22:36
No such extension anymore
– killjoy
Apr 6 '17 at 11:36
add a comment |
Chrome is prerendering tabs/sites, if you were not in this tab for a long time or while you typing an URL and chrome "thinks" that you "were so often before on it, that this should be the target URL"
You can disable this in chrome://settings/advanced
by turning off Predict network actions to improve page load performance
This was also explained in Can I turn off Google Chrome's new prerendering?
"chrome://settings/advanced" just keeps us in the settings page
– killjoy
Apr 6 '17 at 11:36
add a comment |
The direct path (as of 20190130) to disable this abomination labeled as a "feature" is now:
chrome://flags/#automatic-tab-discarding
Unfortunately this doesn't seem to prevent new tabs which haven't been focused yet from loading until they are focused. This threw me off because I thought disabling the flag didn't work at first. For me this is equally annoying and I haven't found a fix yet.
– Tomáš Hübelbauer
Feb 18 at 10:30
add a comment |
Your Answer
StackExchange.ready(function() {
var channelOptions = {
tags: "".split(" "),
id: "3"
};
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function() {
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled) {
StackExchange.using("snippets", function() {
createEditor();
});
}
else {
createEditor();
}
});
function createEditor() {
StackExchange.prepareEditor({
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: true,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: 10,
bindNavPrevention: true,
postfix: "",
imageUploader: {
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
},
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
});
}
});
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fsuperuser.com%2fquestions%2f1048029%2fdisable-auto-refresh-tabs-in-chrome-desktop%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
4 Answers
4
active
oldest
votes
4 Answers
4
active
oldest
votes
active
oldest
votes
active
oldest
votes
The OP is right. This has started happening in the latest release (Chrome Stable Version 48). I was also going bonkers due to this new 'feature' and then I did some research. It is not due to any extension as another user has suggested. It's a relatively new parameter which has been turned ON by default in the new release. Chrome Team is calling it "Tab Discarding". This may happen if there are many Tabs open and Chrome is running out of Memory. According to their documentation, "Tabs are now sorted from most interesting to least interesting. The least interesting tab may be discarded if we run out of physical memory." I suppose least interesting would translate to those tabs which weren't accessed in a while.
Though they are trying to help us free some RAM, however, this 'feature' totally ruins the tab if you don't want its contents to refresh due to some reason, like a YouTube video you paused at a particular location. Or wanted to go back to some top headlines on the homepage of CNN, which you had glanced at earlier and now you want to go back to them, but as soon as you click the tab, this 'feature' auto refreshes the page, updating the headlines. List goes on and on. I also had some Amazon tabs open and had specifically wanted not to have the page update, because it had some particular images and design elements displayed that I wanted to refer later, but when I got back to those pages, the 'Tab-discarding' feature 'auto refreshed' all of them, replacing them with the current version of the pages, totally devoid of whatever I wanted to refer to. And for those who suggest it is probably Amazon's auto-refresh, no, Amazon doesn't auto-refresh product pages, I have had pages remain open for many days and they would never update unless I clicked Refresh.
Now, let's get back to the Solution
To see the 'Discarded Tabs', type this in the Address Bar: chrome://discards/
To actually disable:, type in your address bar: chrome://flags
, then disable this flag: #automatic-tab-discarding
(Turn it to 'Disabled' from 'Default')
Simple solution to a highly unproductive and frustrating issue.
That's it. You can stop pulling your hair out now :)
Source:
Google Product Forums
Chrome 63+
In more recent versions of Chrome the #automatic-tab-discarding
flag is removed, however, you can still toggle auto discard for chrome desktop apps on the chrome://discards/
page.
This does work (though be careful on machines with lower resources, your disk might start swapping and your whole system start going more slowly if you turn it off...). Oddly, though, if you do a fresh restart of chrome, it seems to "not load" many of the tabs, so this doesn't seem to fix all of this behavior...I did mention the new tab issue on this bug report, you can vote for it: bugs.chromium.org/p/chromium/issues/detail?id=595240
– rogerdpack
Mar 24 '16 at 4:01
that's insanely frustraging 'feature' indeed. I did some css and html tricks to the webpage I'm working on, after 60 mins of lunch break all of that has GONE. Brilliant, Chrome.
– Roman
Nov 23 '16 at 13:21
1
Kudos for finding this flag, but history shows that flags in chrome are experimental and using them is just a temporary fix, as any flag may or may not be there in the next version. I would like some html meta tag to say that this page should not be auto-refreshed (and then by implication not discarded either). I would also like a proper user setting, but as a web-developer I prefer to serve hints to less advanced users.
– Superole
Feb 10 '17 at 12:39
Unlike the other solutions here, this option seems to have at least been retained in the ever-changing browser settings, but apart from being a part of the solution (which may lead to memory issues down the line) is there a way to tell Chrome NOT to auto-load a (purged) tab when we click on it ? Not only is it maddening that Chrome decided it is uninteresting (very opinionated IMO), it is also frustrating to wait for the darn page to load even if we just came here out of curiosity, decided we dont need it and want to close it.
– killjoy
Apr 6 '17 at 11:44
2
In the Chrome 67+ the #automatic-tab-discarding flag is back. Which is good, as they discard old tabs even more aggressively now, I believe. P.S. Great answer. Thank you!
– Dime
Jul 12 '18 at 7:31
|
show 5 more comments
The OP is right. This has started happening in the latest release (Chrome Stable Version 48). I was also going bonkers due to this new 'feature' and then I did some research. It is not due to any extension as another user has suggested. It's a relatively new parameter which has been turned ON by default in the new release. Chrome Team is calling it "Tab Discarding". This may happen if there are many Tabs open and Chrome is running out of Memory. According to their documentation, "Tabs are now sorted from most interesting to least interesting. The least interesting tab may be discarded if we run out of physical memory." I suppose least interesting would translate to those tabs which weren't accessed in a while.
Though they are trying to help us free some RAM, however, this 'feature' totally ruins the tab if you don't want its contents to refresh due to some reason, like a YouTube video you paused at a particular location. Or wanted to go back to some top headlines on the homepage of CNN, which you had glanced at earlier and now you want to go back to them, but as soon as you click the tab, this 'feature' auto refreshes the page, updating the headlines. List goes on and on. I also had some Amazon tabs open and had specifically wanted not to have the page update, because it had some particular images and design elements displayed that I wanted to refer later, but when I got back to those pages, the 'Tab-discarding' feature 'auto refreshed' all of them, replacing them with the current version of the pages, totally devoid of whatever I wanted to refer to. And for those who suggest it is probably Amazon's auto-refresh, no, Amazon doesn't auto-refresh product pages, I have had pages remain open for many days and they would never update unless I clicked Refresh.
Now, let's get back to the Solution
To see the 'Discarded Tabs', type this in the Address Bar: chrome://discards/
To actually disable:, type in your address bar: chrome://flags
, then disable this flag: #automatic-tab-discarding
(Turn it to 'Disabled' from 'Default')
Simple solution to a highly unproductive and frustrating issue.
That's it. You can stop pulling your hair out now :)
Source:
Google Product Forums
Chrome 63+
In more recent versions of Chrome the #automatic-tab-discarding
flag is removed, however, you can still toggle auto discard for chrome desktop apps on the chrome://discards/
page.
This does work (though be careful on machines with lower resources, your disk might start swapping and your whole system start going more slowly if you turn it off...). Oddly, though, if you do a fresh restart of chrome, it seems to "not load" many of the tabs, so this doesn't seem to fix all of this behavior...I did mention the new tab issue on this bug report, you can vote for it: bugs.chromium.org/p/chromium/issues/detail?id=595240
– rogerdpack
Mar 24 '16 at 4:01
that's insanely frustraging 'feature' indeed. I did some css and html tricks to the webpage I'm working on, after 60 mins of lunch break all of that has GONE. Brilliant, Chrome.
– Roman
Nov 23 '16 at 13:21
1
Kudos for finding this flag, but history shows that flags in chrome are experimental and using them is just a temporary fix, as any flag may or may not be there in the next version. I would like some html meta tag to say that this page should not be auto-refreshed (and then by implication not discarded either). I would also like a proper user setting, but as a web-developer I prefer to serve hints to less advanced users.
– Superole
Feb 10 '17 at 12:39
Unlike the other solutions here, this option seems to have at least been retained in the ever-changing browser settings, but apart from being a part of the solution (which may lead to memory issues down the line) is there a way to tell Chrome NOT to auto-load a (purged) tab when we click on it ? Not only is it maddening that Chrome decided it is uninteresting (very opinionated IMO), it is also frustrating to wait for the darn page to load even if we just came here out of curiosity, decided we dont need it and want to close it.
– killjoy
Apr 6 '17 at 11:44
2
In the Chrome 67+ the #automatic-tab-discarding flag is back. Which is good, as they discard old tabs even more aggressively now, I believe. P.S. Great answer. Thank you!
– Dime
Jul 12 '18 at 7:31
|
show 5 more comments
The OP is right. This has started happening in the latest release (Chrome Stable Version 48). I was also going bonkers due to this new 'feature' and then I did some research. It is not due to any extension as another user has suggested. It's a relatively new parameter which has been turned ON by default in the new release. Chrome Team is calling it "Tab Discarding". This may happen if there are many Tabs open and Chrome is running out of Memory. According to their documentation, "Tabs are now sorted from most interesting to least interesting. The least interesting tab may be discarded if we run out of physical memory." I suppose least interesting would translate to those tabs which weren't accessed in a while.
Though they are trying to help us free some RAM, however, this 'feature' totally ruins the tab if you don't want its contents to refresh due to some reason, like a YouTube video you paused at a particular location. Or wanted to go back to some top headlines on the homepage of CNN, which you had glanced at earlier and now you want to go back to them, but as soon as you click the tab, this 'feature' auto refreshes the page, updating the headlines. List goes on and on. I also had some Amazon tabs open and had specifically wanted not to have the page update, because it had some particular images and design elements displayed that I wanted to refer later, but when I got back to those pages, the 'Tab-discarding' feature 'auto refreshed' all of them, replacing them with the current version of the pages, totally devoid of whatever I wanted to refer to. And for those who suggest it is probably Amazon's auto-refresh, no, Amazon doesn't auto-refresh product pages, I have had pages remain open for many days and they would never update unless I clicked Refresh.
Now, let's get back to the Solution
To see the 'Discarded Tabs', type this in the Address Bar: chrome://discards/
To actually disable:, type in your address bar: chrome://flags
, then disable this flag: #automatic-tab-discarding
(Turn it to 'Disabled' from 'Default')
Simple solution to a highly unproductive and frustrating issue.
That's it. You can stop pulling your hair out now :)
Source:
Google Product Forums
Chrome 63+
In more recent versions of Chrome the #automatic-tab-discarding
flag is removed, however, you can still toggle auto discard for chrome desktop apps on the chrome://discards/
page.
The OP is right. This has started happening in the latest release (Chrome Stable Version 48). I was also going bonkers due to this new 'feature' and then I did some research. It is not due to any extension as another user has suggested. It's a relatively new parameter which has been turned ON by default in the new release. Chrome Team is calling it "Tab Discarding". This may happen if there are many Tabs open and Chrome is running out of Memory. According to their documentation, "Tabs are now sorted from most interesting to least interesting. The least interesting tab may be discarded if we run out of physical memory." I suppose least interesting would translate to those tabs which weren't accessed in a while.
Though they are trying to help us free some RAM, however, this 'feature' totally ruins the tab if you don't want its contents to refresh due to some reason, like a YouTube video you paused at a particular location. Or wanted to go back to some top headlines on the homepage of CNN, which you had glanced at earlier and now you want to go back to them, but as soon as you click the tab, this 'feature' auto refreshes the page, updating the headlines. List goes on and on. I also had some Amazon tabs open and had specifically wanted not to have the page update, because it had some particular images and design elements displayed that I wanted to refer later, but when I got back to those pages, the 'Tab-discarding' feature 'auto refreshed' all of them, replacing them with the current version of the pages, totally devoid of whatever I wanted to refer to. And for those who suggest it is probably Amazon's auto-refresh, no, Amazon doesn't auto-refresh product pages, I have had pages remain open for many days and they would never update unless I clicked Refresh.
Now, let's get back to the Solution
To see the 'Discarded Tabs', type this in the Address Bar: chrome://discards/
To actually disable:, type in your address bar: chrome://flags
, then disable this flag: #automatic-tab-discarding
(Turn it to 'Disabled' from 'Default')
Simple solution to a highly unproductive and frustrating issue.
That's it. You can stop pulling your hair out now :)
Source:
Google Product Forums
Chrome 63+
In more recent versions of Chrome the #automatic-tab-discarding
flag is removed, however, you can still toggle auto discard for chrome desktop apps on the chrome://discards/
page.
edited May 2 '18 at 11:51
Community♦
1
1
answered Mar 6 '16 at 19:48
user567499user567499
86642
86642
This does work (though be careful on machines with lower resources, your disk might start swapping and your whole system start going more slowly if you turn it off...). Oddly, though, if you do a fresh restart of chrome, it seems to "not load" many of the tabs, so this doesn't seem to fix all of this behavior...I did mention the new tab issue on this bug report, you can vote for it: bugs.chromium.org/p/chromium/issues/detail?id=595240
– rogerdpack
Mar 24 '16 at 4:01
that's insanely frustraging 'feature' indeed. I did some css and html tricks to the webpage I'm working on, after 60 mins of lunch break all of that has GONE. Brilliant, Chrome.
– Roman
Nov 23 '16 at 13:21
1
Kudos for finding this flag, but history shows that flags in chrome are experimental and using them is just a temporary fix, as any flag may or may not be there in the next version. I would like some html meta tag to say that this page should not be auto-refreshed (and then by implication not discarded either). I would also like a proper user setting, but as a web-developer I prefer to serve hints to less advanced users.
– Superole
Feb 10 '17 at 12:39
Unlike the other solutions here, this option seems to have at least been retained in the ever-changing browser settings, but apart from being a part of the solution (which may lead to memory issues down the line) is there a way to tell Chrome NOT to auto-load a (purged) tab when we click on it ? Not only is it maddening that Chrome decided it is uninteresting (very opinionated IMO), it is also frustrating to wait for the darn page to load even if we just came here out of curiosity, decided we dont need it and want to close it.
– killjoy
Apr 6 '17 at 11:44
2
In the Chrome 67+ the #automatic-tab-discarding flag is back. Which is good, as they discard old tabs even more aggressively now, I believe. P.S. Great answer. Thank you!
– Dime
Jul 12 '18 at 7:31
|
show 5 more comments
This does work (though be careful on machines with lower resources, your disk might start swapping and your whole system start going more slowly if you turn it off...). Oddly, though, if you do a fresh restart of chrome, it seems to "not load" many of the tabs, so this doesn't seem to fix all of this behavior...I did mention the new tab issue on this bug report, you can vote for it: bugs.chromium.org/p/chromium/issues/detail?id=595240
– rogerdpack
Mar 24 '16 at 4:01
that's insanely frustraging 'feature' indeed. I did some css and html tricks to the webpage I'm working on, after 60 mins of lunch break all of that has GONE. Brilliant, Chrome.
– Roman
Nov 23 '16 at 13:21
1
Kudos for finding this flag, but history shows that flags in chrome are experimental and using them is just a temporary fix, as any flag may or may not be there in the next version. I would like some html meta tag to say that this page should not be auto-refreshed (and then by implication not discarded either). I would also like a proper user setting, but as a web-developer I prefer to serve hints to less advanced users.
– Superole
Feb 10 '17 at 12:39
Unlike the other solutions here, this option seems to have at least been retained in the ever-changing browser settings, but apart from being a part of the solution (which may lead to memory issues down the line) is there a way to tell Chrome NOT to auto-load a (purged) tab when we click on it ? Not only is it maddening that Chrome decided it is uninteresting (very opinionated IMO), it is also frustrating to wait for the darn page to load even if we just came here out of curiosity, decided we dont need it and want to close it.
– killjoy
Apr 6 '17 at 11:44
2
In the Chrome 67+ the #automatic-tab-discarding flag is back. Which is good, as they discard old tabs even more aggressively now, I believe. P.S. Great answer. Thank you!
– Dime
Jul 12 '18 at 7:31
This does work (though be careful on machines with lower resources, your disk might start swapping and your whole system start going more slowly if you turn it off...). Oddly, though, if you do a fresh restart of chrome, it seems to "not load" many of the tabs, so this doesn't seem to fix all of this behavior...I did mention the new tab issue on this bug report, you can vote for it: bugs.chromium.org/p/chromium/issues/detail?id=595240
– rogerdpack
Mar 24 '16 at 4:01
This does work (though be careful on machines with lower resources, your disk might start swapping and your whole system start going more slowly if you turn it off...). Oddly, though, if you do a fresh restart of chrome, it seems to "not load" many of the tabs, so this doesn't seem to fix all of this behavior...I did mention the new tab issue on this bug report, you can vote for it: bugs.chromium.org/p/chromium/issues/detail?id=595240
– rogerdpack
Mar 24 '16 at 4:01
that's insanely frustraging 'feature' indeed. I did some css and html tricks to the webpage I'm working on, after 60 mins of lunch break all of that has GONE. Brilliant, Chrome.
– Roman
Nov 23 '16 at 13:21
that's insanely frustraging 'feature' indeed. I did some css and html tricks to the webpage I'm working on, after 60 mins of lunch break all of that has GONE. Brilliant, Chrome.
– Roman
Nov 23 '16 at 13:21
1
1
Kudos for finding this flag, but history shows that flags in chrome are experimental and using them is just a temporary fix, as any flag may or may not be there in the next version. I would like some html meta tag to say that this page should not be auto-refreshed (and then by implication not discarded either). I would also like a proper user setting, but as a web-developer I prefer to serve hints to less advanced users.
– Superole
Feb 10 '17 at 12:39
Kudos for finding this flag, but history shows that flags in chrome are experimental and using them is just a temporary fix, as any flag may or may not be there in the next version. I would like some html meta tag to say that this page should not be auto-refreshed (and then by implication not discarded either). I would also like a proper user setting, but as a web-developer I prefer to serve hints to less advanced users.
– Superole
Feb 10 '17 at 12:39
Unlike the other solutions here, this option seems to have at least been retained in the ever-changing browser settings, but apart from being a part of the solution (which may lead to memory issues down the line) is there a way to tell Chrome NOT to auto-load a (purged) tab when we click on it ? Not only is it maddening that Chrome decided it is uninteresting (very opinionated IMO), it is also frustrating to wait for the darn page to load even if we just came here out of curiosity, decided we dont need it and want to close it.
– killjoy
Apr 6 '17 at 11:44
Unlike the other solutions here, this option seems to have at least been retained in the ever-changing browser settings, but apart from being a part of the solution (which may lead to memory issues down the line) is there a way to tell Chrome NOT to auto-load a (purged) tab when we click on it ? Not only is it maddening that Chrome decided it is uninteresting (very opinionated IMO), it is also frustrating to wait for the darn page to load even if we just came here out of curiosity, decided we dont need it and want to close it.
– killjoy
Apr 6 '17 at 11:44
2
2
In the Chrome 67+ the #automatic-tab-discarding flag is back. Which is good, as they discard old tabs even more aggressively now, I believe. P.S. Great answer. Thank you!
– Dime
Jul 12 '18 at 7:31
In the Chrome 67+ the #automatic-tab-discarding flag is back. Which is good, as they discard old tabs even more aggressively now, I believe. P.S. Great answer. Thank you!
– Dime
Jul 12 '18 at 7:31
|
show 5 more comments
Give this a try.
Chrome
Step 1 Click the wrench icon in the top right corner, then click on "Tools" and then "Extensions."
Step 2 Scroll to the bottom of the screen and click on "Get more extensions."
Step 3 Type "Stop AutoRefresh" into the search box and press "Enter" on your keyboard.
Step 4 Click on "Add to Chrome" next to the result for "Stop AutoRefresh," which should be the first result.
Step 5 Click "Add" on the confirmation screen.
Step 6 Click on the extension icon (a white circular arrow in a red hexagon) at the top of the screen when you want to stop a page
automatically refreshing. Note that the icon only appears when you
visit a page that uses automatic refreshing.
Information pulled from How to Stop Web Pages From Constantly Updating
Please read How to reference material written by others and make sure you "block quote" quoted material (Markdown help). I've fixed it for you this time, but please pay attention to this in future.
– DavidPostill♦
Mar 5 '16 at 18:55
I usually do if I pull it from somewhere else that was my bad I was on my mobile. But thank you
– NetworkKingPin
Mar 5 '16 at 22:36
No such extension anymore
– killjoy
Apr 6 '17 at 11:36
add a comment |
Give this a try.
Chrome
Step 1 Click the wrench icon in the top right corner, then click on "Tools" and then "Extensions."
Step 2 Scroll to the bottom of the screen and click on "Get more extensions."
Step 3 Type "Stop AutoRefresh" into the search box and press "Enter" on your keyboard.
Step 4 Click on "Add to Chrome" next to the result for "Stop AutoRefresh," which should be the first result.
Step 5 Click "Add" on the confirmation screen.
Step 6 Click on the extension icon (a white circular arrow in a red hexagon) at the top of the screen when you want to stop a page
automatically refreshing. Note that the icon only appears when you
visit a page that uses automatic refreshing.
Information pulled from How to Stop Web Pages From Constantly Updating
Please read How to reference material written by others and make sure you "block quote" quoted material (Markdown help). I've fixed it for you this time, but please pay attention to this in future.
– DavidPostill♦
Mar 5 '16 at 18:55
I usually do if I pull it from somewhere else that was my bad I was on my mobile. But thank you
– NetworkKingPin
Mar 5 '16 at 22:36
No such extension anymore
– killjoy
Apr 6 '17 at 11:36
add a comment |
Give this a try.
Chrome
Step 1 Click the wrench icon in the top right corner, then click on "Tools" and then "Extensions."
Step 2 Scroll to the bottom of the screen and click on "Get more extensions."
Step 3 Type "Stop AutoRefresh" into the search box and press "Enter" on your keyboard.
Step 4 Click on "Add to Chrome" next to the result for "Stop AutoRefresh," which should be the first result.
Step 5 Click "Add" on the confirmation screen.
Step 6 Click on the extension icon (a white circular arrow in a red hexagon) at the top of the screen when you want to stop a page
automatically refreshing. Note that the icon only appears when you
visit a page that uses automatic refreshing.
Information pulled from How to Stop Web Pages From Constantly Updating
Give this a try.
Chrome
Step 1 Click the wrench icon in the top right corner, then click on "Tools" and then "Extensions."
Step 2 Scroll to the bottom of the screen and click on "Get more extensions."
Step 3 Type "Stop AutoRefresh" into the search box and press "Enter" on your keyboard.
Step 4 Click on "Add to Chrome" next to the result for "Stop AutoRefresh," which should be the first result.
Step 5 Click "Add" on the confirmation screen.
Step 6 Click on the extension icon (a white circular arrow in a red hexagon) at the top of the screen when you want to stop a page
automatically refreshing. Note that the icon only appears when you
visit a page that uses automatic refreshing.
Information pulled from How to Stop Web Pages From Constantly Updating
edited Mar 5 '16 at 18:55
DavidPostill♦
106k26228263
106k26228263
answered Mar 3 '16 at 8:41
NetworkKingPinNetworkKingPin
2,03811122
2,03811122
Please read How to reference material written by others and make sure you "block quote" quoted material (Markdown help). I've fixed it for you this time, but please pay attention to this in future.
– DavidPostill♦
Mar 5 '16 at 18:55
I usually do if I pull it from somewhere else that was my bad I was on my mobile. But thank you
– NetworkKingPin
Mar 5 '16 at 22:36
No such extension anymore
– killjoy
Apr 6 '17 at 11:36
add a comment |
Please read How to reference material written by others and make sure you "block quote" quoted material (Markdown help). I've fixed it for you this time, but please pay attention to this in future.
– DavidPostill♦
Mar 5 '16 at 18:55
I usually do if I pull it from somewhere else that was my bad I was on my mobile. But thank you
– NetworkKingPin
Mar 5 '16 at 22:36
No such extension anymore
– killjoy
Apr 6 '17 at 11:36
Please read How to reference material written by others and make sure you "block quote" quoted material (Markdown help). I've fixed it for you this time, but please pay attention to this in future.
– DavidPostill♦
Mar 5 '16 at 18:55
Please read How to reference material written by others and make sure you "block quote" quoted material (Markdown help). I've fixed it for you this time, but please pay attention to this in future.
– DavidPostill♦
Mar 5 '16 at 18:55
I usually do if I pull it from somewhere else that was my bad I was on my mobile. But thank you
– NetworkKingPin
Mar 5 '16 at 22:36
I usually do if I pull it from somewhere else that was my bad I was on my mobile. But thank you
– NetworkKingPin
Mar 5 '16 at 22:36
No such extension anymore
– killjoy
Apr 6 '17 at 11:36
No such extension anymore
– killjoy
Apr 6 '17 at 11:36
add a comment |
Chrome is prerendering tabs/sites, if you were not in this tab for a long time or while you typing an URL and chrome "thinks" that you "were so often before on it, that this should be the target URL"
You can disable this in chrome://settings/advanced
by turning off Predict network actions to improve page load performance
This was also explained in Can I turn off Google Chrome's new prerendering?
"chrome://settings/advanced" just keeps us in the settings page
– killjoy
Apr 6 '17 at 11:36
add a comment |
Chrome is prerendering tabs/sites, if you were not in this tab for a long time or while you typing an URL and chrome "thinks" that you "were so often before on it, that this should be the target URL"
You can disable this in chrome://settings/advanced
by turning off Predict network actions to improve page load performance
This was also explained in Can I turn off Google Chrome's new prerendering?
"chrome://settings/advanced" just keeps us in the settings page
– killjoy
Apr 6 '17 at 11:36
add a comment |
Chrome is prerendering tabs/sites, if you were not in this tab for a long time or while you typing an URL and chrome "thinks" that you "were so often before on it, that this should be the target URL"
You can disable this in chrome://settings/advanced
by turning off Predict network actions to improve page load performance
This was also explained in Can I turn off Google Chrome's new prerendering?
Chrome is prerendering tabs/sites, if you were not in this tab for a long time or while you typing an URL and chrome "thinks" that you "were so often before on it, that this should be the target URL"
You can disable this in chrome://settings/advanced
by turning off Predict network actions to improve page load performance
This was also explained in Can I turn off Google Chrome's new prerendering?
edited Mar 20 '17 at 10:17
Community♦
1
1
answered Mar 5 '16 at 19:06
VaronVaron
25315
25315
"chrome://settings/advanced" just keeps us in the settings page
– killjoy
Apr 6 '17 at 11:36
add a comment |
"chrome://settings/advanced" just keeps us in the settings page
– killjoy
Apr 6 '17 at 11:36
"chrome://settings/advanced" just keeps us in the settings page
– killjoy
Apr 6 '17 at 11:36
"chrome://settings/advanced" just keeps us in the settings page
– killjoy
Apr 6 '17 at 11:36
add a comment |
The direct path (as of 20190130) to disable this abomination labeled as a "feature" is now:
chrome://flags/#automatic-tab-discarding
Unfortunately this doesn't seem to prevent new tabs which haven't been focused yet from loading until they are focused. This threw me off because I thought disabling the flag didn't work at first. For me this is equally annoying and I haven't found a fix yet.
– Tomáš Hübelbauer
Feb 18 at 10:30
add a comment |
The direct path (as of 20190130) to disable this abomination labeled as a "feature" is now:
chrome://flags/#automatic-tab-discarding
Unfortunately this doesn't seem to prevent new tabs which haven't been focused yet from loading until they are focused. This threw me off because I thought disabling the flag didn't work at first. For me this is equally annoying and I haven't found a fix yet.
– Tomáš Hübelbauer
Feb 18 at 10:30
add a comment |
The direct path (as of 20190130) to disable this abomination labeled as a "feature" is now:
chrome://flags/#automatic-tab-discarding
The direct path (as of 20190130) to disable this abomination labeled as a "feature" is now:
chrome://flags/#automatic-tab-discarding
answered Jan 30 at 8:33
F1LinuxF1Linux
114
114
Unfortunately this doesn't seem to prevent new tabs which haven't been focused yet from loading until they are focused. This threw me off because I thought disabling the flag didn't work at first. For me this is equally annoying and I haven't found a fix yet.
– Tomáš Hübelbauer
Feb 18 at 10:30
add a comment |
Unfortunately this doesn't seem to prevent new tabs which haven't been focused yet from loading until they are focused. This threw me off because I thought disabling the flag didn't work at first. For me this is equally annoying and I haven't found a fix yet.
– Tomáš Hübelbauer
Feb 18 at 10:30
Unfortunately this doesn't seem to prevent new tabs which haven't been focused yet from loading until they are focused. This threw me off because I thought disabling the flag didn't work at first. For me this is equally annoying and I haven't found a fix yet.
– Tomáš Hübelbauer
Feb 18 at 10:30
Unfortunately this doesn't seem to prevent new tabs which haven't been focused yet from loading until they are focused. This threw me off because I thought disabling the flag didn't work at first. For me this is equally annoying and I haven't found a fix yet.
– Tomáš Hübelbauer
Feb 18 at 10:30
add a comment |
Thanks for contributing an answer to Super User!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fsuperuser.com%2fquestions%2f1048029%2fdisable-auto-refresh-tabs-in-chrome-desktop%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
This could possibly be the wepage itself refreshing after you have been on it for some time to get site visits. Check this Extension Here and it wil disable that feature for websites that do what you are mentioning.
– NetworkKingPin
Mar 3 '16 at 8:00
1
It's definitely not the reason, because it happens to all the sites - even to those, which I developed, and I didn't add there such a feature for sure. I'll check out the extension though, if there's no legacy solution, thanks.
– clementino
Mar 3 '16 at 8:25