Ticket #1090 (closed enhancement: invalid)

Opened 3 years ago

Last modified 3 years ago

[TiddlyWeb] generate etags for filtered or searched results

Reported by: cdent Owned by: cdent
Priority: minor Milestone:
Component: tiddlyweb Version:
Severity: low Keywords:
Cc:

Description

If a filter or search returns a large dataset it may be useful to just return a 304 if we are able to generate satisfactory Etags for the content.

Because generating the Etags requires reading the stuff, this is not likely to be a savings in server side handling, but could be on the client side.

This is a maybe we should do, not a we should do.

Change History

Changed 3 years ago by cdent

  • status changed from new to closed
  • resolution set to invalid

This is already present, as a part of tiddlyweb/web/sendtiddlers. Any tiddler collection gets Etag.

Note: See TracTickets for help on using tickets.