I'm working on importing data from another forum platform to XF. One part of the process that is currently very slow is rebuilding user caches. It appears to be CPU-bound on the machine running the rebuild (as opposed to being bottlenecked by the database), so I would like to know if there are any tips for speeding up this operation aside from getting a faster CPU.
For example, can cache rebuilds be parallelized? Can I skip part or all of the rebuild process by having my import script do some of the work as it's importing the users in the first place? What exactly is being rebuilt, anyway?
For example, can cache rebuilds be parallelized? Can I skip part or all of the rebuild process by having my import script do some of the work as it's importing the users in the first place? What exactly is being rebuilt, anyway?