Photoprism is unusably slow by default when indexing large collections of images and mostly this is due to TensorFlow being used to classify images. Unfortunately, and empirically, It is possible to disable TensorFlow and speed up indexing.
If Docker is being used then PHOTOPRISM_DISABLE_CLASSIFICATION
can be set to true
in order to leave TensorFlow enabled but just disable image classification.