Hi community,
I found some interesting in Adobe Launch.
These are the list of Rule Components loading using regular Internet connection:
These are the list of Rule Components loading using slow 3G Internet connection:
You can see there are several Rule Component not loading when speec connectop is slow? Why this happend? How can we fix it?
Thank you!
Solved! Go to Solution.
In the advanced section from each rule component there is a timeout field. The default value is 2s. You can increase that value.
Hi @OscarMM , seems strange to me. May be switching network and reloading same rule components did not attempt to load them again. Could be a method to optimize calls that are happening when connection is slow. On solution part if it is really the case I would advise to be on good network to avoid time out errors and such unexpected behavior.
Views
Replies
Total Likes
@OscarMM did you try debugging? Here's a good way to troubleshoot - https://helpx.adobe.com/dtm/kb/troubleshooting---why-is-my-page-load-rule-firing-incorrectly--.html
See if this helps you.
Views
Replies
Total Likes
In the advanced section from each rule component there is a timeout field. The default value is 2s. You can increase that value.
Great point!
Views
Replies
Total Likes
Confirmed, this fixes the issue. Thank you!
I have one extra question.
If we change the timeout value from 2s to 5s, is there any side impact? May be site performance rate? Why 2s is default one?
Views
Replies
Total Likes
The timeout means that the engine will move to the following action in the rule if a specific action takes more than the timeout limit to return a response. Therefore, if a particular action takes longer to complete, there is an increased risk that the user leaves the page before the rule is completely processed.
The default value was arbitrarily chosen by my team when we implemented the feature.
Views
Likes
Replies