An open API service indexing awesome lists of open source software.

https://github.com/eternita/frontcache

Frontcache - page fragment cache designed to boost web app performance. It reduces server response time for dynamic pages, reduces load on backend systems multiple times, increases application's resilience. Works as Servlet Filter or Standalone Cache Server.
https://github.com/eternita/frontcache

dynamic-site-acceleration edge-side-include performance performance-tuning server-side-includes webcache

Last synced: 23 days ago
JSON representation

Frontcache - page fragment cache designed to boost web app performance. It reduces server response time for dynamic pages, reduces load on backend systems multiple times, increases application's resilience. Works as Servlet Filter or Standalone Cache Server.

Awesome Lists containing this project

README

          

![Alt](images/frontcache-logo.png "Frontcache Logo")

[![Build Status](https://secure.travis-ci.org/eternita/frontcache.png?branch=master)](https://travis-ci.org/eternita/frontcache)
[![Maven Central](https://maven-badges.herokuapp.com/maven-central/org.frontcache/frontcache/badge.svg)](https://maven-badges.herokuapp.com/maven-central/org.frontcache/frontcache)

## Frontcache - utility to increase Web App performance.

### [it's page fragment cache + remote includes + concurrent execution]

#### Features

* Reduce server response time for dynamic pages

* Reduce backend load dozen times!

* Increase application's resilience

* Can be used with web apps written in any language

![Alt](images/how-it-works.png "Frontcache overview")

### Frontcache console - realtime stats

![Alt](images/fc-console-screen.png "Frontcache console demo")

Frontcache developed & tested with Java based Web apps but can be used with other languages/technologies as well.

### Technical details - [check Wiki](https://github.com/eternita/frontcache/wiki "check Wiki")