webscripthook icon indicating copy to clipboard operation
webscripthook copied to clipboard

Server-side extension data caching

Open libertylocked opened this issue 8 years ago • 0 comments

Extensions should be able to push certain data to server and have this data cached at the server. Whenever a client requests this data (via a GET or something), cached data will be returned.

This boosts performance by not having to route the request to the WSH plugin and to have the plugin process the request every time a request is made

libertylocked avatar Mar 08 '16 21:03 libertylocked