No, I mean the application note, https://www.st.com/resource/en/application_note/cd00160362-using-the-stm32f0-f1-f3-g0-lx-series-dma-controller-stmicroelectronics.pdf
It describes, how the DMA works, although unfortunately not in much detail.
Basically, it performs some arbitration (1-2 AHB clocks), reads on the source side (in your case SRAM, if there's no conflict on the bus with other busmaster e.g. processor, 1-2 AHB), then writes on the destination side (maybe 1-2 AHB clocks, then whatever sync happens in the AHB-APB bridge, then at least one APB clock - the 'F1 is the first STM32 and the only where GPIO are on APB). Very roughly, count 6-10 AHB clocks per transfer, i.e. say around 10M transfers per second. If you transfer successive ones and zeros, you'll see half the transfer rate as output frequency.
> May be the problem is that on "Blue Pill" probably is soldered counterfeit device or may be not?!
That, of course, is possible. Or, maybe these days, likely.
JW