Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-06-11 | Remove unmaintained components: lucid, fastindex, niu | Jo-Philipp Wich | |
2012-01-09 | [PATCH] Explicit Cache-Control for lucid.http static content | Jo-Philipp Wich | |
The Chrome web browser revalidates every resource if no explicit Cache-Control or Expires HTTP/1.1 header is sent. This makes the page loads appear to take a long time on pages with a few external resources, adding 300-500ms per item. This includes the XHR json responses that set page images, like wireless signal indicators and the like-- the images are revalidated on every XHR response. As an example, the Network -> Interfaces page generates 16 requests to the lucid http server: Main HTML cascade.css xhr.js tabbg.png cbi.js loading.gif ethernet_disabled.png reload.png reset.gif edit.gif remove.gif add.gif bridge.png vlan.png wifi.png iface_status Of those, 14 should be pulled from cache but they are all valdiated. The lucid server returns the correct 304 (Not Modified) responses but it delays the apparent page load time because of the backlog it creates at the http server. I would suggest setting explicit cache control on all files returned by the lucid http directory dispatcher. The "Expires" header is reportedly more widely supported, however this relies on the clock on the OpenWrt? system being accurate, which may not be the case. The "Cache-Control: max-age=" allows the server to set a timeout in seconds. I've included a patch that sets revalidate interval to 1 year, which is the value recommended by google. Reference: http://code.google.com/speed/page-speed/docs/caching.html Note this could create an issue if there are luci application which are generating files which change that are being served by the lucid http DirectoryPublisher?. I'm not sure if there is anyone doing that. If needed, this can probably be created as an option to the DirectoryPublisher? config stanza for each vhost. Finally, this only affects the Google Chrome browser, as both IE9 and Firefox seem to have their own revalidation interval in the absence of explicit cache control which may be based on the last modified time of the resource. Even in Chrome, this change doesn't take effect until the item is re-served with a 200 HTTP response so Chrome's cache should be cleared after this patch is applied. The patch can be extended to include cache control on 304 responses, but I'd not worry about cluttering the code with it because the problem will solve itself once chrome redownloads the resource. | |||
2009-12-29 | libs/lucid-http: fix regressions with recent git uci | Jo-Philipp Wich | |
2009-11-02 | Avoid lacking fds | Steven Barth | |
2009-10-26 | Be a bit more non-standard | Steven Barth | |
2009-10-26 | CBI: Cancelaction and event callbacks for Delegators | Steven Barth | |
LuCId: Send Keep-Alive headers to avoid browser quirks | |||
2009-07-31 | Performance improvements, where did that get lost? | Steven Barth | |
2009-07-28 | Increase timeout for HTTP, fixing some browser problems | Steven Barth | |
2009-07-27 | Add native support for homepages | Steven Barth | |
2009-07-25 | Allow Basic-Auth pass-through | Steven Barth | |
2009-07-25 | Add: luci.http.splice to allow direct copying of data from a file | Steven Barth | |
descriptor | |||
2009-07-25 | libs/lucid-http: make chunksinks cope with string-like udata | Jo-Philipp Wich | |
2009-07-24 | Revert "libs/lucid-http: prepare external indexing and tree building in luci ↵ | Steven Barth | |
handler" This reverts commit e70104be85933a0d6cef5b8639f3a042e6d76896. | |||
2009-07-23 | libs/lucid-http: prepare external indexing and tree building in luci handler | Jo-Philipp Wich | |
2009-07-10 | Move memory limit to lucid, reincrease thread limit | Steven Barth | |
2009-06-16 | libs/lucid-http: use SERVER_ADDR as fallback | Jo-Philipp Wich | |
2009-06-16 | Catchall workaround for strange sockaddresses by Jow | Steven Barth | |
2009-06-14 | GSoC: Documentation #2 | Steven Barth | |
2009-06-13 | GSoC: Documentation #1 | Steven Barth | |
2009-06-10 | Revert "libs/lucid-http: copyz() causes a Kernel oops on brcm-2.4, revert to ↵ | Steven Barth | |
copy() for now (#70)" Fixed in nixio | |||
2009-06-10 | libs/lucid-http: copyz() causes a Kernel oops on brcm-2.4, revert to copy() ↵ | Jo-Philipp Wich | |
for now (#70) | |||
2009-06-07 | HTTPd: No keep-alive after POST request, because we do not check state | Steven Barth | |
of incoming data | |||
2009-06-01 | Fix query string detection | Steven Barth | |
2009-06-01 | lucid: fix separation of query string and url in server handler | Jo-Philipp Wich | |
2009-05-27 | http/1.1 detection | Steven Barth | |
2009-05-27 | HTTP-Timeout to 5 seconds | Steven Barth | |
2009-05-26 | Fix redirector | Steven Barth | |
2009-05-25 | Fix non-HEAD HTTP-Responses | Steven Barth | |
2009-05-23 | GSoC Commit #1: LuCId + HTTP-Server | Steven Barth | |