At this point, you should be able to configure and track database usage for both backend and frontend user requests. In this section, we will be looking at the usage of database in the most common WordPress features, and understand the need for storing the specified data.
Tracking database usage of common WordPress features
Post creation
Being the most frequently used feature in WordPress sites, you need thorough understanding of the database usage. First, you need to go to Posts | Add New section and clear the existing query logs. Then, you can add the data and publish a post to track the database usage. The Post creation screen offers wide range of features and hence database usage may vary based on the amount of options...