Steve Goldberg
05/03/2024, 4:45 PMview-source
URI will no longer in these cases. You will either need to use the DOM browser in your browser’s UI or curl.
You’ll know that dynamic rendering is enabled if your page source looks like this:
<div id="main" class="main">...</div>
Note the ellipsis instead of the empty main div. You’ll also see something like this at the base of the debug log:
[08:53:07.154] [ +0 ms ] Dynamic Rendering and Browser request
[08:53:07.284] [ +130 ms ] Generated the frame page for the requested URL
[08:53:07.286] [ +2 ms ] The rendered frame page response - no prerendered content - has been cached
To be clear, seodebug=T
will still work, but you can’t use it in combination with view-source
– use your browser’s DOM or curl to get the page source.