Which data is written and stored in the database when read-only (non-posting, non-commenting) users visit the site?
With a default Wordpress install, with no plugin installed, does the read-only visiting of the website generates write operations in the database? By read-only, I mean: visitors come and don't post user-submitted contents (like comments, etc.)
If so, which data is written, and in which database table
?
(When using for example Apache, logs age written directly in /var/log/apache2/*.log
, and I guess Wordpress doesn't do a second layer of logging into the MySQL database, or does it?)