Infinite loop recursion

Imagine a mirror reflecting another mirror. This creates an infinite loop of reflections. Similarly, embedding a [gravityview] shortcode inside the same View essentially tells the system to display a View within a View, repeatedly.

This infinite loop can slow down or even crash your website because the server is repeatedly trying to process the same request.

Clone a View instead

Instead of embedding a View inside itself, clone a View and embed that View instead. That cloned View will look the same and have the same settings, but it will be able to render inside the original View.

Did this answer your question? Thanks for the feedback There was a problem submitting your feedback. Please try again later.

Still need help? Contact Us Contact Us