How is Raconteur different?

Raconteur eliminates the need for a database to manage and assemble web pages to be served.

Scaling up websites to large amounts of content and heavy visitor traffic becomes a routine process.

Raconteur architecture
  • each web page is assembled just once, when it is published
  • pages are served to visitors immediately by the webserver
  • no database activity or repeated page assembly required

Typical dynamic website architecture:

  • each page is assembled every time it is served
  • thousands of visitors to a single page can result in hundreds of thousands of assembly operations by the application server and database
  • performance can reduce under heavy load

Eliminate the database for static web content

  • Raconteur can work together with web applications such as e-commerce to handle their static web content
  • Raconteur can remove load from the application server and database and improve website performance under load