Simple proxying should take advantage of the browser cache
----------------------------------------------------------
Key: SHINDIG-162
URL: https://issues.apache.org/jira/browse/SHINDIG-162
Project: Shindig
Issue Type: Improvement
Reporter: Paul Lindner
Right now even the simplest proxy request will result in a POST request to the
proxy server endpoint.
This is terrible for perfromance since even cached content will not be cached
at the browser level.
I propose that we change gadgets.io.makeRequest() to use GET requests wherever
possible. Especially for the _IG_FetchContent() and _IG_FetchXmlContent()
cases.
Double bonus points if this can be done this weekend !
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.