7 ms·
There is a lot of static content on https://sqlite.org/ https://sqlite.org/ but also a lot of SQLite-backed dynamic content. I just checked the logs. Over the
by SQLite 4y ago
There is a lot of static content on https://sqlite.org/ https://sqlite.org/ but also a lot of SQLite-backed dynamic content. I just checked the logs. Over the past 5 days, 12.03% of non-robot HTTP requests were against dynamically generated pages.
Most of the dynamic content is generated by the version control system, Fossil (https://fossil-scm.org/ https://fossil-scm.org/). For example: https://sqlite.org/src/timeline https://sqlite.org/src/timeline or https://sqlite.org/forum/forum https://sqlite.org/forum/forum
Fossil is hosted on the same machine as SQLite. Fossil is self-hosting and the Fossil website is 100% dynamically generated. Every HTTP request against https://fossil-scm.org/ https://fossil-scm.org/ does about 200 SQLite queries (give or take - depending on the page).