1.44 inch TFT 128x128 GLCD ILI9163

"Just a question/curiosity: increasing the SPI speed has some kind of impact on the processor performances? I mean... it slows down the processor somehow?"
No, SPI is a set & forget transfer. You write into a register, the hardware does the transfer by itself, it interrupts when done so the code knows the hardware is available for another transfer. It takes 17 clocks to send out the 8 bits.