The A501 expansion RAM and Zorro-II RAM all becomes slow-RAM in an A500 ..?
No.
With the original A500 Agnus you'd get the infamous 'slow RAM' at $C00000. This happens because the PLCC Agnus was expanded to allow for addressing of 1 MB (much cheaper than an extra RAM controller), but C= 'forgot' to upgrade the chipset registers with the neccessary address bit, so the chips themselves can't reach that high. To make sure that the RAM isn't configured as chip RAM (which simply wouldn't work) the highest address bit is swapped so the RAM appears at $C0 instead of $08.
Since the 'slow' RAM is accessed through Agnus and the chip bus, the CPU has to wait for the bus to be available - thus it isn't any faster than real chip RAM.
For ECS they made up their minds and added the missing address bit to the registers and voilá - 1 MB chip RAM were there.
The A3000's chip RAM is slightly different (similar to AGA) as the CPU can access it 32-bit wide - effectively the CPU's getting double bandwidth. It's no real surprise that Alice is somewhat pin-compatible to the A3k's Agnus and with AGA the 32 bit access can be used by video DMA as well.
However, the CPU's got its own bus with ROMs, CIAs - and fast RAM. This is usually Zorro II connected and it's
never slowed down by the chipset!