Could a large quantity of files in the uploads folder affect performance?
Short Answer: No A different question is: Will uploading a large number of files in WordPress affect performance? The answer to this: Most likely not. Reason: WordPress uses the DB to get a list of uploaded files (almost no difference for many files) FTP uses the filesystem (slower for many files) Details: WordPress does not … Read more