Of course RAM is still much faster but that doesn't mean the performance drop off is anywhere near what it used to be back in the day when paging really turned a omputer into crawling mode.
Today there is just the sheer size of RAM. Yes you can fill 8GB of RAM but only few people can do it with the current working data set. Modern browsers need per tab anywhere from 20-100MB and they keep it in RAM and leave it to the OS to page that out. Some time ago browsers would have only held a handful of tabs in RAM and refreshed the rest if clicked on (which really takes about the time of a blink of an eye). Browsers do it because they can.
It doesn't matter if all that stuff is paged out. Paging the necessary stuff back in takes no noticeable time with 150µs access time of an SSD and many hunderd MB/s max read speed.
If you run one app that needs a ton of memory it matters but in all other cases the worst slow down you get from some paging is a split second of wait when switching to an app or tab you didn't use for a while.
You are right with your assumption that with an SSD in the system having max RAM really isn't necessary and paging not a problem. Paging hurts battery life if it happens a lot but with 8GB you will barely ever hit the barrier.
RAM is 10 times faster sequentially but the real difference isn't there. RAM access times are in 80ns and the SSD is still 150 000 ns. Also the CPU cannot work with the SSD directly it always needs to copy into RAM first. It really doesn't matter what sequential speed tests say, RAM is faster because it sits closer in is fast in random access patterns. Still for paging purposes an SSD is more than fast enough, you really need to low where to look for slow downs to notice the difference.