solidusjs / solidus

A simple server that generates pages from JSON and Templates
MIT License
28 stars 7 forks source link

Fix request limit #56

Closed Fauntleroy closed 11 years ago

Fauntleroy commented 11 years ago

This doesn't actually fix the request limit, but it does use hyperquest instead of request, which should help a tiny bit with speed. It also adds a small LRU cache for page resources, so when we have 1,000 requests for the same thing we fetch it once and then spit it back out with almost no latency afterward.

We still need to look into why these requests end up taking longer and longer, even on a powerful home computer.

This branch also separates log messages into a separate class.