tankerkiller125 True that, redis is very fast, we use it for our Minecraft cluster to sync real time player data. Maybe Redis can be used for Flarums sessions/states.
Maybe Flarum can take advantage of both Memcached and Redis (both are supported by AWS's ElastiCache service), using both into their advantage. @Franz would know best what to do with Flarum performance. I can always help test to compare performances and load time.
I simply hope that the least data/packets are sent possible for each Flarum web request, so that users from far away can browse the forum feeling that everything loads instantly.
I'm currently in Vietnam, testing Flarum on both Oregon and Japan locations with the latency from Vietnam respectively 200ms and 100ms. I found that loading websites from Japan feels instant whereas loading the content box takes 1 to 2 seconds to load some times. It caused me to believe that more caching and opmitizing of packets being sent through the internet would be a nice solution.