mikecel79 is right. FRS isn't designed for fast replication, nor is is designed to replicate highly dynamic data. DFS is meant to be used both to provide fault tolerance and to obfuscate file shares for users, so that everything appears to be under one share when it could really be on multiple servers.
FRS compresses data, so the compression processing at both ends will slow down the process. The process of replicating data is also inherently slow because of the mutliple places a file is copied to before it ends up at the final location. A changed file gets copied to the outbound staging directory, goes across the wire and is placed in the inbound staging directory. From there, it goes to the preinstall directory of the share, and then finally it is renamed and copied to its final location in the share.
FRSv1 also does not do attribute or partial replication of changed data. If you have a 2GB file and you rename it, the entire 2GB will be replicated again. Any kind of data that you want your web servers accessing should be fairly static. Which is why, after this initial replication, everything will be fine. If the data changes a lot, DFS and FRS are not what you want.