Slashdot Asks: Why Are Browsers So Slow? (ilyabirman.net)
Designer Ilya Birman writes: I understand why rendering a complicated layout may be slow. Or why executing a complicated script may be slow. Actually, browsers are rather fast doing these things. If you studied programming and have a rough idea about how many computations are made to render a page, it is surprising the browsers can do it all that fast. But I am not talking about rendering and scripts. I am talking about everything else. Safari may take a second or two just to open a new blank tab on a 2014 iMac. And with ten or fifteen open tabs it eventually becomes sluggish as hell. Chrome is better, but not much so. What are they doing? The tabs are already open. Everything has been rendered. Why does it take more than, say, a thousandth of a second to switch between tabs or create a new one? Opening a 20-megapixel photo from disk doesn't take any noticeable amount of time, it renders instantaneously. Browsers store their stuff in memory. Why can't they just show the pixels immediately when I ask for them? [...] Unfortunately, modern browsers are so stupid that they reload all the tabs when you restart them. Which takes ages if you have a hundred of tabs. Opera was sane: it did not reload a tab unless you asked for it. It just reopened everything from cache. Which took a couple of seconds. Modern browsers boast their rendering and script execution performance, but that's not what matters to me as a user. I just don't understand why programmers spend any time optimising for that while the Chrome is laughably slow even by ten-years-old standards.Do you agree with Birman? If yes, why do you think browsers are generally slow today?
Because we need a canvas-blocker add-on and a flash-blocker add-on and a cookie warning remover add-on and add-ons to remove all the ads on the page and we need add-ons to remove the dozens of trackers to protect our privacy and also add-ons that remove all the social buttons (twitter, FB, etc) which share our behavior even if we are not a member and add-ons that remove all the javascripts that load popups, do unwanted refreshs and Greasemonkey to make some pages readable and remove the ads that are inside the articles and we need an add-on to circumvent the anti-adblockers and .....
>Opera was sane: it did not reload a tab unless you asked for it. It just reopened everything from cache
No. That is NOT sane, normal, or desired.
Webpages are live. If I want to look at a chached version, I'll save the webpage locally. If I'm pointing a browser at an address, I expect a current webpage. If it takes all of three seconds to give me that, I think that's okay.
Never mind browsers, just opening a folder in Windows you can see the objects being drawn and the icons being loaded. And if you studied computation, as you claim, you wonder just what the hell the CPU can be doing with all these gigacycles per second ??
How are things NOT instantaneous these days?
Answer: too many cooks. Too many layers of semi-enginereed not-really-tested software.
Two reasons: one, they thrash your disk like few programs can, which incurs a gigantic speed penalty. Running a browser, say, Firefox, on a SSD against one on a HDD, especially one of the newer large capacity ones, is like night and day. The second reason is scripting related: whenever you visit a web page with advertising, your pageview is auctioned off behind the scenes. The latency of the ad network is typically orders of magnitude longer than it takes the rest of the page to render, but the page is prevented from rendering while the advertising is sorting itself out.
Seriously, install Fiddler, set it up for HTTP decryption and look at what's going on, or use your browser's developer tools, but Fiddler will give you easier cross-btowser comparisons. But look at all the loads and the size of those loads - 10 years ago, all this shit wasn't being crammed down our throats every time we loaded a page.
'And with ten or fifteen open tabs it eventually becomes sluggish as hell.'
I don't think that's the standard use case for testing, nor should it be. What the hell are you doing with that many tabs open.
"Unfortunately, modern browsers are so stupid that they reload all the tabs when you restart them. Which takes ages if you have a hundred of tabs."
Again, good lord. Hundreds of tabs? What are you even doing.
As to refresh, I think that's become a user expectation that you see the most recent information when you pull up a tab. Having to manually do it isn't something a standard user is going to do.
Maybe what you're looking for is to have 'power user' settings in the browser, so you can keep your hundred tabs open.
So you understand and are amazed at the technologies that can render pages as fast as they do but you want it to be faster and adhere to your whims....because? You can understand these but not basic OS functions?
No. Just no.
I agree with the summary. Basically, we have faster engines for rendering for HTML and JS, but the UI is really slow. IE family is the worst in this aspect.
On Firefox (my default browser), a nice boost in tabs rendering is made turning off the tab animation: changing "browser.tabs.animate" to false in about:config.
It's web pages that are filled with useless javascript libraries that people think they still need to use for cross-browser support even though Internet Explorer is long dead.
It's web pages that are filled with useless ads that run their own scripts, sometimes with their own libraries too, fetched from multiple servers.
It's web pages that are filled with useless tracking scripts, sometimes with their own libraries too, fetched from multiple servers.
It's web pages that are filled with huge animated GIFs that should be in video form instead.
It's web pages that are filled with auto-loading, auto-playing videos, jamming our connection to download something we don't even want to see instead of downloading the web page we're trying to read.
Disable plug-ins. Disable javascript. You'll see how fast browsers really are.
obviously don't care about painfully sluggish programs. Just look at the number of people that find Windows acceptable despite being horrifically slow. If you can get away with inefficient and poor code, why spend the extra money to hire decent programmers to make something not slow. There's no reason why Windows should take tens of minutes after boot before it becomes usable or why clicking on a Windows should usually take more than a full second, but because people keep giving Microsoft piles of cash for giving us crap, they have no reason to fix it.
Possibilities:
* You have too many slow addons enabled
* You are out of RAM
* The page is slow (big/complex)
* Your network connection is slow/saturated
* Their network connection is slow/saturated
* You are out of CPU (unlikely)
Do you agree with Birman? If yes, why do you think browsers are generally slow today?
Not really, no. Tabs open up basically instantly on the computer I'm typing this with. Doesn't matter much which browser I'm using either. I'm almost always limited either by the bandwidth of my internet connection or the slowness of the database on the other end of the line. I hear people bitching about this browser or that one being "slow" and I frankly have no idea what they are talking about. If you have an even vaguely recently built computer with reasonable hardware then it is a non problem. I also see comparisons between the browsers which claim this one or that one is faster and I simply don't see any meaningful difference. The only difference between them to me is the user interface and what bugs I run into. If there are speed differences they are simply too small for me to care.
Now he did say "hundreds of tabs" which is probably the root of the problem. My guess is that he's overtaxing his computer and running out of RAM. If you have hundreds of tabs open then you are Doing It Wrong.
I have a 2012 vintage Mac Mini and it runs just fine. Safari, Firefox, Chrome, doesn't matter. I'm typing this on a PC with a Intel i5 chip and an adequate amount of RAM and it's fine no matter what browser I use. I mostly use Firefox but I'm pretty agnostic about which browser to use as long as it works and I can block ads and trackers adequately. So no I don't think there is a problem with browser speed as a general proposition. I do think people can do stupid things that slow down browsers significantly.
Or as this article puts it more eloquently:
https://medium.com/@eshan/the-...
With open source software like Firefox it is more a failure of having the right people (engineers) at the right positions (the decision making ones). Instead they are left chasing the latest widget "feature" that no one ever asked for.
For a long time I thought that the "standard" Firefox was already bad, until I switched to my Tablet 80% of the time: Firefox for Android is just plain torture. Multiple crashes every day. Most of the time when clicking on a text field or adress bar, FF apparently hates those. other times its idling and crashes for no reason. Not to mention its hunger for memory. Unfortunately it is the only browser there that has all the features I need via addons (Mostly adblock and noscript). Opera is much better, unfortunately its adblocking is faulty and it does not recognize my hardware keyboard at all.
I remember my wikiwalks back in 2005-2007: I used to have 50-130 tabs open and nothing bad happened. That was on a Laptop from 2004 with a single core CPU. So really, it has gone downhill by orders of magnitude.
Because of browser feature creep, because of building everything on layer-on-layer-on-layer of the latest quickly thrown together crap, and because of the fact that browsers are now used for things they were never intended for.
Usually the problem with many tabs is that they get stored in the hard drive (this is virtual memory) because you run out of (physical) RAM.
YOU'VE just snorted too much METH!
Check out the WebKit project, build it yourself, and run it under Xcode's profiling tools.
-jcr
The only title of honor that a tyrant can grant is "Enemy of the State."
Look, a browser has to do a lot. A WHOLE LOT.
1. Load page layouts, scripts, graphics, videos, & sound so that when you intentionally trigger something, your requested action happens *mostly* quick.
2. Sites want to earn money. That means that non-mission-related stuff (advertising) must get loaded as well. This is often worse than the simple text that most of us are actually seeking out.
3. Weed out malicious crap. Given the sheer amount of malicious crap out there, we're asking out browsers to do 99% of our due diligence for us. That means checking every little thing against massive blacklists and whitelists so that someone in Nigeria doesn't get the ability to turn on your webcam while you're getting intimate with the misses and extort you for money.
4. To allow us to do a billion different transactions through the same window. Bank transactions. Credit transactions. Messaging. And on and on...
5. Sometimes it goes to space and back... and then through a hundred other computers.
(Though there is, apparently, such a thing as free self-promotion on Slashdot.)
Sometimes, optimization doesn't mean making a system faster as a whole, and focuses on tradeoffs between parts of that system. Given that:
- A browser session is opened once, and
- That session may display many pages over its lifetime
Investing in page rendering at the expense of performance when creating a new session can be a sensible call.
That said, this reads less like a coherent critique and more like a pro-Opera, anti-everything-else screed aimed at legitimizing a designer's limited knowledge of programming than anything else.
They all have computers with 128-bit hexacore CPUs, 256 GiB of RAM, 5 TiB SSDs, fiber connections to the 'net, and 72-inch 8K displays.
They don't know what it's like for mere mortals to browse their crap.
Browsers are slow because ad companies demand that the browsers refresh all content at least once so they can show as many ads as possible.
Simple as this. There is no real reason why a browser can't keep state and show a local cache other than this.
There may well be some missed opportunities that I'm in no way qualified to comment on; but at least part of the "browser performance goes to hell when you have a zillion tabs open"/"it takes ages to restore a zillion tabs on restart" trouble seems likely to be connected to the fact that web pages have, somewhat awkwardly, evolved from being pretty much pure markup with a small sprinkling of javascript(which had the advantage, both for inexpensive background storage and quick restoration, of being nearly stateless, aside from any form fields that had been filled in; and could be stored or re-rendered from cached assets at your convenience); to being pretty much full applications, with lots of state all over the place; and often a variety of assumptions on the server side about what the client side is doing and vice versa. You can put such a page on ice; or dump it and re-render it from cached assets; but if you do, don't be surprised if you get dumped to a login screen or the page ignores most of what you've saved on its behalf and starts xmlhttp-request-ing anything that might have changed since it has been away.
If you feed them retro websites, or sites designed by people with classic taste, contemporary browsers are faster than a bat out of hell with rocket boosters. That just doesn't help you against modern websites; which are both bloated(typically with slow-as-hell 3rd party ad code, just to add injury to insult); and still somewhat awkwardly trying to move from a caching model mostly designed to keep pictures from being unnecessarily retransmitted to something suitable for letting full applications pick up where they left off.
Javascript is shit. Use "noscript" extension and witness your browser becoming snappy again!
Using tons of JS libraries to display an ordinary webpage is shit.
You can do "responsive" things or whatever without a single line of JS if you learn the standards.
Web developers are lazy fuckers who do shit because they are lazy and their employers want to pay peanuts for websites.
I have none of the issue's listed, tabs open quickly multiple tabs don't cause slow down and firefox only loads tabs on a restart when you click on them.
The submitter needs to do some basic computer maintenance as what they are describing isn't normal.
The amount of crap most commercial sites put into their pages is amazing. It's not only slow, but a security risk.
A non-profit organization can set up a "K.I.S.S." standard and create a minimalist browser. If a site works fine in the KISS browser, they can place a logo on their site to advertise they are KISS-compliant (or have a KISS-compliant alternative site/page, which the KISS browser would automatically redirect to.)
It's kind of like the concept behind Underwriter's Laboratories.
KISS wouldn't allow JS, Flash, cross-site images, and pop-ups, at least not without explicit user clicks via standardized icons (and markup) to launch them.
(And clean up the stupid CSS "float" model so that we don't have to use tables or JS to get decent columns that also are also mobile-friendly.)
Table-ized A.I.
And then end up getting modded down for making uninformed comments on account of not having read the featured article. Several sites admit that they can't tell tracking blocking (such as privacy.trackingprotection.enabled which uses Disconnect's list) from ad blocking, such as WIRED, The Atlantic, and the INQUIRER, and sites like Slashdot continue to link to stories on these sites.
Web sites are programs nowadays, and they don't stop just because they're not in the visible tab. Timers keep running, events keep firing, handlers keep processing. It all gets a lot faster if you block scripting, or at least third party scripts. Of course big swathes of the web stop working if you do that, but oh is it fast.
It used to be that you just had to be constantly mindful of the total data footprint of your page. These days pagers are much more complex and developers don't seem to give a shit about optimising. You load a page and it comes with of megabytes upon megabytes of images, flash adverts, it has embedded ads that delay the loading of the page because some ad server isn't responding, you get certificate warnings because somebody at Ads-r-us forgot to renew a certificate, pages are backed by business logic running on servers that are overloaded or slow for some other reason (like lousy coding and bad database design). Finally, try installing something like Ghostery and enable the feature where Ghostery lists the sites that get notified when you load the page. On some sites the list is so long it disappears over the upper edge of the screen so there you have another potential reason for slow loading, if you install privacy plugins it adds another source of latency.
I do development where I need to look at the source code of a page, to make sure that certain elements are present. The attitude that caching the page for even a fraction of a second is "bad" has made it very difficult to do this anymore - If I ask for the source, the browser claims the page is "expired", and demands to reload it. That changes what I'm looking for, making the request invalid.
Even trying to save the page locally requires that it be reloaded. It's become nearly impossible to check a page's actual content.
Last time i was poking round some ad servers scripts just 1 library was 6000 fucking lines, they are even embedding ad auction code in there now with multiple XMLHTTP/WS requests while they wait for bids to complete before rendering, basically a massive advertising/tracking/auction application that the user never sees, multiply that by 5/10 ad providers and there isnt much browser rendering capability left for the actual content.
the poor browser is drowning in massive adlibs/jquery/angular/json/socket bullshit.
The only attempt to streamline it is minifying which does shit for rendering quality, its as if the developers didnt even take into consideration performance and whether the browser could do anything else other than run their code and nothing else.
block all that shit and the boost is amazing and more like how the performance should be to run their actual content/carousels/infinite scrolls etc
I don't know the specific code in question, but I have seen enough code to have a theory.
Long-lived software projects that implement programs with complex features (and web browsers have an astounding array of features), especially those that interact directly with users, who put programs into a position of continually having to respond to extremely complex sets of inputs (just think of how many valid inputs there are to a web browser at any one moment), tend towards a style of implementation that can best be described as "layers upon layers upon layers of framework".
One aspect of programming that many engineers are, in my experience, not very good at, is deciding when to simplify frameworks versus making them more complex. I think it comes from a fear that many people have of painting themselves into a corner -- we've all seen code so inflexible that it makes extending it at a later time difficult, and I think that many people respond by going too far in the opposite direction - to avoid painting themselves into a corner, they put 100 doors in every room so that there is always a way out.
The end result is that every aspect of the complex program is designed to be extensible well beyond anything that will ever likely occur in practice. And the interactions between these complex layers of framework become so complex themselves that new layers have to be invented just to try to simplify things and allow any hope of rationally moving forward.
So what you end up with is incredibly deep stacks of function calls for almost any action, as various extensibility layers are passed through, along with the layers that consolidate previously implemented extensibility layers into simplified layers that more directly match the actual requirements of the program.
I have occasionally seen stack traces from programs like Firefox, and I expect Chrome is no different, and the depth of the stack at the point of a crash is always somewhat breathtaking. You may end up going 30 - 40 layers deep before you actually get to a piece of code that has a tangible effect on the state of the program.
Now imagine that a particular user input requires running through a function that has to call out to several parts of another framework layer, and you're going to be paying the deep stack penalty multiple times.
What you end up with is a large code base that does everything necessary, but in a way that is embellished to a nearly pathological degree, where every action takes 10 - 20 times longer than it would had that action been encoded much more directly and with far fewer framework layers.
The advantage of such a large code base is that it has enough flexibility to rarely, if ever, require a complete redesign as new feature requirements come up.
The disadvantage is that it will never operate as efficiently as a more directly coded program, and you get user interfaces that require executing literally billions of machine instructions just to effect fairly simple changes to its internal state machine.
That's your web browser.
the ads, and their infrastructure, even with blocker turned on
nothing to see here - move along
Advertising is becoming more and more agressive, multiple banners, multiple videos, multiple cookies, multiple scripts, images, all tracking the activity continuously...
I really don't know why they killed Presto tbh ... it was faster (in real-time execution speed, which mostly means DOM performance, not useless JS benchmarks) than any other browser, and it took less resources. I mean heck, My workflow (on a 256 MB machine, mind you) was opening roughly 50 to 100 forum threads at once, and it didn't slow down perceavably. Try that on chrome or firefox and they die after the first 20 pages or so even if you have multiple gigs or RAM.
Sorry.. but something is seriously wrong if a 2014 iMac takes even a second to open a blank tab.
I'm sitting at a 2009 iMac that opens blank pages nearly instantly.
I call PEBKAC
Firefox opens new tabs instantly, not only after two seconds. If I hold down ctrl-T it pretty much keeps up with the key repeat rate. Switching between tabs is pretty much instantaneous as well. And when you restart your browser, Firefox will only reload any given tab when you click on it, and not try to load all of them at once. In other words, isn't the problem more that the OP is using the wrong browser? Or, alternatively, is running that browser on hardware that is just too low on memory (something that has a very significant impact on browsers, given the incredible amounts of memory they use)?
BTW, I do agree with his doubts about the effectiveness of the cache. And I also wish it would cache IP addresses more effectively; when travelling, I'm extremely frequently greeted by endless (and very long lasting) DNS lookups for the same domain, over and over.
Stop trying to surf the web with your toaster.
But seriously, I expect the answer to performance issues has something to do with pleasing the people who complain about browser memory usage. If you open 15 web pages with tons of graphics and videos and whatever they're going to use a lot of memory. If your computer can't handle it all, something is going to give, and a performance hit has to happen SOMEWHERE as a part of that.
When you open that photo, you're ONLY opening the photo. Easy. When you open a web page with the photo on it, you're downloading the file from the server, caching it on your local hard disk as well as in memory, loading the whole web page and all included files including scripts, not just a single image. The image viewer knows how to scale images fast because that is what it is designed to do. Your browser does as well but it wasn't designed to scale images for any specific purpose so it can't assume, for example, that the image won't be overlayed or it won't have an imagemap for interactivity or any number of things.
Why are most websites so badly designed and so bloated they load slow?
Slashdot before 2.0 was screaming fast. Then they introduced all the JSON garbage that slowed it down. It's all about being pretty over functional.
Do not look at laser with remaining good eye.
.. and high end environment, network, etc.. This prevents them from seeing bottlenecks.
Wait, but didn’t I restart my computer or the browser sometimes? Of course I did. Unfortunately, modern browsers are so stupid that they reload all the tabs when you restart them. Which takes ages if you have a hundred of tabs. Opera was sane: it did not reload a tab unless you asked for it. It just reopened everything from cache. Which took a couple of seconds.
Firefox enabled lazy load by default many years ago, it's his fault if he's using a browser with poor tabbed browsing or reskinned chrome.
* You have too many slow addons enabled
[...]
* The page is slow (big/complex)
The problem is that fixing one of these can break the other. Nowadays, one needs an add-on, be it a browser extension or a DNS blacklist manager, just to block the parts that make pages overly complex with upwards of 1 MB of scripts and video ads for a 4000-word article.
* You are out of CPU (unlikely)
On a phone or tablet CPU, it's surprisingly likely.
It definitely feels like things are slower these days. I find the whole hair brained decision to semi-save state and never close things after a program crashes or is actually terminated very user unfriendly. AdBlock, uBlock, and Privacy Badger seem to be doing more work than ever. I've seen plenty of professional web designers who are completely happy to just push a bunch of images over a MegaByte right over the wire. That was not normal so long ago. Throw a bunch of WebSockets, javascript thread loops, flash videos, and multiply that by a bunch of tabs that the some idealist thought should never be closed for the user, and we have a recipe for slow browsers that have been optimized for idyllic users, idyllic websites that are no longer there, and idyllic speed tests that mean less and less.
As long as web sites pack every possible space with bandwidth sucking animations. As long as refresh is used with wild abandon by incompetent web designers, browsers will appear slow.
Please do not read this sig. Thank you.
Because people browse with cookies enabled tracking cookies. Because people browse with Java enabled it does not need to be enabled until you find what you are looking for. Or because people are using Google spyware browser whose business is spying selling for advertising companies. And the obvious one because people are stupid.
comodoca.com
JSESSIONID
tag.crsspxl.com
I run NoScript. Many, many sites, I may see only two or three things blocked, but when I unblock the site itself, and look at NoScript, there are a dozen or more, of which 3/4's serve ads. You're not only waiting for the website, and whatever its scripting is doing (much of which could actually be done in straight HTML, but that's so Old School.... duh), but you're also waiting for each and every one of those other sites to respond.
No, I never allow google-analytics, or doubleclick, or any of the ads.
...you're just too damn fast!
Fully licensed blockchain psychiatrist
I'm pretty sure most of the problem is Adobe somehow managed to make the newest version of Flash even slower and more resource consuming than Flash from a year ago. But you absolutely have to make sure you have the newest version installed at all times, since Flash is also a security mess, despite the fact that Adobe has also made keeping Flash up to date a huge PITA (to the point that MSFT and Google handle the updates for them on their respective browsers.) The performance and security of Flash has been a continuing problem for decades now.
Why they bother to continue to develop and release new features for it puzzles me, plugin based content is very clearly a dying platform at this point and its partially Adobe's fault (we wouldn't want to get rid of Flash if it didn't suck so hard.)
... tabs and Javascript. It's come a long way speed wise, but running hundreds of instances of the interpreter is slow. Running more than one tab is slow. Running 50 tabs (such as I often do) is slow. What helps the most? Making sure you have enough RAM and plenty of CPU cores. The more cores you have, the better the browsing experience is going to be.
I find it amusing that the desktop paradigm was originally derided as bloated and that web applications were going to be our savior. We could all have crappy computers -- even tablets and do all the work that we used to do on the desktop with next to no RAM or CPU. Tell that to a Facebook tab which uses 1 GB of RAM and eats CPU like it's going out of style -- if that were a desktop application, it wouldn't use more than a couple of hundred megabytes even considering news feed preload, images and history.
First of all "modern browsers are so stupid". Oh really? Sounds like a pebkac to me?
Network latency? Web servers that can't keep up? Inefficient javascript written by someone with introductory programming skills? Loads of clickbait ads and garbage? SSL handshake madness?
Sure blame the browser. Whiner.
Plenty of sites out there that load up instantly, or if you are storing all the content locally on SSD, it's crazy fast.
Firefox user here, about 20 extensions including ubo and noscript, on a modern computer with ssd and high end gfx card. None of these problems manifest here.
Specialization is for insects. -Heinlein
It do sound like the submitter desperately wants to use Firefox. There is nothing wrong with that, Iilya.
What you are missing is that even if the browser has the library cached, it still much reach out to the server to see if it has the latest version
Not if the version number is in the URL. Then the CDN can serve the library with an Expires: header with a value years in the future.
How much of modern browsers are written in assembly, or C++, or a directly compiled language? How optimized is it? Or are they sloppy about writing it because everyone has 9000GB of RAM plus a swapfile and 256 main processor cores, so who cares about 'efficient' or 'optimized'? That, plus aren't things like Javascript incredible resource-hogs and slow to execute compared to native code? Then there's the fact that the vast majority of websites are pulling 'content' (read as: mostly useless crap) from literally dozens of domains all over the planet, not just from one server. Are these the issues that are making a web browser on multi-gigahertz, multi-core machines run like it's 1995?
Just saying ...
http://saveie6.com/
Because web based apps suck and are a giant step backwards in programming. Not because of the universality of them but because we base them on a MARKUP language. HTML was never meant to write apps! Which is why you need all these stupid add ons. One day you will all "get it" and actually write a protocol designed to do write apps and be secure NATIVELY.
You're referring to subresource integrity, correct? That exists, but only Firefox currently allows the server to specify that scripts from a particular origin require SRI.
According to Moore's Law, our computers have become 1024 times more powerful today, than they were 15 years ago. This awesome increase should have accommodated the increased number of things we expect from our desktops, browsers included.
That it has not, is explained by the people involved. Programmers — of both the web-pages and the browsers. jQuery is bad enough, how about multiple instances of jQuery — because different components of the same web-page ask for a different version of the library?
What used to be coded in C or C++ is increasingly being implemented in Java, Go, Python, Rust or Ruby. Because it is more convenient for the programmers. Oh, yes, it is slower — just get a faster machine, would you? And I don't mean to trash these languages here — you could write good code in them. But you could also, without even realizing it, write bad code — and ship it...
Sysadmins aren't much (if any) better. Tracking package-dependencies is hard — let's use containers. This application needs Java-1.8u67, but this other one has only been tested with 1.8u63 — so we are going to run both JREs side-by-side, who cares about the wasting more RAM by doing so, than a typical desktop computer had in 1993?
For better or worse, humanity needs many more programmers, than are naturally born. Folks going into a profession without an enthusiastic calling for it aren't going to make things great, they are happy to settle for "good enough"...
In Soviet Washington the swamp drains you.
...and I just now opened a new tab (fully rendered) in about 1 second; this with a Dell Inspiron 1545 (2009, not at all new) with 10 tabs already open, two of which are playing media simultaneously, the other 8 are on a variety of content bloated websites like grabien.com (don't ask, I just followed a few News links from google).
I agree 1 second is an eternity for a PC, just to load a new (blank) tab. Especially compared to what I did at work today, which was to configure a gnuplot generated graph of a multi-dimensional rendering of about 25,000 data points, and it did this in the blink of an eye, it is a bit disappointing, but, get real, a second ? What did you do during that second you had to wait ?, you don't even need to breath every second.
Why would you want 100 tabs open?
"I've been doing this for three decades now."
You've been working with browsers since 1986? You are a true poineer! I guess Sir Tim Berners-Lee stole his idea from you in 1990.
Ninjas don't carry tic tacs
What do you mean, 'slow'?
Have gnu, will travel.
Really, someone on /. does not understand why a jpg image stored on a local drive loads 'instantly' vs. a collection of scripts and code that needs to be "compiled" before displaying.
I'm not expecting everyone to be a rocket scientist on here, but come on, think about the difference between the two for even a minute.
HOSTS-level blocking
I have a Galaxy Tab A running Marshmallow. Like most other Android tablets, it supports Unknown sources, but it isn't rooted, and editing that file requires root. Can I get DNS blacklisting as an APK that I can install?
Why does firefox on Ubuntu consume 25% of my CPU (which is 100% of one of its four cores) just sitting there with NO TABS OPEN?
WHY???
... not all of the blame lies with the browsers. My theory is that there must be some really poor code libraries that have gained a wide acceptance in the web designer community.
In a slightly off-topic vein but related to the browsing "experience": a major pet peeve of mine is web designers' failure to use the image size information to preallocate space on the page. Depending on the site and how busy it is, it can take as long as ten seconds for the page to finally quit re-rendering after every image dribbles in. "Behold our graphics-rich page layout! Isn't it impressive and worthy of an award? Oh, you wanted to read the content? We never took that into account." This is just laziness. The way to avoid this has been around since the Netscape days and is nicely described in O'Reilly's original HTML text.
CUR ALLOC 20195.....5804M
Privacy is getting harder and harder to find online, which is why it is important to work for it where we can. Moving everything to different processes, making use of OS level security features- all of these create redundancies. I'll also point out that PCs offer another solution in general to software inefficiencies- buy better hardware. While this is not an ideal solution (and arguably doesn't even address the question at all), it does reduce the market demand for efficient software.
Ditch all the multimedia BS and see how fast your internet connection can be.
COE
One thought I had as an alternative to mass reloading of tabs isn't really a consumer level solution, but it might be interesting to some.
If you run your browser through a VM, and save a snapshot, reloading that snapshot may take awhile, but it won't reload your tabs from remote. Might be worth looking into if this is important and you have an SSD though.
I'll also add this: when you close your browser, you might not WANT images of webpages to be automatically saved to disk, ready for reload. Having this as a basic functionality would probably not be the wisest decision from a privacy perspective.
... they not just render webpages, you know (they call it "bloat", I think...)
Much of the recent blame should be placed on the new universality of using SSL/TLS for everything.
The problem is, negotiating a cold SSL/TLS handshake from scratch takes a certain amount of time... and there's very little you can do to speed it up with current standards. Adding certificate-revocation lookups compounds the problem and adds even more time. In the past, a site that "used SSL" might need to do one or two key exchanges for one or two different hosts. Now, a single page might require a dozen or more key exchanges... and some of those key exchanges might not even be known by the browser to be necessary until after it's done the first few (because some script delivered via https references some other asset via https on a different host).
SSL/TLS itself is generally a good thing... but the WAY it's currently being used was NEVER seen as a realistic use case 20 years ago when it was first implemented. Simply put, SSL/TLS key exchange and CRL doesn't scale well in their current form.
This is also part of the reason why it's so common to end up with "five bars of LTE signal strength, but no working data-connectivity" -- mobile apps are "chatty" to begin with, and many of them do a shit job of keeping https sessions alive between requests, so every single background https request requires yet another new handshaking and revocation-lookup. In areas where you have a cell site with limited backhaul connectivity and occasional surges in the number of users (say, a cell tower near a large state park serviced by only a T-1 line or two... on July 4th, when 60,000 people might descend on the park for a few hours), the endless key exchange traffic ITSELF can almost fully-saturate the tower's backhaul capacity.
There are several different phases involved in loading a web page. The first is how long it takes for the site to actually send the response to your request. If it takes 5 seconds to request index.php, there is not anything the browser can do to fix this. Caching and optimizing code will help, unfortunately most sites are build on a CMS (ie wordpress), and most designers / admin do not know how to optimize this properly. If this is slow it is usually either bad code, or trying to store entirely too much stuff in the database. Some, very poorly designed, sites will also make remote calls to external servers, this is painfully slow.
After the html is sent to the browser, the browser will start the rendering process. This involves loading all CSS and Javascript files referenced in the html. Old logic was to move the javascript to the footer to ensure they load after the main content is loaded. Unfortunately, with new browsers this does not matter. They will delay rendering of the content until all javascript is loaded on a site. This is to avoid information being moved around on the screen when files are finally loaded.
Hopefully, most designers will move their expensive javascript functions to a $(document).ready function but that only speeds the page display up after the javascript files have been loaded. Beyond that the best thing that designers can do for javascript heavy sites is defer the loading of their javascript. This allows the html to render before attempting to load javascript. Not all libraries support this, namely jquery, by default. But it will help speed up the time from the request to the time something is displayed on the screen.
With all of these methods, the time that it takes to completely load and render all content on the page will be about the same. But, from the users point of view, the page will appear to be loading faster.
My 2012 iMac opens a new blank tab instantly.
Many users expect the new tab page to have the speed dial feature, which shows a screenshot of each of several sites that the user commonly views. This is even more true of visual learners, who may associate a site with its logo or color scheme rather than the text of a <title> element. It's also helpful for sites that pay little attention to putting useful information in a document's <title>, in part because many browsers have begun to deemphasize <title> in their presentation of HTML documents. Each item in Yvan256's laundry list applies just as much to generating said screenshots.
First of all you must account for all the time spent downloading files from the Internet. Of course, the web is totally broken and users are waiting for files to download, instead of receiving results at the site's convenience.
Secondly, some web pages include JavaScript and Java Applets. These may literally take sextillions of years to run (after being downloaded and before your page is rendered).
Still you will find that some browsers like Firefox are overloaded with bugs & features and eat up huge amounts of CPU time and memory, even when idle, while other browsers such as Lynx start, wait and run quickly without overburdening memory.
The author may have a point when talking about Chrome, Chromium or Firefox. I find each of them, especially Firefox, takes an unusually long time to do anything. Starting up one of these browsers takes several seconds and opening a new tab takes a second or so. Definitely long enough to notice the delay.
But other browsers don't have this problem. Step out of the narrow list of mainstream browsers and most of them are much more reponsive. I use Qupzilla, for example. It opens in about a second and switching tabs (or opening a new tab) is virtually instant. It takes about 25% of the time to do anyhting in Qupzilla on all of my computers compared to Firefox. Other light browsers like Midori or Vivaldi tend to give better performance too.
Browsers in general are not slow. A handful of mainstream, bloated browsers are slow. Pick the right one for the job.
Try Seamonkey! It is the successor to the Mozilla Suite which is the successor to Netscape Navigator. It runs fast on computers with only a few hundred MIPS, yet it still supports all of the modern features. (Granted, slow pages are slow, but it can open light ones instantly.)
How much does the increase in data charges from operating your web browser without a cache compare to the cost of moving your boot volume from your 5400 RPM HDD to an OCZ SSD?
(Yes, data charges. Not everybody lives in the service area of an ISP that offers a 1000 GB/mo quota to home users, such as Xfinity by Comcast. They have to rely on 10 GB fixed-cellular service. And even those who do live in range of fiber, cable, or DSL may have to drop home wired Internet to afford mobile Internet.)
1) Skip browsing Slashdot for a week.
2) Open up Slashdot's main page then open up all the pages you've missed until your last viewing date (so you don't have to remember where you were if you get interrupted)
3) Skim through each of these article listing tabs and open up the articles you want to read in new tabs. Open any summary links as well.
4) Go through each article one at a time. Open any interesting links for later viewing.
5) When you post as AC, there's no way to track your posts so open your posts in new tabs as well.
6) When you get to a previously posted tab from a day or two ago, refresh that tab to see if anyone commented. If so, reply and keep tab open. If not, close tab.
Eventually you won't have enough time to get through the articles you want to read and your tab count will grow and grow and grow. Luckily the browser ALWAYS eventually crashes and wipes out all your tabs thus giving you a fresh start.
Does "mobilegeddon" affect results of searches performed from PCs? I remember reading somewhere that it does not; only results for queries on touch-driven devices are affected. If not, then any effects of "mobilegeddon" are ultimately the result of your audience abandoning PCs for web browsing in favor of touch-driven devices.
"Google acquired application security company GreenBorder in May 2007. GreenBorder technology automatically sandboxes web code and network traffic by creating a bridge between applications. The GreenBorder technology isolated Internet Explorer or Firefox instances into a “sandbox” inside virtual machine instances. These sandboxes form the code isolation layers of Google Chrome, protecting other tabs and the parent operating system from the code executing on each web page."
Trying to protect us from ourselves I see...
From: http://www.niallkennedy.com/blog/2008/09/google-chrome.html#acquisitions
I've complained and complained about how poor the performance of Firefox and Chrome and IE Javascript and CSS rendering engines to every board that they have!! I just can't get them to fix the speed with my desire to have 15 javascript frameworks and 38 custom stylesheets and have those automatically generate all the text in my site in a specific location so that I can resize the screen and have things bounce around and look just a little bit different in case someone with a mobile phone happens to come across my page and managed to get it loaded into the mobile browser before the render engine the browser to run out of memory and be killed by the operating system!!!!!
When you write up a nice block of text, browsers are super duper fast. Add in some images: still super fast. Add some basic javascript: cool beans, they can handle that. Some CSS to make things pretty? SURE! Oh, you want to lump in a generic framework of 800 functions, of which you really only need to use 10 of them, and an associated set of stylesheets that are then rewritten by parts of said JS Framework to draw out 13 little buttons? Well, that's going to work but your going to pay a price.
Web developers, do the internet a favor and test your pages on a browser running in a virtualmachine with 25% of 1 CPU and 512MB of memory, and force the network speed down to 2-4Mbps. And on that same VM, profile the page to see how it's render performance is handled. Then fix the page until it works there. Please, use all the JS files you want, but if your page takes more then 3 seconds to fully render, you're doing a disservice to the whole web.
And go away with any "upgrade your computer" BS. No one's using a C64 here. If you're page can render in 3 seconds on that VM, imagine what it will do on a modern PC.
The (U.S.) National Weather Service and other weather forecasting agencies do update their forecasts every several hours when they re-run their models based on new conditions read by sensors. And a forecast past five days is a crapshoot.
Computers with a terabyte of RAM, 10 Gigabit 6G Internet and Real time ad analytics mesasuring your telemetry with millisecond accuracy slowing it all down to a 486 on a 14k modem.
If the most popular web browsers all suffer from the same problems, could you build a new browser that avoids some of the problems with significantly better performance and remains compliant with web standards? Surely some group could fork Firefox and offer at least a Linux variant!?
Ok, I am very astonished by this question "Why are browsers so slow?" which since you're most likely a millenial you might as well re-phrase the question as "Why are browsers slow AF?"
No offense but you obviously have no idea what a slow browser really is. Try Netscape 6 or IE6 and let me know if you think Chrome is still slow. First of all, are you sure you can attribute all the slowness to the browser itself? Did you crack open the modern browser developer tools that we all have now (hint: Firebug and Chrome developer tools didn't used to exist until a few years ago) and look at the network tab or equivalent to make sure that the web server/REST service/whatever isn't taking a long time to serve back data? Better yet try profiling your own javascript code with console.log, console.time/console.timeEnd. Since you can use an identifier, you can even do it asynchronously, how fancy is that? I seriously doubt you've done any of these exercises because most modern browsers take javascript, compile it into native code and cache which is about the fastest you're going to get javascript to run. Microsoft completely rewrote it's rendering engine multiple times the latest of which is Edge. Firefox, Chrome and Safari have all had similar efforts. I've been a web developer for a number of years and I can tell you, the stuff we have now is lightning fast.
You try serving up a web page to Netscape Navigator using a cgi-bin perl script from an old version of Apache and let us know if you think modern tech is still slow.
It just appalls me. No matter how much better we make technology there is always a generation that comes along and tells us all of our effort are crap because they think everything needs to be bigger, better, faster. If you want to complain, you get engaged and make it what you think it ought to be. Until then you have no room to complain if you're just going to comment from the peanut gallery. Gah.
We'll make great pets
Why is that "Wrong"? Because your brain doesn't work that way? That's how I've always browsed and only recently did it become terrible.
It's "Wrong" in the sense that just because you can do something it doesn't mean it is a good idea. Your brain doesn't work that way either even if you think it does. People are demonstrably terrible at multitasking. That's why we can't talk on the phone and drive at the same time safely. You cannot possibly convince me that you are doing anything productive with most of those tabs. It's merely a form of hoarding. Opening that many tabs chews up a ton of memory and then you complain that things get slow? Of course it gets slow! What else would you expect?
Now it's your prerogative to run your browser any way you want but don't whine to me that it gets slow when you are doing something that very predictably should result in it running poorly. Furthermore don't pretend I'm stupid enough to believe that you are maximizing productivity by opening dozens of tabs you cannot possibly be actively working with.
Here's a quote from a bug report about gamma:
>Noone seems to care about this feature, noone has been working on it.
Perhaps a better approach is to make test clips that include Herman's Hermits footage. Then you can use Noone to your advantage, fighting pedantry with pedantry.
Developers of the few major web browsers deliberately pile on the feature creap so that the task of rendering a web page becomes as complicated as possible, thus erecting a huge barrier to entry that locks out any competition.
Developers of web sites happily play along so that they can stay employed.
Yes, I agree. Optimise browsers please.
... of all this crap on the web? Every cat photo. Every dumb script. Oversized image files. Etc. Each one has a tiny cost, if only to power the routers that smear it across the globe.
We learned to live with the dumbing down of design to accommodate acessibility and mobile. Could we live with image rationing and yellow on blue again, if it turned out the internet was pissing away enough resources to feed a small country every day?
(I guess jobs are created too. But I'd argue the people who do them would be better employed digging holes and building stuff.)
Has anyone done the sums?
I think why are webpages slow is the more relevant question. and to find a detailed answer, right click on the page and click "inspect" in Chrome.
click network - the amount of http/s requests the browser is making and how long their response takes. slashdot.org for me, a total of 151 requests from webserver(s) to obtain all data and assets for the page.
click timeline and profiles to view JS activity/response times.
the other part of the question - regarding tabs, it COULD just show the last rendered pixels when you click on the tab - but how long would this be relevant? it would probably quickly show it to you then have to run the scripts to pull the latest data anyway ( e.g. an ajax request for latest content ) - so in either case - it either loads on click of tab, or a fraction of a second after the click which would potentially just "flash up" the new data and might be jarring for the user.
Some of this is important for all devices ( even though its focused on mobile ): https://www.ampproject.org/lea...
Why, if every browser maker and/or web developer did what I want then everyone would be happy.
However, I won't actually do any of that, lest I be proven wrong. That way I can smugly act like I have all the answers.
I am convinced Web sites do lots of dirty tricks with mandatory refreshes for the sake of serving more ads and cranking up their stats.
It doesn't help that browsers are expected, to a degree unheard of in most other software, to accept then try to normalize sloppy input (markup) across 6+ version of HTML, and that the latest standard canonizes sloppiness.
I don't get why you think they're slow.
My Mosaic browser works ultra fast.
-- Tigger warning: This post may contain tiggers! --
"I've been doing this for three decades now"
You LIE!
>I understand why rendering a complicated layout may be slow...
No, the page layouts need not be complicated- that's the damn truth. It's an annoyance actually, and as a professional it is your job and expertise to de-clutter.
Now what you could say is that dealing with multiple layers, iFrames, script calls, ad-servers, roll-overs, automatic videos, stealth pop-unders, web-beacons, etc. and so on is what MAY be making your job difficult. In which case you're allowing the page to become crap. Clean it up like a real pro should. Oh is marketing giving you a hard time because you're pushing back a little? They need an education, do it nicely.
Browsers are not slow. Sites are slow.
Reasons sites are slow:
A dozen calls to various third party tracking sites.
A dozen calls to ad sites.
Two dozen images on the page and their size is now 5 times that of yester year's, because "bandwidth is plentiful, CPU is cheap, memory is cheap, disk is cheap".
Javascript rendering of everything, instead of static HTML text. Compounded by the Javascript staying "live" so long as the page is open.
AJAX - It's now an old concept but it massively increases the data transfer and latency.
Multimedia content.
Browser code bloat.
In Firefox it stores not just those tabs but the last 20 or so pages for each tab so you can go back. Try this: In Firefox goto about:config and set browser.sessionstore.max_tabs_undo and browser.sessionstore.max_windows_undo to 0. Set browser.sessionstore.restore_hidden_tabs and browser.sessionstore.resume_from_crash to false
See subject: Rendering scripts + ads, using tracking cookies slows you down (I block it w/ my hosts program) https://science.slashdot.org/comments.pl?sid=10009625&cid=53532463/ on exactly what this article's about (which my program helps stop).
* For the best hosts file creator there is, bar-none, that does FAR more for FAR less resource consummation giving you more speed, security, reliability & anonymity online APK Hosts File Engine 9.0++ SR-4 32/64-bit https://www.google.com/search?hl=en&source=hp&biw=&bih=&q=%22APK+Hosts+File+Engine%22+and+%22start64%22&btnG=Google+Search&gbv=1/
APK
P.S.=> Enjoy going faster & safer online using it (it's free & 100% safe https://www.virustotal.com/en/file/e01211ca36aa02e923f20adee0a3c4f5d5187dc65bdf1c997b3da3c2b0745425/analysis/1433430542/ )... apk
Firefox has been my browser of choice for a very long time. (My browser before FF was Netscape)
I have only a couple of add-ons. I run Linux/XFCE, have plenty of RAM and CPU.
A few years ago Firefox started to really bog down, so I switched to Chromium for about 6 months. I kept updating and trying Firefox, and eventually it got better. So I came back to it.
About 6 months ago it started slowing down again. Here is how it would behave: when I would launch the browser, it would come up rather quickly. But it would be unresponsive for about 30 seconds. It wasn't using CPU or RAM, just sitting there. By default it opens to a blank tab. There was NO reason I could tell for the slowdown. Even if I opened it with a url, like from an email, it would still open in zombie mode and wait 30 seconds before even showing the url in the address bar. It was maddening.
So now I am running Pale Moon and love it. It's not slow, yet it maintains all the things I like about Firefox.
My wife is on Win7 and she faced her own issues with the recent versions of FF, and she switched over to Chrome.
My beliefs do not require that you agree with them.
They aren't slow, you just need to stop using a 10 year old laptop to browse the internet.
Of all the software that tracks your every move to help monetize the time you spend online.
"Safari may take a second or two just to open a new blank tab on a 2014 iMac." no, it won't - it doesn't even take half a second to open a full homepage on my 2011 mac. "And with ten or fifteen open tabs it eventually becomes sluggish as hell." nope - maybe OP should look at his/her computer, add some RAM (4 GB is so 2001) and uninstall useless crap and bloatware that slows down the system.
Safari doesn't reload background tabs until you switch to them. (Unlike Chrome, which does try to open every tab at once, hammering the internet connection, the processor, and the RAM.)
One consistent performance problem I see across browsers is large tables take forever to render even with static column attributes. You can load an excel spreadsheet with tens of thousands of rows instantaneously.
The same data in a table pegs a core and consumes a GB or more of RAM with minutes or more delay. Often as the number of rows increase there is a huge corresponding drop-off in performance until it becomes practically unusable.
Otherwise I have no real issues with browser performance. Sure browsers like IE do the darndest things you've ever seen sometimes including getting so slow as to be unusable when display large ASCII text files. That's right.. not complex HTML but text rendered as TEXT.
Browsers are like everything else. The EE's give us incredible hardware and we go out of our way to waste it with lazy sloppy coding simply because it's cheaper not to care.
Browsers are the same way.. all kinds of hard work on fancy algorithms and optimizing performance ... obliterated by "developers" who think HTML/JavaScript/CSS are "too hard" and instead insist on piling on layer upon layer, framework upon framework, widget after widget, piecemeal XMLHttpRequest after XMLHttpRequest, fill site with social media bugs, cross site trackers, ads/malware, use third party bugs to get web stats because you are too lazy to install a stats package to analyze your own access logs. Some sites just enjoy selling out their customers to stalking firms who often cross sell-out customers to other stalking firms leading to hilarious trees of connections when accessing a single page. Yet others are completely oblivious to what is going on behind the scenes.
Web sites written by people who care about wasting their users time load instantaneously. It's amazing. Never really had issues with browsers themselves not being responsive divorced from the bullshit occurring within them. I'm not really sure how what is being described by TFA is even possible given so much runs in separate process/memory space these days.
I think I found your problem:
Which takes ages if you have a hundred of tabs.
I can't imagine my browser being remotely functional if I had hundreds of tabs open.
"hundred of tabs" -- This, is not helping. Bookmark some things, and close the window.
The browser might know what tabs are the most recently used. But thats about all they know. The browser tabs all use a TON of memory. (maybe that is its own problem, but thats getting off track).
The more tabs you have, the more likely the data you want is not in memory. It's in virtual memory. Which is a fancy way to say its on DISK. Virtual memory is really slow, cause it's disk. And Windows is doing certain generic memory management to it -- but whatever windows does with it, is not optimized for your browser.
If you close the tabs you never use, and only keep the ones you might actually need, then there's a lot better chance the tab you want is actually in real memory, and will appear a lot slower.
Startup will be faster too -- since the browser won't try to get data for a hundred tabs.
I don't know your workflow. If you really need that many tabs open at once, you may need to find a browser with some kind of "don't load tabs on startup" option. But honestly, --- you need to realize that your "hundred tabs" workflow is a lot of the problem. It's not what the browser designer expects, so it's not something they try to make fast.
I'm not here to tell you all browsers are great, and that nothing needs to change -- I'd love it if they could reduce memory overhead, and could open a small html text page without needing hundreds of megabytes for the extra tab.
but, really, 100 tabs is way more than the designers expect. Your experience is outside of the test cases they are working to make better.
What hosts do addons can't (or as well):
PROTECT vs.:
1.) bad sites (past ads)
2.) fastflux C&C
3.) dynDNS C&C
4.) DGA C&C
5.) downed DNS
6.) poisoned dns
7.) trackers (dnsrequestlogs/ads/transparent ISP proxy)
8.) spam/phish payload
9.) dns blocks
10.) slowdown 2 ways: adblocks & hardcodes
11.) Multiplatform
12.) Ez data edit
13.) Block efficiently (cpu/ram/I-O)
14.) UBlock no DNS bennys = poor imitation = "sincerest form of flattery"
15.) NoScript tag parses. Hosts block adservers before it cheaper
APK
P.S.=> Addons = INEFFICIENT: AB+ 151mb http://cdn.ghacks.net/wp-content/uploads/2014/06/adblocker-memory-consumption.jpg/
UBlock 64MB http://cdn.ghacks.net/wp-content/uploads/2014/06/adblocker-memory-consumption.jpg/
(hosts ~6mb)
ClarityRay defeatable
Don't work http://www.businessinsider.com/google-microsoft-amazon-taboola-pay-adblock-plus-to-stop-blocking-their-ads-2015-2/
SLOWER: http://superuser.com/questions/686041/which-leads-to-faster-browsing-an-ad-blocker-or-an-edited-hosts-file/
Why does it take so long to switch between tabs? Why does the browser pre-render tabs when I start it? Why when I have a hundred tabs open each containing a complex and sizeable document do things slow down?
Seriously? The question started out possibly interesting and soon degenerated into contradictory whining.
Safari may take a second or two just to open a new blank tab on a 2014 iMac
Not it doesn't: My wife has one.
And with ten or fifteen open tabs it eventually becomes sluggish as hell.
No it doesn't.
Why does it take more than, say, a thousandth of a second to switch between tabs or create a new one?
It doesn't.
Right now, I have a 3-year old development machine, running Firefox, with 20+ tabs open. Hang on.... *presses ctrl+t* Wow, that was instantaneous.
Why did some guy's rant about "Why is my computer so slow?" make it onto Slashdot?
What hosts do addons can't (or as well):
PROTECT vs.:
1.) bad sites (past ads)
2.) fastflux C&C
3.) dynDNS C&C
4.) DGA C&C
5.) DNS down
6.) poisoned dns
7.) trackers (dnsrequestlogs/ads/transparent ISP proxy)
8.) spam/phish payload
9.) dns blocks
10.) slowdown 2 ways: adblocks & hardcodes
11.) Multiplatform
12.) Ez data edit
13.) Efficiency (cpu/ram/I-O)
14.) UBlock no DNS bennys = poor imitation = "sincerest form of flattery"
15.) NoScript tag parses. Hosts block adservers before it cheaper
APK
P.S.=> Addons = AB+ 151mb http://cdn.ghacks.net/wp-content/uploads/2014/06/adblocker-memory-consumption.jpg/
UBlock 64MB http://cdn.ghacks.net/wp-content/uploads/2014/06/adblocker-memory-consumption.jpg/
(hosts ~6mb)
ClarityRay defeatable
Don't work http://www.businessinsider.com/google-microsoft-amazon-taboola-pay-adblock-plus-to-stop-blocking-their-ads-2015-2/
SLOWER: http://superuser.com/questions/686041/which-leads-to-faster-browsing-an-ad-blocker-or-an-edited-hosts-file/
Scripting events.
Open a bunch of plain (no script) HTML documents in tabs (without no-cache directives).
As long as your system doesn't resort to swapping out memory you should get nearly instant results switching between any number of tabs as this should not cause the document's state to expire.
... and I thought it might have to do with my old system... which ofcourse I know can do web browsing just fine in the older days...
I never thought I would see a topic like this on slashdot ! It's totally awesome !
And yes I totally agree with topic poster...
Webbrowsers have become slow... especially firefox has become insanely slow when trying to switch between tabs... and it's annoying as hell.
Probably bad coding, idiots at the coding wheel or websites have become larger... or lots of spying going on...
What hosts do addons can't (or as well):
PROTECT vs.:
1.) bad sites (past ads)
2.) fastflux C&C
3.) dynDNS C&C
4.) DGA C&C
5.) DNS down
6.) poisoned dns
7.) trackers (dnsrequestlogs/ads/transparent ISP proxy)
8.) spam/phish payload
9.) dns blocks
10.) slowdown 2 ways: adblocks & hardcodes
11.) Multiplatform
12.) Ez data edit
13.) Efficiency (cpu/ram/I-O)
14.) UBlock no DNS bennys = poor imitation = "sincerest form of flattery"
15.) NoScript tag parses. Hosts block adservers before it cheaper
APK
P.S.=> Addons = AB+ 151mb http://cdn.ghacks.net/wp-content/uploads/2014/06/adblocker-memory-consumption.jpg/
UBlock 64MB http://cdn.ghacks.net/wp-content/uploads/2014/06/adblocker-memory-consumption.jpg/
(hosts ~6mb)
ClarityRay defeatable
Don't work http://www.businessinsider.com/google-microsoft-amazon-taboola-pay-adblock-plus-to-stop-blocking-their-ads-2015-2/
SLOWER: http://superuser.com/questions/686041/which-leads-to-faster-browsing-an-ad-blocker-or-an-edited-hosts-file/
What hosts do addons can't (or as well):
PROTECT vs.:
1.) bad sites (past ads)
2.) fastflux C&C
3.) dynDNS C&C
4.) DGA C&C
5.) DNS down
6.) poisoned dns
7.) trackers (dnsrequestlogs/ads/transparent ISP proxy)
8.) spam/phish payload
9.) dns blocks
10.) slowdown 2 ways: adblocks & hardcodes
11.) Multiplatform
12.) Ez data edit
13.) Efficiency (cpu/ram/I-O)
14.) UBlock no DNS bennys = poor imitation = "sincerest form of flattery"
15.) NoScript tag parses. Hosts block adservers before it cheaper
APK
P.S.=> Addons = AB+ 151mb http://cdn.ghacks.net/wp-content/uploads/2014/06/adblocker-memory-consumption.jpg/
UBlock 64MB http://cdn.ghacks.net/wp-content/uploads/2014/06/adblocker-memory-consumption.jpg/
(hosts ~6mb)
ClarityRay defeatable
Don't work http://www.businessinsider.com/google-microsoft-amazon-taboola-pay-adblock-plus-to-stop-blocking-their-ads-2015-2/
SLOWER: http://superuser.com/questions/686041/which-leads-to-faster-browsing-an-ad-blocker-or-an-edited-hosts-file/
Uninstall all addons but a adblocker and a scriptblocker and browsers are blazing fast, because renderengines were optimized in the last few years to get every bit out of them.
What hosts do addons can't (or as well):
PROTECT vs.:
1.) bad sites (past ads)
2.) fastflux C&C
3.) dynDNS C&C
4.) DGA C&C
5.) DNS down
6.) poisoned dns
7.) trackers (dnsrequestlogs/ads/transparent ISP proxy)
8.) spam/phish payload
9.) dns blocks
10.) slowdown 2 ways: adblocks & hardcodes
11.) Multiplatform
12.) Ez data edit
13.) Efficiency (cpu/ram/I-O)
14.) UBlock no DNS bennys = poor imitation = "sincerest form of flattery"
15.) NoScript tag parses. Hosts block adservers before it cheaper
APK
P.S.=> AB+ 151mb http://cdn.ghacks.net/wp-content/uploads/2014/06/adblocker-memory-consumption.jpg/
UBlock 64MB http://cdn.ghacks.net/wp-content/uploads/2014/06/adblocker-memory-consumption.jpg/
(hosts ~6mb)
ClarityRay defeatable
Don't work http://www.businessinsider.com/google-microsoft-amazon-taboola-pay-adblock-plus-to-stop-blocking-their-ads-2015-2/
SLOWER: http://superuser.com/questions/686041/which-leads-to-faster-browsing-an-ad-blocker-or-an-edited-hosts-file/
What hosts do addons can't (or as well):
PROTECT vs.:
1.) bad sites (past ads)
2.) fastflux C&C
3.) dynDNS C&C
4.) DGA C&C
5.) DNS down
6.) poisoned dns
7.) trackers (dnsrequestlogs/ads/transparent ISP proxy)
8.) spam/phish payload
9.) dns blocks
10.) slowdown 2 ways: adblocks & hardcodes
11.) Multiplatform
12.) Ez data edit
13.) Efficiency (cpu/ram/I-O)
14.) UBlock no DNS bennys = poor imitation = "sincerest form of flattery"
15.) NoScript tag parses. Hosts block adservers before it cheaper
APK
P.S.=> AB+ 151mb http://cdn.ghacks.net/wp-content/uploads/2014/06/adblocker-memory-consumption.jpg/
UBlock 64MB http://cdn.ghacks.net/wp-content/uploads/2014/06/adblocker-memory-consumption.jpg/
(hosts ~6mb)
ClarityRay defeatable
Don't work http://www.businessinsider.com/google-microsoft-amazon-taboola-pay-adblock-plus-to-stop-blocking-their-ads-2015-2/
SLOWER: http://superuser.com/questions/686041/which-leads-to-faster-browsing-an-ad-blocker-or-an-edited-hosts-file/
Even with no-script (or especially with it as may be the case), I try to load a page. It partially works, but needs some scripts to work properly. I tell no-script to allow all this page, but then when it reloads it wants even more scripts from more places. Tell no-script OK again, and then when it reloads, it still wants more, or some of them change.
Sometimes takes 3 or 4 tries allowing and reloading just to get pages to render by the time I've approved the 50 other sites they want to load content from.
Generally speaking, I try to avoid websites that go overboard this way, but it is sadly getting to be way too common. Sometimes the no-script list is so long I have to scroll through it.........
APK Hosts File Engine 9.0++ SR-4 32/64-bit https://www.google.com/search?...
Ads rob speed, security (malvertising) & privacy (tracking).
Hosts add speed (hardcodes/adblocks), security (bad sites/poisoned dns), reliability (dns down), & anonymity (dns requestlogs/trackers) natively.
Works vs. caps & PUSH ads.
Avg. page = big as Doom http://www.theregister.co.uk/2... & ads = 40% of it.
Hosts != ClarityRay blockable (vs. souled-out to admen inferior wasteful redundant slow usermode addons)
Less power/cpu/ram + IO use vs. DNS/routers/addons/antivirus (slows you) + less security issues/complexity.
Compliments firewalls (blocking less used IP addys vs. hosts blocking more used domains) & DNS (lightens dns load).
Gets data via 10 security sites.
APK
P.S. - Safe https://www.virustotal.com/en/... (Verified by Malwarebytes' S. Burn "seen the code & it's safe" http://forum.hosts-file.net/vi... )
What hosts do addons can't (or as well):
PROTECT vs.:
1.) bad sites (past ads)
2.) fastflux C&C
3.) dynDNS C&C
4.) DGA C&C
5.) DNS down
6.) poisoned dns
7.) trackers (dnsrequestlogs/ads/transparent ISP proxy)
8.) spam/phish payload
9.) dns blocks
10.) slowdown 2 ways: adblocks & hardcodes
11.) Multiplatform
12.) Ez data edit
13.) Efficiency (cpu/ram/I-O)
14.) UBlock no DNS bennys = poor imitation = "sincerest form of flattery"
15.) NoScript tag parses. Hosts block adservers before it cheaper
APK
P.S.=> AB+ 151mb http://cdn.ghacks.net/wp-content/uploads/2014/06/adblocker-memory-consumption.jpg/
UBlock 64MB http://cdn.ghacks.net/wp-content/uploads/2014/06/adblocker-memory-consumption.jpg/
(hosts ~6mb)
ClarityRay defeatable
Don't work http://www.businessinsider.com/google-microsoft-amazon-taboola-pay-adblock-plus-to-stop-blocking-their-ads-2015-2/
SLOWER: http://superuser.com/questions/686041/which-leads-to-faster-browsing-an-ad-blocker-or-an-edited-hosts-file/
I have a 2012 Macbook Pro 2.7GHz quad core with a nearly full SSD and 16GB RAM. I have several apps open nearly all the time, about 10-15, including Xcode and some Adobe apps, Fireworks and Photoshop among them, Preview and TextWrangler and a few more depending on what I'm doing, several messaging apps sit open as well, email and of course my browser. Safari with two windows open, one for work tasks with 3-4 tabs and one for news with 12 tabs. Opening a new blank window or a new blank tab happens fast enough not to bother measuring. Opening the Drudge Report is under a half second. Refreshing it is about the same. Opening Apple.com with it large format graphics is equally quick. Opening Kickstarter is a bit over one second. And I am doing this on a 27 inch thunderbolt display with the browser covering all but two columns of desktop icons to the right and the dock at the bottom. I interrupted posting and shutdown safari, then reopened it. I was fully loaded, both windows and all the tabs on the front window (couldn't see the tabs on the occluded window) in under 2 seconds.
... I can't offer much else without more details. But I don't have such issues. Oh, Frontier FIOS at 100/100 residential ... I have a busy active system that runs 24/7 and don't see the problems he sees.
I have flash disabled. I have ad blocker plus installed (/. is whitelisted because they haven't served me a virus payload or porn or claimed my windows pc was infected) and I have Java applets disabled (but not javascript because that broke way to many sites that should know better and get on the CSS and HTML5 bandwagon) I disallow third party cookies, I used to background load tabs, that isn't a selectable option anymore, but sometimes Apple prefs lose UI but not there presence. I also have another ad-blocker enabled KA-Blocker.
So the poster problem may be resulting from a slow internet connection or lots of background activity with Safari playing nice citizen
- Tjp
I am in wallow with my inner money grubbing capitalistic pig. ... Oink!
Among all the other reasons stated, I do note that currently, Firefox is running 67 separate threads. Good thing i only have on tab open.
I see this with Java programmers all the time - there is no new feature that cannot be implemented by spawning another thread.
I have no idea what those 76 threads are doing that someone deemed so important that they have to run concurrently, but you have to understand that thunderbird is running on 59 threads!!!! A freak'n mail program..!!!
Sorry, lame programmers making lame code.
Dirk
APK Hosts File Engine 9.0++ SR-4 32/64-bit https://www.google.com/search?...
Ads rob speed, security (malvertising) & privacy (tracking).
Hosts add speed (hardcodes/adblocks), security (bad sites/poisoned dns), reliability (dns down), & anonymity (dns requestlogs/trackers) natively.
Works vs. caps & PUSH ads.
Avg. page = big as Doom http://www.theregister.co.uk/2... & ads = 40% of it.
Hosts != ClarityRay blockable (vs. souled-out to admen inferior wasteful redundant slow usermode addons)
Less power/cpu/ram + IO use vs. DNS/routers/addons/antivirus (slows you) + less security issues/complexity.
Compliments firewalls (blocking less used IP addys vs. hosts blocking more used domains) & DNS (lightens dns load).
Gets data via 10 security sites.
APK
P.S. - Safe https://www.virustotal.com/en/... (Verified by Malwarebytes' S. Burn "seen the code & it's safe" http://forum.hosts-file.net/vi... )
It was the accelerated release schedule that killed off firefox as my daily browser. unstable release after unstable release after unstable release. nothing is ever fixed, and when something is fixed it breaks everything else. the browsers are so buggy that linux requires a restart after an aw snap or a crashed tab in firefox.
MAKE ME REBOOT LINUX!?!?!?
the pkill command has helped with the reboot but the buggy unstable nature of the just released browser is self evident.
Like a brown and serve dinner roll, they aren't quite cooked yet.
I think sometimes that there is a secret bet between Mozilla and Google as to who can achieve version 100 fastest.
Comodo IceDragon for windows and Pale Moon for linux.
The pages these days are full with junk from a gazillion sources. Even this page pulls content from EIGHTEEN different sites, about half are just trackers and ad services. The insane overhead that HTTP brings with it gets grown massively by having to make all these connections to all the sites. It gets even worse, when scripts pull from various sources as blocking calls. If this this page came from one site it would be much faster. As far as tab content goes, I don't have any issues using Pale Moon. What bites is when having pinned tabs or default pages in place. Upon browser start those are loaded up into memory and depending on how the site set the expiration on content new files are pulled rather than using files from local cache. Comparing with opening an image from disk is not apples to apples. The image is already in a displayable format while HTML/CSS/JS first have to be interpreted and then rendered. There is a heck of a lot more to do there.
You all are focusing on code, HTML design, etc... Modern day browsers are running your 'tabs' in a VM:
GreenBorder was a security software company that specialized in using virtualization to create safe zones for online activities for Internet users. GreenBorder let computer operators combine hardware and software to create "virtual" machines where tasks such as reading e-mail or exploring websites could be done without exposing systems to viruses or other malicious programs. Web-based programs that try to access files or computer registries are stopped from leaving what are commonly referred to as online "sandboxes" created by GreenBorder. The virtual "sandboxes" vanish at the end of each session, taking attacker assaults such as spyware, viruses, and trojans with them.
GreenBorder was acquired by Google and integrated into their Chrome teams in 2007.
APK Hosts File Engine 9.0++ SR-4 32/64-bit https://www.google.com/search?...
Ads rob speed, security (malvertising) & privacy (tracking).
Hosts add speed (hardcodes/adblocks), security (bad sites/poisoned dns), reliability (dns down), & anonymity (dns requestlogs/trackers) natively.
Works vs. caps & PUSH ads.
Avg. page = big as Doom http://www.theregister.co.uk/2... & ads = 40% of it.
Hosts != ClarityRay blockable (vs. souled-out to admen inferior wasteful redundant slow usermode addons)
Less power/cpu/ram + IO use vs. DNS/routers/addons/antivirus (slows you) + less security issues/complexity.
Compliments firewalls (blocking less used IP addys vs. hosts blocking more used domains) & DNS (lightens dns load).
Gets data via 10 security sites.
APK
P.S. - Safe https://www.virustotal.com/en/... (Verified by Malwarebytes' S. Burn "seen the code & it's safe" http://forum.hosts-file.net/vi... )
APK Hosts File Engine 9.0++ SR-4 32/64-bit https://www.google.com/search?...
Ads rob speed, security (malvertising) & privacy (tracking).
Hosts add speed (hardcodes/adblocks), security (bad sites/poisoned dns), reliability (dns down), & anonymity (dns requestlogs/trackers) natively.
Works vs. caps & PUSH ads.
Avg. page = big as Doom http://www.theregister.co.uk/2... & ads = 40% of it.
Hosts != ClarityRay blockable (vs. souled-out to admen inferior wasteful redundant slow usermode addons)
Less power/cpu/ram + IO use vs. DNS/routers/addons/antivirus (slows you) + less security issues/complexity.
Compliments firewalls (blocking less used IP addys vs. hosts blocking more used domains) & DNS (lightens dns load).
Gets data via 10 security sites.
APK
P.S. - Safe https://www.virustotal.com/en/... (Verified by Malwarebytes' S. Burn "seen the code & it's safe" http://forum.hosts-file.net/vi... )
Javascript and pointless SVG drawings to indicate "please wait ... your browser is slow because it is using SVG to tell you it is slow".
Yes, they have a plugin which promises "Ghostery is a great app. It doesn't slow you down, but it stops trackers dead in their tracks!" (Chrome link not on web site but here https://chrome.google.com/webstore/detail/ghostery ) but also advertises to companies: GHOSTERY: "OPTIMIZE YOUR CUSTOMERS’ DIGITAL EXPERIENCE Find out what’s really happening to your customers — and to their data. Ghostery MCM helps you speed up, clean up, and lock down your site and apps so you can focus on driving growth for your business. REQUEST A DEMO. GHOSTERY TRACKERMAP Trust Trackermap to deliver site intelligence you can depend on
Because this is what happens when everyone repeatedly proritizes offloading more and more shit onto the CPU (e.g. languages that get parsed at runtime and requiring stuff like garbage collectors, inherently wasteful/inefficient protocols like XML, integrating massive toolsets and APIs rather than writing efficient code) all in the name of developer convenience, and to allow them to continue to get away with sloppy programming practices instead of being rigorous and addressing the root cause of the problem. i.e. themselves.
Given that, what do you expect will happen?
Still paying for the "Learn how to program HTML" generation of "programmers" to learn enough to make js not suck. It's gonna be a looooonnnnnnggggggggg wait.
APK Hosts File Engine 9.0++ SR-4 32/64-bit https://www.google.com/search?...
Ads rob speed, security (malvertising) & privacy (tracking).
Hosts add speed (hardcodes/adblocks), security (bad sites/poisoned dns), reliability (dns down), & anonymity (dns requestlogs/trackers) natively.
Works vs. caps & PUSH ads.
Avg. page = big as Doom http://www.theregister.co.uk/2... & ads = 40% of it.
Hosts != ClarityRay blockable (vs. souled-out to admen inferior wasteful redundant slow usermode addons)
Less power/cpu/ram + IO use vs. DNS/routers/addons/antivirus (slows you) + less security issues/complexity.
Compliments firewalls (blocking less used IP addys vs. hosts blocking more used domains) & DNS (lightens dns load).
Gets data via 10 security sites.
APK
P.S. - Safe https://www.virustotal.com/en/... (Verified by Malwarebytes' S. Burn "seen the code & it's safe" http://forum.hosts-file.net/vi... )
Ghostery requires permission to read ALL OF THE WEB SITES YOU VISIT, and once you have installed it says: "Ghostery is free because some of our users anonymously and voluntarily opt-in to share data with us about the sites and trackers the extension encounters. If you choose to share tracker data with us, this is how it would work: As you visit a site, Ghostery identifies and collects data regarding the site and its trackers. Ghostery uses this data to improve our products to create a cleaner, faster, and safer web." (default is Yes), and then it tries to get you to create an account. Nope. Fuck this.
Use EFF Privacy Badger instead. I trust the EFF. I don't trust the polo shirted dweeb on the Ghostery web site. http://www.computerworld.com/article/2490249/desktop-apps/eff-releases-chrome--firefox-plugin-to-block-third-party-tracking.html
Also Disconnect: https://chrome.google.com/webstore/detail/disconnect
APK Hosts File Engine 9.0++ SR-4 32/64-bit https://www.google.com/search?...
Ads rob speed, security (malvertising) & privacy (tracking).
Hosts add speed (hardcodes/adblocks), security (bad sites/poisoned dns), reliability (dns down), & anonymity (dns requestlogs/trackers) natively.
Works vs. caps & PUSH ads.
Avg. page = big as Doom http://www.theregister.co.uk/2... & ads = 40% of it.
Hosts != ClarityRay blockable (vs. souled-out to admen inferior wasteful redundant slow usermode addons)
Less power/cpu/ram + IO use vs. DNS/routers/addons/antivirus (slows you) + less security issues/complexity.
Compliments firewalls (blocking less used IP addys vs. hosts blocking more used domains) & DNS (lightens dns load).
Gets data via 10 security sites.
APK
P.S. - Safe https://www.virustotal.com/en/... (Verified by Malwarebytes' S. Burn "seen the code & it's safe" http://forum.hosts-file.net/vi... )
APK Hosts File Engine 9.0++ SR-4 32/64-bit https://www.google.com/search?...
Ads rob speed, security (malvertising) & privacy (tracking).
Hosts add speed (hardcodes/adblocks), security (bad sites/poisoned dns), reliability (dns down), & anonymity (dns requestlogs/trackers) natively.
Works vs. caps & PUSH ads.
Avg. page = big as Doom http://www.theregister.co.uk/2... & ads = 40% of it.
Hosts != ClarityRay blockable (vs. souled-out to admen inferior wasteful redundant slow usermode addons)
Less power/cpu/ram + IO use vs. DNS/routers/addons/antivirus (slows you) + less security issues/complexity.
Compliments firewalls (blocking less used IP addys vs. hosts blocking more used domains) & DNS (lightens dns load).
Gets data via 10 security sites.
APK
P.S. - Safe https://www.virustotal.com/en/... (Verified by Malwarebytes' S. Burn "seen the code & it's safe" http://forum.hosts-file.net/vi... )
Surely it is faster to block an ad than it is to load it and render it.
APK Hosts File Engine 9.0++ SR-4 32/64-bit https://www.google.com/search?...
Ads rob speed, security (malvertising) & privacy (tracking).
Hosts add speed (hardcodes/adblocks), security (bad sites/poisoned dns), reliability (dns down), & anonymity (dns requestlogs/trackers) natively.
Works vs. caps & PUSH ads.
Avg. page = big as Doom http://www.theregister.co.uk/2... & ads = 40% of it.
Hosts != ClarityRay blockable (vs. souled-out to admen inferior wasteful redundant slow usermode addons)
Less power/cpu/ram + IO use vs. DNS/routers/addons/antivirus (slows you) + less security issues/complexity.
Compliments firewalls (blocking less used IP addys vs. hosts blocking more used domains) & DNS (lightens dns load).
Gets data via 10 security sites.
APK
P.S. - Safe https://www.virustotal.com/en/... (Verified by Malwarebytes' S. Burn "seen the code & it's safe" http://forum.hosts-file.net/vi... )
APK Hosts File Engine 9.0++ SR-4 32/64-bit https://www.google.com/search?...
Ads rob speed, security (malvertising) & privacy (tracking).
Hosts add speed (hardcodes/adblocks), security (bad sites/poisoned dns), reliability (dns down), & anonymity (dns requestlogs/trackers) natively.
Works vs. caps & PUSH ads.
Avg. page = big as Doom http://www.theregister.co.uk/2... & ads = 40% of it.
Hosts != ClarityRay blockable (vs. souled-out to admen inferior wasteful redundant slow usermode addons)
Less power/cpu/ram + IO use vs. DNS/routers/addons/antivirus (slows you) + less security issues/complexity.
Compliments firewalls (blocking less used IP addys vs. hosts blocking more used domains) & DNS (lightens dns load).
Gets data via 10 security sites.
APK
P.S. - Safe https://www.virustotal.com/en/... (Verified by Malwarebytes' S. Burn "seen the code & it's safe" http://forum.hosts-file.net/vi... )
The same pages loaded in older Firefox are FAR faster than in the last few releases. There's simply no question.
Several observations:
1. Firefox no longer honors the "stop loading" button. You can click on it and see it animate (so the GUI certainly sees the click) but then you can watch as it goes right on loading ad content, sometimes for MINUTES. This is a stupid programmer error - if the STOP button is clicked then ALL activity associated with that browser tab should be halted IMMEDIATELY.
2.Firefox seems to be pre-caching massive amounts of ad crap. I just upgraded a machine to a clean install of Fedora and Firefox and after opening about 6 or seven tabs (NOT porn sites, just some common news and info sites) the "Web Content" task will commonly be consuming 90% of resources and after an hour of browsing it will be caching GIGABYTES of data... there's something SERIOUSLY screwed up there. That machine sometimes takes over 5 minutes to shut down as the hard drive hammers away. That machine is fine if you do not run the browser, and if re-formatted and re-installed (verifying no infections, etc) the behavior repeats.
3. Firefox seems to load/run/play nearly everything associated with any tab, even though the tab is not the current tab. If you have a handful of tabs open and there are ads on each page (like MOST pages these days) those tabs all seem to be loading and playing content and running javascript code etc even though they are in the background. Perhaps each tab should have a "pause" button to make user intentions clear to the browser? I presume SOME people want things like audio playing in the background from one tab while browsing in another tab, but often one opens multiple tabs to line-up multiple related articles to read from links on a dynamically changing page and you do not need the new tabs to do ANYTHING before you switch to them.
There's normally no excuse for the browser to animate any GIF or run any script on a background tab.
Note: I'm not even using plugins.
Here's a simple thought: Add a "blacklist" to the browser that the user can fill in. If a URL is in the blacklist, then any script code attempting to access something at the blacklisted URL will be told by the browser that a 404 error happened. If a user sees that a particular adserver is stalling his browser all the time, he just would add that URL to his personal blacklist, and SHAZAM! problem solved. For added fun, one could even add the option to blacklist and kill any script that tried accessing a URL that was blacklisted
This question has been in my head for ages.
Browsers are shamelessly slow in action that indeed, should not take more than milliseconds at best. And that is even with clean installs.
No idea what amateurs program that stuff, but they have a distorted focus. A focus that directly leads to a deeply userunfriendly experience.
See subject: No single addon does as much as hosts & for less. You know this K.S. Kyosuke! You ran from validly technically disproving things hosts do vs. addons http://slashdot.org/comments.pl?sid=7798507&cid=50264417/ before!
(As there is no way to validly technically disprove what I put out in my lists of hosts vs. addons!)
* QUESTION: How many addons does it take to do ALL of what hosts does (that addons don't OR that hosts do the job better)?
ANSWER = TONS (& you burn memory, cpu + other forms of I/O like messagepassing overheads to run those SLOWER USERMODE addons - ESPECIALLY if you 'stack' them & FIREFOX, of all examples you could use, HAS ISSUES THERE MORE THAN ANY OTHER BROWSER when using multiple addons (vs. hosts in higher cpu serviced faster kernelmode)).
APK
P.S.=> Clue: You CAN'T WIN here - & you know it... apk
Cache hits for subsequent HTML documents retrieved from one site are fine if the user actually views multiple documents on the same site. But someone who reaches a site through a search engine, such as DuckDuckGo or Google, or through a news aggregator, such as SoylentNews or Slashdot, is likely to connect, retrieve one document, and continue to a different document on a different site. A cache per site doesn't help with this use case; a cache shared among several sites does.
See subject: Your addons = that vs. my work & can they build a hosts file for you? My program does. They also have usermode slowness/messagepass overhead & can't protect the browser from a BAD addon trying to redirect you (hosts can).
Do addons run in DOS (or FreeBSD)? If hosts is in their IP stack (std. BSD derived ones), hosts always work (not the case w/ addons).
* Might as well kill your other post too: DNS is LOADED with security & efficiency issues (enumerated here in 18 categories by the 100's) + weighs more if locally installed & is slower vs. hosts resolving if a REMOTE dns is called on!
APK
P.S.=> Ash-Fox, guess what? LOL - you FAIL again, as usual, vs. "yours truly", as always... apk
It's the whole damn computer. The thing should be ready to run when you turn it on, like a light bulb, not like an old TV waiting to warm up the tubes. Having to read software in and out of RAM is the dumbest thing there is. It should already be there, in ROM, waiting for power.
“He’s not deformed, he’s just drunk!”
try running a ad blocker and not having ads or 3rd party trackers. it doubles the page load speed.
I simply don't see why my expansive life needs to be filtered through your tiny mind. In my household, we bought the smallest pickup truck we could find, and then equipped my office desk with all the monitors that would fit (one landscape, two portrait). Priorities.
Someone down the street has an F450 with duallies, and probably a single HD monitor. Wouldn't you just love to knock on his door and tell him his beloved truck is not a standard use case. Go ahead, I dare you.
I'm running a file system on my desktop where I could easily expand the pool (modulo slightly better hardware) to a petabyte and beyond. Meanwhile, a GeForce GP106-300 packs a bandwidth of 192 GB/s at an MSRP of $199 because someone out there thinks this is definitely a standard use case. Sweet. Maybe the same guy out there who sniffs over his friend's video card with a mere 100 GT/s fill rate, gets on the internet later that day and starts writing "who the heck needs a hundred web tabs?"
Pretty rich.
I completely fail to see how 100 open tabs is anything special. Maybe I'm wrong. Let's see where else we can drawn a consensus line. Well, who the heck needs a clip with more than nine bullets? Or a woodshop with more than four electrical outlets. Or a kitchen with two ovens? Or more than four hobs? Or a house with bookshelves in more than one room? Or three bathrooms? Or a garage with more than three bicycles? Or more than two pairs of skates? Or four dogs?
Worst of all, if the computer is limiting the human because we assume puny human. That wasn't the original deal and I will never accept it. Turns out some use cases are not standard, because they are better than standard. Because every human of note better than "standard" at some thing.
Every single website abuse the use if JavaScript. Turn it off and your loading times will be orders of magnitude faster. The catch? A rubbish experi nce due to the overuse of JS
See subject: I didn't say that - partial quotes = weak. I said addons can't do (or as well) 1st of all. 2nd'ly you can't overcome the fact addons have TREMENDOUS disadvantage (especially in FF which was a poor choice for you to use) in that when you STACK ADDONS, browser performance goes DOWN (way, Way, WAY DOWN - due to messagepassing overheads & I/O associated w/ it even MORE than the cpu use or memory use inefficiencies they have vs. hosts).
"Temper TEMPER now there K.S. Kyosuke" (spazzing out on YOUR part doesn't prove me wrong, lol!).
(I merely stated facts you can't overcome here https://ask.slashdot.org/comments.pl?sid=10024927&cid=53534393/ & you 'spazzed out' using ILLOGICAL ad hominem attacks on me (when you fail to attack my message's points you try & fail attacking me)).
APK
P.S.=> I'd say I was sorry for doing this to you (again, lol) but YOU BRING IT ON YOURSELF & did it to yourself... apk
I used to use Opera with javascript turned off, animated gifs turned off, videos and sounds turned off, no plugins, no disk cache and a list of blacklisted domains I copied from some ad blocker on FreeBSD until 4 years ago. I used Firefox for everything else.
Opera was blazing fast when used in this way!
I have the habbit of opening a lot of new tabs and my Opera started with 100+ tabs each time, though everyting was fast and it did not matter if I opened another one. I cannot say the same for the Firefox versions that I have been using all my life. They seen to struggle with more than 10 tabs, if you have video in them it might be terrible with a single one. However I have never used Firefox with similar settings as Opera.
As for the people who mentioned javascript libraries... there was no SSL some years ago and ISPs used to cache static content on their transparent PROXY servers. I doubt anyone uses these nowadays. Some non-transparent ones are called content delivery networks today.
It is not the i5 that is slow, it is the amount of work it is being asked to do. If you took a webpage, stripped out all javascript and media (besides small-medium images), it would load instantaneously. If you used only basic javascript, again it would be instantaneous. If, however, every tab as to manage the mass of css, javascript and DOM modifications that modern pages like to do, then suddenly you browser has a helluva lot of work to do. Too many developers just stack 10+ frameworks on top of each other to get their desired appearance, and then care little that the result is unusably slow. Some pages include various libraries supplied by advertisers in order to serve ads. Stuff like that.
If a webpage contained only the kind of stuff they did in the early 90s, before animated gifs and table layout started happening, they would be pretty much instantaneous on any modern browser. But instead each page is like a mini-OS having to boot up.
John_Chalisque
If you want to serve your own copy of a script, I have absolutely no problem with it. But search engines might, as they rank slowly loading documents lower, and they weigh commonly cached scripts served from CDNs as less of a contributor to slowness.
Tell me, how do those addons UPDATE hosts WHEN YOU NEED ADMINISTRATOR PRIVELEGE TO DO SO?
Answer that!
(Plus there's still the fact an addon can't block another BAD addon but hosts sure can + HOSTS EVEN RUN IN DOS (with ip stack added) - addons don't).
* See subject & https://ask.slashdot.org/comments.pl?sid=10024927&cid=53533417/ & overheads addons have = inferiority (period) - when any 1 addon does all that & for less than hosts?
THEN, you might have a valid point. Otherwise you still don't!
APK
P.S.=> Talk F'ing DUMB to allow THAT (CLUE: You'd HAVE TO RUN THE BROWSER AS ADMIN/ROOT & that is way, Way, WAY TOO RISKY & yes, stupid) - in my program, fine (it's not sending anything outward online, only intake of hosts data to build hosts) & my program's NOT RUNNING IN THE SAME PROCESS/MEMORY SPACE AS THE BROWSER as your "poor imitation = sincerest form of flattery" addons do (w/ overheads galore that are INESCAPABLE in usermode as addons)... apk
Debian shipped Iceweasel, a rebranded version of Firefox, starting in 2006. At the time, the Firefox logo was licensed under terms that conflicted with the Debian Free Software Guidelines, and Mozilla demanded prior approval of any patches that Debian applied, such as patches to support additional instruction sets. But in February 2016, Mozilla realized that the Debian project hadn't been doing anything that would tarnish the Firefox brand, and so Mozilla allowed Debian to use Firefox's branding.
Adding certificate-revocation lookups compounds the problem and adds even more time.
There is a bit of overhead in TLS, but OCSP lookups don't have to be much of it. Every 24 hours or so, an HTTPS server can ask the CA to sign a message stating that its certificate hasn't been revoked. Then the server can include this message signed by the CA in the TLS handshake. This is called TLS Certificate Status Request, or "stapling" for short.
I recently tested a modem with 1Mbit bandwidth to browse the net and found that loading something as simple as g-mail is painfully slow. This didn't used to be the case. Bloat on the content side is definitely a large part of the issue.
See subject: Do hosts manipulating addons run as Root/Admin? Browser has to then (too risky & STOO-PID) as addons run in the same process + memory space as the browser inheriting its rights (of the user).
* IF they don't? They can't do all my program does INCLUDING SAVING HOSTS!
They CANNOT SAVE HOSTS to WFP/SFP/DACL protected folders in the system!
MORE QUESTIONS: Do those addons also filter off false positives + bloating hosts entries, sort & deduplicate hosts + do hardcoded favorite @ the top of hosts for both speed & protection? Most important question's above - you FAIL it! Why?
Changing rights to hosts = STUPID - there's a reason it's protected (you can bushwhack hosts otherwise & my program adds to that protection of hosts (do those addons do that too?)
APK
P.S.=> You can't win - accept it... apk
I stopped really surfing the web some years ago. I have a few sites that I still go to; but I am overtired of being slapped in the face with full-screen ads that cover the content I came for, autoplay material that intrudes into my home with audio I didn't ask for and most certainly do not want, "menus" that drop because my mouse came too near without a click to ask for them, useless pop-up garbage buried in the site content, constantly mutating malware risks, ads that track me, etc.
I run my own little site, keep the ads down to a dull roar (they're ads for my own products, served from my server, and they sit quietly in the right hand column, making no sound, movement, or flashy-flashy, and they definitely don't track anyone.)
Keeps me busy, anyway. Lots of good stuff going on in my life without having to randomly wander the now-mostly-intolerable web to get my jollies.
For that matter, Slashdot's starting to suffer from some of these things, plus the new selection method for articles is, amazing as it may seem, even more pitiful than the old. I've been here for some years now... but I'm not wedded to the place.
See subject: Hosts block ads, scripts & flash sources + trackers (disable cookies in browser does rest) via APK Hosts File Engine 9.0++ SR-4 32/64-bit https://www.google.com/search?hl=en&source=hp&biw=&bih=&q=%22APK+Hosts+File+Engine%22+and+%22start64%22&btnG=Google+Search&gbv=1/
* Does more than ANY single browser add for FAR less (even DNS uses more & worse if locally installed (security issues galore are in DNS https://news.slashdot.org/comments.pl?sid=9007355&threshold=-1&commentsort=0&mode=thread&pid=51969075/
APK
P.S.=> Start 'stacking up' addons (to try do all of what hosts does from 1 file only native to your OS/IP stack)? You SLOW DOWN THE WEBBROWSER. bigtime (hosts don't have that issue as they are in kernelmode that's more cpu serviced faster vs. usermode slower addons that increase messagepassing (the problem in stacking addons IS this), cpu & RAM use + other forms of I/O in a browser process)... apk
No, it turns off your monitor. All that's left is to listen to the ads. That's courage, my friend.
I've fallen off your lawn, and I can't get up.
See subject & APK Hosts File Engine 9.0++ SR-4 32/64-bit https://www.google.com/search?hl=en&source=hp&biw=&bih=&q=%22APK+Hosts+File+Engine%22+and+%22start64%22&btnG=Google+Search&gbv=1/ - it gets MVPS' data & 9 more reputable security community sites hosts data for the MOST COMPREHENSIVE PROTECTION (optionally choosing which sources you wish to use & you can change the defaults too in its APKIniFile.ini to other sources IF you like).
It also gives you what hosts data sources don't after sorting & deduplicating them all into 1 perfect hosts file: Hardcoded favorite sites you spend MOST time @ online at TOP of hosts for fastest resolution & avoiding remote DNS slowness (or local DNS bloat) + SECURITY ISSUES dns has galore by avoiding it!
APK
P.S.=> FREE & SAFE https://www.virustotal.com/en/file/e01211ca36aa02e923f20adee0a3c4f5d5187dc65bdf1c997b3da3c2b0745425/analysis/1433430542/ ) ... apk
See subject: Zero - price of your FAKE name online for your FAKE life, lol! I've also got commercially sold code to my credit for a certified MS partner (& published to decent acclaim MANY times here in reputable publications of many kinds - how about you?)
Clue: I don't have to work for ANYONE anymore (my money literally works for me since 2007) IF I don't want to & occasionally consult or contract IF the job pays well + interests me (& you're still either unemployed OR a wageslave making peanuts & the best part is, you can't prove that wrong, lol).
* LMAO - fool: You tried vainly & effetely to stop me posting & you can't even manage that either (neither can whipslash, lol).
APK
P.S.=> So answer the question in my subject AmicusNYCL - good luck proving a damn thing - & it's not your fake name online that prevents you from doing even a FRACTION of what I have in computing - it's your FAKE wannabe life in computing, lol... apk
Creimer likes to tell lies & libel me saying I just got out of jail (I am not nor was I) https://slashdot.org/comments.pl?sid=9952559&cid=53510169// so I told truth about him https://slashdot.org/comments.pl?sid=9952559&cid=53510169/ that yes he's way, Way, WAY my junior in the art & science of computing + yes, a mere menial level grunt (nothing more) & why https://slashdot.org/comments.pl?sid=9952559&cid=53510939/
APK
P.S.=> Price of your libelous lies is exposing you for them creimer, you puny menial (not that you care w/ your FAKE NAME ONLINE for your wannabe FAKE life)... apk
See subject & Superior Hosts File efficacy vs. this threat & in action https://it.slashdot.org/comments.pl?sid=9982895&cid=53476327/ shutting you up easily + shutting down that botnet to users!
* :)
(In fact, hosts files use has shown me KNOCKING OUT 8 botnets in 1 week recently w/ hosts https://news.slashdot.org/comments.pl?sid=10020701&cid=53529963/ including the one you started your shit on w/ me as usual (which is all you have as you can't validly technically prove me wrong).
APK
P.S.=> That's HOW superior hosts files are - & me in comparison to scumbag trolls like creimer, AmicusNYCL + you UNIDENTIFIABLE little loser that you are, lol... apk
Has anyone thought about just using "links" or "lynx" browsers? That will solve most of these slow issues you may be facing....
1st: ClarityRay stops ANY addon it wants (native browser methods dump ones you use) 2nd: Superuser.com find hosts = faster vs. addons that use more/do less 3rd: DynDNS botnets mean ones that USE it (& hosts stop them) 4th: 99.999% of ISP's != proof vs. kaminsky flaw redirect poisoning (why I use OpenDNS for the sub 4% times I use DNS) 5th: Trackers exist hosts stop (by avoiding DNS - transparent ISP proxies/dns requestlogs/ads) 6th: DGA trackers exist & I import the data in my hosts file 7th My hosts program doesn't TAKE BRIBES TO NOT WORK BY DEFAULT like "AlmostALLAdsBlocked" 8th: Hosts stall 8 botnets in 1 week https://news.slashdot.org/comments.pl?sid=10020701&cid=53529963 hosts do far more vs. UBlock (inferior imitation) for less & it imitated me (using hosts but NO DNS PROTECTION - Ublock's NO resolver - hosts are & ublock doesn't build hosts like my program)
APK
P.S.=> Keep EATING YOUR WORDS https://slashdot.org/comments.pl?sid=9986237&cid=53480147/
Used to be one could backspace to previous page really fast, now they all seem to reload content which is super slow.
I'd support a top level domain where all sites are required to be simple, small, and super fast in loading and backing up to previous pages, with no auto play video and displaying content first before any junk less high priority stuff.
Browsers have been getting too demanding of RAM causing machines with 4GB limits to put pressure on their memory. The older firefox versions have done better in my experience on these older systems because it will not waste RAM. I'm not just picking on firefox which now does the best with memory; these browsers trying to increase performance are eating gigs of RAM and their memory load on the system is causing slow down on lower RAM systems. A whole process per tab makes the 100s of tabs I'm used to managing a nightmare on Chrome etc. Firefox appears to slowly approaching this better... but we'll see. I don't know why somebody hasn't tried a Flyweight kind of design pattern... it's like they made a word processor and put every character into it's own full blown object!
Heavy use of closures in javascript there are a lot of memory leaks going on; due to a flaw in the language which needs to be better addressed. (I'm not saying it's the biggest problem - I'd put that on the websites stacking and depending upon slow frameworks like jQuery... which should be put out to pasture BTW.)
I just remember when my whole system only had 48k of RAM or multimedia apps like hypercard which did a lot with so little... So now I have a browser storing an uncompressed image of the tab so it can refresh quickly except when it pushes the system too far and ends up slower than a re-render would cost. They really should check system RAM and set up a soft boundary on usage. Just because VM systems are so great doesn't mean that we should act like RAM is unlimited.
Democracy Now! - uncensored, anti-establishment news
1st: Addons can't block all botnet parts. Hosts do - addons block ads (all infestations != ads) 2nd: Fastflux = hosts blockable (IP change NOT hostname) 3rd: DynDNS != fastflux 4th: Everything w/ a std. BSD ip stack has hosts (even DOS can) - untrue of addons 5th: Addons can't block trackers like transparent ISP proxies &/or DNS requestlogs - 6th: Spam/phish payloads OUTSIDE HTML BROWSERS != addon stoppable (e.g. EUDORA) - hosts do 7th: Hosts = ez 2 edit vs. addon regex 8th: Ublock's no resolver: It can't block DNS threats (hosts do) & can't build hosts (mine does) & it's in slow usermode (hosts = kernelmode NATIVE faster) + does LESS/uses MORE (Not 'better' it's worse) 10th: ANYONE understands hosts edits (length = immaterial: Edit menu, Find submenu notepad.exe) - untrue for regex!
APK
P.S.=> I broke you in 2 here & here https://ask.slashdot.org/comments.pl?sid=10024927&cid=53535385/
See subject: Take your own poor advice & look around https://ask.slashdot.org/comments.pl?sid=10024927&cid=53535385/ & https://ask.slashdot.org/comments.pl?sid=10024927&cid=53535559/ vs. partial quotes of my words nitpicking bs you are WRONG on:
I specifically said "hosts do addons can't (or as well)" - VERBATIM here https://ask.slashdot.org/comments.pl?sid=10024927&cid=53533277/
You nitpicking little BLOWHARD talker!
So - you say you have a Comp. Sci. degree - Why don't U build a better program vs. mine blowhard?
* You're ALL cheap 'talk' - I'm a doer (& BIG diff. in this life between them) & IF how I post + mechanics I use pisses you off? Tough!
(You merit me tossing fails back @ "your kind" - unidentifiable anonymous weasels which is WHY you post ac - I've done it to YOU before under 1 of many "registered 'luser'" accounts you have on /.)
APK
P.S.=> Keep "EATING YOUR WORDS" https://slashdot.org/comments.pl?sid=9986237&cid=53480147/ ... apk
Webpages and browsers are slow because they are free, simple as that. Ads and analytics are the only things that make money, so every page loads tons.
If every page cost a cent, publisher would optimize a heck out of them to make you see 5% more in a typical news reading session. If you bought browsers, creators would feel pressured to justify a purchase. Simple as that.
We got stuck in a local maximum by prioritizing free over still extremely affordable and much better quality.
See subject & this link (you suggest a stupid thing removing security on hosts) https://ask.slashdot.org/comments.pl?sid=10024927&cid=53534823/ + your addons don't do a fraction of what my program does https://ask.slashdot.org/comments.pl?sid=10024927&cid=53534449/ & https://ask.slashdot.org/comments.pl?sid=10024927&cid=53534607/
* ROTFLMAO: You NEVER, ever FAIL to fail Ash-Fox!
APK
P.S.=> Using partial quotes of my words too, lol - you're just like CNN bogusly attacking Alex E. Jones using same bs... it's weak & why Trump won! apk
UBlock can't do these as well as (or @ all) hosts do 4 speed, security, & reliability:
1.) Protect vs. bad sites (past ads)
2.) Protect vs. fastflux botnet C&C's
3.) Protect vs. dyndns botnet C&C's
4.) Protect vs. DGA botnet C&C's
5.) Protect vs. downed DNS (reliability)
6.) Protect vs. DNS poisoned dns
7.) Protect vs. trackers
8.) Protect vs. spam payloads
9.) Protect vs. phish payloads
10.) Protect vs. caps
11.) Get past dns blocks
12.) Keep off dns request logs
13.) Speed up 2 ways (adblocks/hardcodes)
14.) Work on anything webbound multiplatform.
15.) Ez data edit
16.) Block ads more efficiently in cpu/ram/I-O use
17.) UBlock now uses hosts (no DNS benefits vs. dns issues) - poor imitation = "sincerest form of flattery"
Hosts = native vs. illogically "Bolting on 'MoAr'" & not ClarityRay blockable like addons.
APK
P.S.=> Hosts (1st resolver) do MORE w/ less in fast kernelmode & before slow usermode addons
Hosts ~3mb vs. UBlock = 64MB -> http://cdn.ghacks.net/wp-conte...
See subject: U don't need a Linux/MacOS X etc. version - copying hosts over (doesn't need translation to Linux) works & yes, I can port my program to Linux (FreeBSD/Lazarus) easily OR MacOS X (Delphi does it - used to do Linux in Kylix but for some reason, they killed it off).
* Sorry but some FACTS/TRUTHS you may not like:
By comparison to Windows, especially for end-users (not scripting techs/admins or coders)? Nobody uses Linux on the desktop & it's about a 50/50 split across Fortune 100-500 corporate america + top US educational institution servers (only 1 reason Linux does ok is ZERO COST, same on smartphones (holds handset cost down))
APK
P.S.=> What makes Windows more used (& yes, abused - more surface area to attack in users which Linux is getting a taste of in ANDROID (a linux) + so has MacOS X - they're only getting the START of it & Windows has weathered more here & is solidifying in security due to it) - APPLICATIONS for PURPOSE & I don't help the competition... apk
Firefox, 64bit nightly user here.
It's still atrociously slow, atrociously. Infact there's a either a bug with one of my plugins or something but I've deliberately endured it for nearly 8 weeks, hoping my feedback data is going in the bloody logs somewhere to help.
I run about 6 or 7 plugins which are all fairly common and I have run the same ones for 3 to 5 years. They worked fine on my last profile rebuild but this most recent one was broken /out of the gate/
It's so bad i'm using chrome primarily. Firefox performance frustrates me absoloutely no end and I've been running e10s, 64bit nightlys now for over 6 months.
Infact, except for the last 4 weeks, the ironic (?) / odd thing is, nightly has been RIDICULOUSLY stable for a piece of nightly code. It's just plain stable. It's just slow as heck.
I don't know what idiot legacy code is in Firefox but they seriously need a scrum or party or a bonus or something and the whole fucking team *STOPS* for 3 weeks solid and focuses on NOTHING but performance, performance, performance.
If you check my slashdot post history, I've been whining about Firefox performance for over 3 years.
It's ridiculous, stop adding features, just stop. Make the damn thing fast. Because Chrome destroys firefox and I'm now running a HEAP of Chrome addons (which I never knew existed) to replicate my Firefox functionality and I'm very, very close to full replication now (Firefox: Tab Mix Plus is bloody hard to replicate, requires multiple poor addons to be configured right)
Seriously, just stop whatever is going on Mozilla devs and bring in "The Carmack" or the equivalent at coding. Scrap something old, I don't care but something is fundamentally wrong when a 24GB memory, quad core machine can run so poorly with a browser.
See my subject line & 21 proofs of Ash-Fox always trolling me https://slashdot.org/comments.pl?sid=9986237&cid=53480231/
* I handed you UR ASS again today for it (starting up like usual & thanks for yet another evidence of it for me) https://ask.slashdot.org/comments.pl?sid=10024927&cid=53534823/
APK
P.S.=> Are you a butthurt PSYCHO or what? Give up (or is it you LIKE being humiliated publicly by "yours truly" for starting trouble w/ me 1st every single time we interact?)... apk
Because it takes time to transmit your cache to the NSA/FBI/CIA/DHS and the Clinton foundation.
To me it is quite obvious: HTML/CSS/JS is a convoluted historically grown mess. It is an open, widely used mess, which makes it attractive as a platform, but it's a mess none-the-less. I guess that comes with the nature of its success, because the web and its stakeholders adopted at every corner.
The web is way far of from where it began, and this shows everywhere in its technology stack.
Imagine a cleanroom design of a protocols and services and markup and logic to serve up what we are used to and expect today, with some neat features added in, such as encryption, default compression, binary logic and namecoin or some other distributed naming service. Add in native vector GFX technology and multimedia stuff and you have yourself an awesome fast platform.
But as a developer, I know this won't happen and wouldn't be practical. Once it would be finished, the world would have moved on to some other stuff and the new implementation would be a huge monolithic unmaintainable unextendable block.
I suspect once modern HTML/CSS and native gfx rendering have reached widespread use, the browsers will start to optimise and things will fall into place. We see this happening in chrome and safari and we see niche browsers like opera, brave and vivaldi speeding up things by simply filtering out the junk.
We suffer more in our imagination than in reality. - Seneca
And yet in some use cases that's the desired behavior.
That doesn't mean you design the family sedan to rev to 16000rpm like an F1 car and actually use it that way. Someone opening 100+ tabs is a clear corner case. Very few people do this and it's pretty easy to argue that it isn't a work flow common enough to worry about supporting even if we ignore the fact that it's clearly kind of a bonkers way of working.
Because you don't use your tools the way others do doesn't mean that either case is wrong. It means that some tools are poorly designed for some use cases.
Actually it very much can mean that one of the use cases is an improper use of the technology. To use another car analogy, you don't keep your car at redline driving around town. Yes you CAN do it but that doesn't make it a good idea. Running a browser with hundreds of tabs open is similar. It's an inefficient work flow than very few people use and most people would find actually rather difficult to manage. Browsers aren't designed to manage hundreds of tabs. If you want to use it that way it is your choice but that doesn't mean the rest of us are under any obligation to think that it is a good or sensible choice.
See subject It's where users mostly are + I don't help competition that's inferior on many levels vs. windows where I get most users so I wrote for it 1st (just like seen w/ games & all other wares) - It's WHERE more wares are!
Hosts = multi-platform easily copied platform to platform though.
"WINE" proves it (my prog runs on 2000/XP/7/Server2003/Server2008 just fine - doesn't wine emulate those on Linux? Apparently not perfectly!)
APK
P.S.=> I considered "OpenSORE'sing" it (or porting Object Pascal to Linux/MacOS X - ez enough, drive letters vs. mounted devices, some WinSock2 to *NIX socket & Win32 API specifics translates) but Chrome EFast "put the kibosh" on it (Google found out hard way what happens letting out code others turn 2 malware) had threats here that IF I did they'd turn it to malware... apk
I design machines with (tens of) thousands of individual electrical parts. When you have to be sure that this will fit that, and that will fit this other thing, that has to be compatible with something else that needs to fit yet another thing...
I'm an engineer too. I design assembly lines and wire harnesses for a living, some with considerable complexity. My day job is running a company that manufactures wire harnesses so I work in pretty much the same field. Some of our more complex products have many hundreds to thousands of components.
How would anyone ever properly invent such an animal without hundreds of tabs open?
Seriously? We've been making products that complicated without hundreds of tabs literally for centuries. I very much doubt you can show me a use case where you actually need to have hundreds of tabs open and are making effective use of them for engineering. I've designed products and assembly lines of comparable complexity to what you are talking about. I've worked in the auto industry for a few decades and a typical car has around 30,000 parts. I can assure you that most cars are designed without a browser open with hundreds of tabs. My father was an engineer for the phone company and he designed networks of cabling of huge complexity. For most of his career he didn't even have a computer to work with. I work with a very similar set of data for every product I deal with as you and I think your argument is bonkers. It sounds to me like you just haven't figured out an efficient work flow.
See subject & link where you told libelous lies about me https://news.slashdot.org/comments.pl?sid=9952559&cid=53510169/ + u admit ura 'troll' https://news.slashdot.org/comments.pl?sid=9952559&cid=53421391
* Grow up - you're being a punk weasel, nothing more & that's what those links show anyone you are!
APK
P.S.=> Unlike you I don't tell lies about others & merely state facts... apk
OOP and fragmented code
Why? Chrome was waiting for cache... This issue has been around for forever and has never been fixed. Before you comment, I completely wiped my computer 2 weeks ago and have minimal apps installed. Chrome is running on an SSD drive and my computer is only a couple of years old. So why in the blazes would it take 3 minutes for chrome to wait for it's cache? I agree with the rest of the sentiments though.. Too many ads, too many scripts, too many videos on sites these days.. Now I have to have an ad blocker and and anti-adblocker blocker to add to the overhead.
Browser tabs or the URL where the padlock goes could indicate a poor quality web page. Browsers would then be helping improve compliance as their users see that something is wrong with the website they are visiting. It would create bad impressions which would motivate management.... this would greatly annoy web developers as debatable techniques differ between browsers and trying to explain to their boss 1 work around backward compatible hack for IE is causing all the modern browsers to flag the site's quality.
Perhaps the price is worth it? It would be nice to quickly see when quirks mode is on.
Democracy Now! - uncensored, anti-establishment news
Increased use of HTTPS probably due to google saying they'd prioritize encrypted websites has made my local proxy server useless. The top sites in the proxy cache are all now https so they no longer get cached. Nobody wants to be partially encrypted so images are https too.... we should have some way to not scare users with safe content that is not encrypted... I'm going to go test and see if the browser cache is smart enough to migrate cached content from http to https URLS...
I just pulled up my netscape in a VM and loaded a simple large page. It was hardly slower than IE 8 in the same VM. The complex page broke but netscape beat IE 8 (probably in minor ways IE 8 broke some stuff on the page too.)
Democracy Now! - uncensored, anti-establishment news
See subject: More moving parts for exploit/breakdown - It's up there w/ trolling me starting it constantly https://slashdot.org/comments.pl?sid=9986237&cid=53480231/
APK
P.S.=> No escaping THAT link above either, is there? You did it to yourself trolling myself (& probably others too)... apk
The real problem is that the browser's interface freezes up based on the content of the page. This is a design failure. If we lived in happyland where these programs were designed for the user, the tabs would have preemptable time slices and a processor butget. The user interface should never freeze. A back page should drop the processing of any scripts and closing a tab should free the memory of the tab without additional processor time juggling the content. Misbehaving pages would just go the way of the Dodo.
See subject: Why omit that you're a libelous lying piece of shit too telling lies about me https://news.slashdot.org/comments.pl?sid=9952559&cid=53510169/
* I'm no troll you libelous little fuck - no more than I am in JAIL like you lied about me on.
APK
P.S.=> You disgusting fuck - you had better HOPE I never get ahold of you in the real world... apk
Browsers are freeware. So, uh, no one gives a shit.
See subject & I'm written OUT of their living wills @ my request (same w/ my sister too) - all that's left is for grandkids.
APK
P.S.=> Being a winner? I'm just happy making ends meet & paying bills on time - I never said I was 'wealthy'. I am just your average guy (whose money works for him, not Bill Gates)... apk
Big commercial Web sites are not built using waterfall development; they have a very short shelf life; and are driven by marketing, not I.T. The visual presentation is more important than the internal elegance. They are built assembly line style where one person does the creative, another person slices the creative into HTML/CSS/JS, another person marries the HTML/CSS/JS to a framework, or CMS system, and another person manages the copy and SEO tagging.
The creative directors are in charge, not the developers. The marketing folks are in the drivers seat, not the engineers. Marketing cares about cost per conversion and cost per acquisition. In this world the A/B test that picks the color of the submit button is much more important than how the form submit actually works.
Web Sites only have to be good enough to work, as most will be redone in less than two years. That beautiful website written in Yii with Smarty Templates can't be easily upgraded to the latest PHP, so you throw it out and rewrite in Laravel. Those HTML3 tables that achieved responsive design through specifying dimensional attributes as percentages in tables has to be thrown out for bootstrap responsive/adaptive, because analytics determined you could get a higher conversion rate serving different content/navigation to each of the three snap points.
One either accepts this new reality, or goes back to I.T. to work on old legacy batch mode payroll systems and other such boring crap. Learn how to speak marketing's language, and live in the perpetual firefighting mode that is marketing, or consider a career change.
I spent the first half of my career in traditional I.T., saw the writing on the wall, and joined the dark side of digital interactive. You get used to it, and come to the realization that it only has to be good enough to work, and not any better.
Browsers are the new operating system, and yes, they suck beyond sucking. The whole ecosystem is horrible compared to the elegant world that I.T. created in the pre-web days. But I.T. lost the drivers seat, because it couldn't move at marketing speed. The engineers lost. Sorry!
Murphy was an optimist
See subject: Of course not - I've blown you away on the puny ones you used & I've overcome each easily LONG BEFORE YOU tried them.
APK
P.S.=> You're sick in the head, troll - but you DO make ME look GOOD everytime you do it... apk
See subject: As I said - IF I ever got ahold of you in the REAL world I'd like to see you say lies about me face to face - We'd see "what's-what" then you lying little scumbag...
APK
P.S.=> Menial worm... apk
Detecting browser addons/plugins = easy https://webdevwonders.com/detecting-firefox-add-ons/ that's how ClarityRay works too.
UBlock & other addons = no DNS benefits (it's no resolver & can't bypass dns block lists, or stop dns request logs OR transparent ISP proxies (hosts get by both by not using DNS @ all for your fav. sites hardcoded)).
Addons only work on browser HTML email clients. Hosts work for ANYTHING webbound.
Addons can't do hardcoded local resolution speed (better).
Addons can't stop ALL botnet's parts. Hosts do.
Addons use more (taking bribes in AdBlock to NOT do the 1 job it had by default) doing less. You lose.
DGA lists are LIVE - I do imports every 5 seconds (doing it as I write this).
APK
P.S.=> Everytime I put up my points on how hosts do more FASTER nobody proves them wrong https://ask.slashdot.org/comments.pl?sid=10024927&cid=53533621/ apk
Addons don't block dns block lists, dns request logs, or ISP transparent proxies. Addons get past them by avoiding DNS
Hosts block far more & are guaranteed multiplatform (anything w/ a std. BSD derived IP stack has hosts - even DOS when added, untrue for addons).
DynamicDNS bots have their OWN rogue DNS servers (that's the difference stupid).
Reactive? So is antivirus & addons - hosts react FASTER (they are faster, superuser.com saw that as fact)
Easy to use format in hosts is something anyone understands. Try that w/ regex!
* What? No ClarityRay?? LOL - it dumps addons used easily & can block ANY it wishes via tricks like https://webdevwonders.com/detecting-firefox-add-ons/ but you can't do that to hosts - it's no addon (hosts do far more for far less & faster).
APK
P.S.=> You've been DUSTED again, lol - thank you! apk
See subject: All fact & all right here enumerated as to how &why https://ask.slashdot.org/comments.pl?sid=10024927&cid=53535701/
APK
There are dozens or hundreds of comments here that read like this: "I don't see the problem here. I just replace IE with Firefox/Chrome/Safari/Opera/Lynx, install Ad-Block Plus, run SE-Linux, turn off JavaScript, refuse all cookies, run Tor, use a VPN for everything, edit my Hosts file, and replace my firewall. Also, never use Facebook, Twitter, SnapChat, LinkedIn, or any other of a thousand popular websites. Oh and web advertising is the devil and web advertisers need to die. Do anything else and you are just ASKING for slow performance and hacker attacks. Easy peasy!"
Then the arguments begin about which ad blocker plug-in is best.
All crap. I mean, if you want to take extra protective steps, good luck and god bless. But a decent web browser experience needs to be the default experience! This nonsense of needing to take two dozen techie steps, none of which are obvious to newcomers, is a broken idea. It is so broken that it is Not Even Wrong. The OP is saying something important.
You've trolled me for DAYS now (I never start w/ you) saying shit about me - wtf! Grow up...
APK
P.S.=> Want to say shit about me that's lies (I am in jail etc.)? Were I face to face w/ you, I promise you'd go to a hospital afterwards - I do SHIT YOU NOT... apk
Javascript is single-threaded by design, and hitting a script tag stops all partially-completed layout and rendering until the script has been parsed, compiled and run. Hopefully things will get faster once a big chunk of the web has been rewritten in a language that compiles to WebAssembly -- but this will take at least a decade or more.
If you're using AdBlock Plus, every single page load will block until AdBlock Plus has finished running expensive regexps against the DOM. (That said, the browser really is bloated and slow, but invasive extensions like ad blockers will slow down the entire experience.) Just disabling AdBlock Plus won't necessarily speed up the browser though, because ad bloatware may slow down the browser even more than AdBlock Plus. Instead, try uBlock Origin -- it is much, much faster than AdBlock Plus, and supports all the AdBlock Plus blacklists. Your web experience will fly again.
What hosts do addons can't (or as well):
PROTECT vs.:
1.) bad sites (past ads)
2.) fastflux C&C
3.) dynDNS C&C
4.) DGA C&C
5.) DNS down
6.) poisoned dns
7.) trackers (dnsrequestlogs/ads/transparent ISP proxy)
8.) spam/phish payload
9.) dns blocks
10.) slowdown 2 ways: adblocks & hardcodes
11.) Multiplatform
12.) Ez data edit
13.) Efficiency (cpu/ram/I-O)
14.) UBlock no DNS bennys = poor imitation = "sincerest form of flattery"
15.) NoScript tag parses. Hosts block adservers before it cheaper
APK
P.S.=> AB+ 151mb http://cdn.ghacks.net/wp-content/uploads/2014/06/adblocker-memory-consumption.jpg/
UBlock 64MB http://cdn.ghacks.net/wp-content/uploads/2014/06/adblocker-memory-consumption.jpg/
(hosts ~6mb)
ClarityRay defeatable
Don't work http://www.businessinsider.com/google-microsoft-amazon-taboola-pay-adblock-plus-to-stop-blocking-their-ads-2015-2/
SLOWER: http://superuser.com/questions/686041/which-leads-to-faster-browsing-an-ad-blocker-or-an-edited-hosts-file/
APK Hosts File Engine 9.0++ SR-4 32/64-bit https://www.google.com/search?...
Ads rob speed, security (malvertising) & privacy (tracking).
Hosts add speed (hardcodes/adblocks), security (bad sites/poisoned dns), reliability (dns down), & anonymity (dns requestlogs/trackers) natively.
Works vs. caps & PUSH ads.
Avg. page = big as Doom http://www.theregister.co.uk/2... & ads = 40% of it.
Hosts != ClarityRay blockable (vs. souled-out to admen inferior wasteful redundant slow usermode addons)
Less power/cpu/ram + IO use vs. DNS/routers/addons/antivirus (slows you) + less security issues/complexity.
Compliments firewalls (blocking less used IP addys vs. hosts blocking more used domains) & DNS (lightens dns load).
Gets data via 10 security sites.
APK
P.S. - Safe https://www.virustotal.com/en/... (Verified by Malwarebytes' S. Burn "seen the code & it's safe" http://forum.hosts-file.net/vi... )
What have you done better than I have? ZERO motherfucker & you know it you lying little loser.
* PROVE IT MOTHERFUCKER!
($100/hr. my ASS for your time you little fuckwad liar...)
APK
P.S.=> Little trolling piece of shit that you are that's helpless to stop me too (that always makes me laugh) - & you'll RUN from this like you can't show you've done better than I in computing too you lying punk bitch... apk
See subject: Why're you RUNNING from proving your words here Forrest https://ask.slashdot.org/comments.pl?sid=10024927&cid=53576953/ coming in days later thinking I wouldn't catch your LYING bitch ass?
PUSSY liar!
APK
P.S.=> You're a pitiful LYING little worthless motherfucker that can't back up your lies can you bitch? Absolutely - & your evasive bullshit proves it punk... apk
See subject: Kind of tough to do behind a FAKE NAME for your FAKE life (especially your fantasy you're a coder, let alone making $100/hr.)!
* It's VERY easy to just 'talk' - quite another to validly back it up, now isn't it? For you it's impossible imo.
I can prove it easily (but then, I don't HIDE ONLINE behind a FAKE NAME for a FAKE LIFE like you) - how come you can't BIG talker?
Try belittle my program ALL YOU LIKE - many 1,000's use it & even dozens of /.'ers like & use it - you're outnumbered, talker - & since you're ALLEGEDLY still working you CAN'T be doing all that well being a wageslave (I'm not & haven't had to be one in a decade++).
My guess, that IF you're a 'coder', you're just another 'webdouche' (that imo isn't coding - it's the province of losers in the art & science of computing calling themselves "programmers"...)
APK
P.S.=> As to your 'skills'? LOL - your crusade to stop me posting didn't even work out too well, now did it? apk
See subject: Prove you even code professionally talker! Kind of tough to do behind a FAKE NAME for your FAKE life (especially your fantasy you're a coder, let alone making $100/hr.)!
* It's VERY easy to just 'talk' - quite another to validly back it up, now isn't it? For you it's impossible imo.
I can prove it easily (but then, I don't HIDE ONLINE behind a FAKE NAME for a FAKE LIFE like you) - how come you can't BIG talker?
Try belittle my program (or achievements I have you never ever will) ALL YOU LIKE - many 1,000's use it & even dozens of /.'ers like & use it - you're outnumbered, talker - & since you're ALLEGEDLY still working you CAN'T be doing all that well being a wageslave (I'm not & haven't had to be one in a decade++).
My guess, that IF you're a 'coder', you're just another 'webdouche' (that imo isn't coding - it's the province of losers in the art & science of computing calling themselves "programmers"...)
APK
P.S.=> As to your 'skills'? LOL - your crusade to stop me posting didn't even work out too well, now did it? apk
See subject & PROVE YOU CODE PROFESSIONALLY - your name on it + SOLELY YOUR WORK too!
* You can try "belittle" things I do that DO WELL & I can prove I did them, solely my work - you can't even prove you work, let alone code professionally while being what I haven't had to be in 10++ yrs. - a wageslave.
APK
P.S.=> "Run, Forrest - RUN!!!", lmao @ U... apk
See subject: There is a reason Microsoft applied ACL level rights protection to hosts via WFP/SFP stupid. Your idea ruins it!
APK
P.S.=> You pitiful dumbass stooge - plus your 'browser addons for hosts' CANNOT build a hosts file! (OR UPDATE IT without ruining OS level protection on hosts) You fail... apk
If you make a claim in a public forum, and another user presents problems with the facts underlying your claim, I agree that you owe readers nothing. Nor do readers owe you recognition that you have adequately proved your claim.
I agree with your point that in a high-latency environment, the overhead of a HEAD request makes the cache somewhat less useful. But if a resource has an explicit Expires date, the browser can skip the HEAD request.
And I disagree with antivirus taking 1000 ms to scan every single file. I use MSE on a Windows 7 PC and its successor Windows Defender on a Windows 10 PC, and real-time scans have never taken that long.
So here's a what-if scenario with a slightly modified set of assumptions:
1. A 100 kB resource takes more time to transfer than a 50 kB resource.
2. A lighter weight antivirus takes 100 ms to check a resource instead of 1000 ms.
3. The browser stores a list of all currently cached resources from each origin.
4. The server is serving Expires: headers on resources intended to be cached.
Thus the cradle to grave times for the five situations you mention change as follows:
1. Resource embedded in document
connect: 125 ms
load that origin's list of cached resources from disk: 0 ms (parallel)
download and parse HTML document including one resource: 1500 s
total: 1625 ms
2. Resource on same origin
connect and load cache list: 125 ms
download and parse HTML document: 1000 ms
keep alive: 0 ms
download one resource: 1000 ms
total: 2125 ms
3. Resource on same origin, cached with Expires:
connect and load cache list: 125 ms
download and parse HTML document: 1000 ms
determine that the resource has not expired: <1 ms
seek to resource on disk: 15 ms
load resource from cache: 100 ms
total: 1240 ms
4. Resource on different origin
connect and load cache list: 125 ms
download and parse HTML document: 1000 ms
connect to other origin and load cache list: 125 ms
download one resource: 1000 ms
total: 2250 ms
5. Resource on different origin, cached with Expires:
connect and load cache list: 125 ms
download and parse HTML document: 1000 ms
load other origin's cache list without connecting: 100 ms
determine that the resource has not expired: <1 ms
seek to resource on disk: 15 ms
load resource from cache: 100 ms
total: 1340 ms
Though each hit in scenario 4 and 5 takes longer than scenarios 2 and 3, the idea of putting common script libraries on a shared CDN is that clients will hit scenario 5 in many situations where they would have otherwise hit scenario 2. This is especially true of users who arrive at a site through an inbound link, such as from web search, social media, or an aggregator such as Slashdot, and view only one page, rather than following links from other documents in the same origin.
Perhaps I should write a program to do more thorough benchmarks of fopen() to see exactly what impact Windows Defender has.
See subject: It's asking to be pwned! I don't need a 'helper': My program does the job already & addons can't build hosts either & for them to change/alter hosts means what's in my subject line fool
APK
P.S.=> You're a blatant unskilled untalented imbecile not only "Bolting on 'MoAr'" illogically but also altering a browser's rights for addons that can't do what my program by ITSELF does... apk
See subject & this (it needs no 'helper' OR browser addons) APK Hosts File Engine 9.0++ SR-5 32/64-bit https://www.google.com/search?hl=en&source=hp&biw=&bih=&q=%22APK+Hosts+File+Engine%22+and+%22start64%22&btnG=Google+Search&gbv=1/
APK
U moved goalposts w/ your 'helper' WHEN I POINT OUT BROWSER ADDONS CAN'T BUILD HOSTS (my prog can) & minus altering user rights or browser perms (risky & dumb) they can't https://ask.slashdot.org/comments.pl?sid=10024927&cid=53534823/ So you brought up "helper" programs MORE MOVING PARTS COMPLEXITY!
APK
P.S.=> You're SUCH a pitiful liar... apk
I pointed out your browser addons CANNOT MANIPULATE HOSTS BY THEMSELVES (or build hosts) due to OS security on hosts. You'd have to alter browser perms/user perms (extremely DUMB on browsers, like you). So you brought up 'helpers' moving goalposts liar. Anyone can read this all above & see your lies, loser.
APK
P.S.=> Don't wonder WHY you languish in anonymity using FAKE NAMES online for your FAKE LIFE - you're totally bogus & the above PROVES it easily... apk
See subject: If addons do impersonation it's thru a browser they run on which makes it UNSAFE stupid (same thing as before)!
* Your addons can't build hosts either (let alone sort/deduplicate & filter vs. false positives & SAVE a new hosts file).
APK
P.S.=> Shit you are DUMB... apk
In the context of applications that run on graphical computing devices and communicate through the Internet, I must respectfully disagree with your dismissal of "the economic or sociological aspects of the problem." If one considers only technical metrics, such as runtime and memory efficiency, an assembly language program can theoretically beat a C++ "native compiled desktop application" because practical compilers miss some opportunities for optimization. For example, my assembly code for the 8-bit 6502 processor routinely outperforms the output of the most popular C compiler for that processor.
It's just that assembly language doesn't see a lot of use for mass-market applications because end users demand rapid iteration of features and compatibility with existing hardware more than runtime and memory efficiency. The widespread use of C++ rather than assembly language for native application is thus caused by "economic or sociological aspects". And when rapid iteration and compatibility pressures are even more intense, said aspects drive developers to cross-platform compromises, such as the Java virtual machine, the Common Language Runtime, and the JavaScript virtual machine.