On each single server request WP Sheet Editor writes to wp-uploads
-
I rsync wp-content/uploads/ to a local backup folder.
There I noticed, even if no file contents have changed since the last backup, nevertheless these two files always change their timestamp:
>f..t……. wp-sheet-editor-universal-sheet/logs/index.html
0 100% 0.00kB/s 0:00:00 (xfr#1, to-chk=1/74)
>f..t……. wp-sheet-editor-universal-sheet/queues/index.html
0 100% 0.00kB/s 0:00:00 (xfr#2, to-chk=0/74)The only condition: Since the last backup there was at least one request to the WordPress frontend (anonymous users) or backend (administrative users).
This means that in each WordPress loop WP Sheet Editor executes and persists something to the filesystem! Those two files are empty (0 bytes). But nevertheless their timestamps in the filesystem get updated on each single server request!
Isn’t that a little more filesystem I/O than necessary?
- The topic ‘On each single server request WP Sheet Editor writes to wp-uploads’ is closed to new replies.