Hello guys,
We are running in a project with ADF 11.1.1.6 and trying to improve performance.
One possible approach would be using CDN feature already provided in this ADF version. We saw that this configuration is pretty simple in the adf-config.xml.
For example:
<adf-uri-rewrite-config xmlns="http://xmlns.oracle.com/adf/rewrite/config">
<resource-uris>
<base-resource-uri uri="http://mycdn.com/">
<match-pattern>î/.*/images/.*\.png$</match-pattern>
</base-resource-uri>
</resource-uris>
</adf-uri-rewrite-config>
My question is, in order to set this config, as I have three different envirorments, I would have three diferents base resources uri's. Is it possible the uri property to be an EL? or I will have to manipulate with a deployment plan??
In addition, this feature really improves performance ?? What is your experience about it?
Best Regards,