Initial prerendering
See original GitHub issueFor big specs initial page rendering takes too much time. Using Angular2 Universal prerendering should fix this issue.
This feature should be optional and should work via CLI e.g.:
$ redoc prerender index.html
Issue Analytics
- State:
- Created 7 years ago
- Comments:16 (15 by maintainers)
Top Results From Across the Web
Pre-rendering and Data Fetching | Learn Next.js
Pre-rendering can result in better performance and SEO. Each generated HTML is associated with minimal JavaScript code necessary for that page. When a...
Read more >Prerendering Explained - Netlify
Prerendering is a process to preload all elements on the page in ... and that your site has a decent time first byte...
Read more >Pre-rendering - Wikipedia
Pre-rendering is the process in which video footage is not rendered in real-time by the hardware that is outputting or playing back the...
Read more >Enabling prerendering for Blazor WebAssembly apps
Prerendering side steps the issue by ensuring we build the HTML on the server side, before sending that first HTML page.
Read more >Prerender and integrate ASP.NET Core Razor components
Prerendering can improve Search Engine Optimization (SEO) by rendering content for the initial HTTP response that search engines can use to ...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Just released a new version
v1.6.0
. It has lazy rendering feature. To enable it uselazy-rendering
ReDoc option:<redoc spec-url="..." lazy-rendering></redoc>
Implemented in by redoc-cli