aem-react
aem-react copied to clipboard
Configuration clarifications for ReactScriptEngineFactory
Hello,
Would like to know what will be the behavior for the ff:
- If there are multiple entries
'scripts.paths'
, what would be the behavior for this? which will be the initial files to be loaded? what would happen on duplicate entries? - What is the ideal max size for each script on
'scripts.paths'
? - For
'scripts.reload'
, i think should be set tofalse
on prod. Is my assumption correct? - For
'pool.total.size'
, is there a calculator for the ideal pool size depending on the machine? How did you come up with 30?
Thank you!