[ 
https://issues.apache.org/jira/browse/SLING-7888?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Dawid Kłos updated SLING-7888:
------------------------------
    Description: 
On our project we use directive /ignoreURLparams on dispatcher together with SSI
This leads to the issue that any request with GET parameter will be cached on 
dispatcher and as result SSI also cached even ignoring nocache selector, 
because of URL params setting on SSI. There are currently not possible add all 
GET parameters into ignore field - only specify all of them.

To avoid long-lasting request we should ignore all query params in SDI

  was:
In my current project request can take up to 7000ms and more. 

To avoid long-lasting request we should ignore all query params in SDI. This is 
already done in this pull request: 
[https://github.com/apache/sling-org-apache-sling-dynamic-include/pull/1/files]


> Provide ability for SDI to ignore all query params
> --------------------------------------------------
>
>                 Key: SLING-7888
>                 URL: https://issues.apache.org/jira/browse/SLING-7888
>             Project: Sling
>          Issue Type: Improvement
>            Reporter: Dawid Kłos
>            Priority: Major
>
> On our project we use directive /ignoreURLparams on dispatcher together with 
> SSI
> This leads to the issue that any request with GET parameter will be cached on 
> dispatcher and as result SSI also cached even ignoring nocache selector, 
> because of URL params setting on SSI. There are currently not possible add 
> all GET parameters into ignore field - only specify all of them.
> To avoid long-lasting request we should ignore all query params in SDI



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

Reply via email to