# Website Usage Stats: Storage, Database and Function Calls

> See how much space your files take, how many items your database holds, how many reads and writes it gets and how often your functions run, over time.

- Canonical URL: https://uebfaqe.ai/features/usage-stats
- Section: Features one by one
- Language: en
- Publisher: Uebfaqe (https://uebfaqe.ai)

## Summary

Files, database, functions and scheduled tasks each have their own statistics: space used, items, reads and writes, calls, runs and errors. Pick a time range and follow the trend on a chart.

## Key facts

- Space by file type: Files statistics show the space used, the number of files, the largest file and a breakdown by type, so you see at a glance what takes the most room.
- Reads and writes: Database statistics count the items in each collection and how many reads and writes the site made, per collection and over the time range you choose.
- Export the numbers: The statistics of the database, functions and tasks download as CSV or JSON, for a report, a spreadsheet or your own records.

Know exactly what your website uses, in numbers

## How it works

1. **Open Files statistics**: In Studio, open Files and switch to Statistics to see the space used, the file count and the largest files of the site.
2. **Check the database**: In Database, open Statistics to see the items, reads and writes of each collection, with a chart for the range you pick.
3. **Review functions and tasks**: The Stats tab in Functions and the Statistics tab in Tasks show calls, runs, errors and durations, each with its own chart.

## Frequently asked questions

### How do I check how much storage my website uses?

Open the Files tab and choose Statistics. You see the total space used, the number of files, the largest file and how the space is split between the different file types.

### What counts as a database read or write?

Reads count the times items were fetched from a collection, and writes count the times items were added, changed or removed, for example when a form is saved. Both are shown per collection and over time.

### Can I export my website usage statistics?

Yes. The statistics of the database, the functions and the scheduled tasks each have an export menu with CSV and JSON, and the Files tab exports the full file list the same way.

## Related features

- [Tests and calls](https://uebfaqe.ai/features/function-logs): Test every function before you publish it and see the list of calls with the errors, if there are any.
- [Database](https://uebfaqe.ai/features/website-database): Keep orders, bookings or products in a real database inside the site, with no outside tools.
- [Files](https://uebfaqe.ai/features/file-manager): All the photos and files of the site in one place: drag them in, view them, download them and remove the ones you do not need.

---

Source: https://uebfaqe.ai/features/usage-stats
