Try our conversational search powered by Generative AI!

PreviewTimeout

Vote:
 

Hi all,

I experienced "Preview Unavailable" issue for some of the pages and found the fix in setting/increasing PreviewTimeout. However I set it to 40000 instead of 20000, and noticed, that it's now even worse than was. Almost every page has no preview now, and those page previews which eventually loaded took way too much time to load preview than before. Is it because I set PreviewTimeout to 40000 instead of recommended 20000?

Also we haven't got this "key" in our Web.config before at all.

<add key="episerver:ui:PreviewTimeout" value="40000" />
#208468
Edited, Oct 24, 2019 14:58
Vote:
 

I'd suggest to look into why it is so slow to load the preview. Increasing the preview timeout is not a silver bullet. Let's say you have queries to an external data source to display something in preview, and that data source is slow. If the query is killed after 20s, then that data source is "freed" somewhat and can serve other queries. But if it continues to run, it can even slow down more and can't complete after 40s. That is why you might see even more timeout with increased timeout threshold 

#208469
Oct 24, 2019 15:03
fuji - Oct 24, 2019 15:09
Thank you, makes perfect sense!
This topic was created over six months ago and has been resolved. If you have a similar question, please create a new topic and refer to this one.
* You are NOT allowed to include any hyperlinks in the post because your account hasn't associated to your company. User profile should be updated.