question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Initial prerendering

See original GitHub issue

For 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:closed
  • Created 7 years ago
  • Comments:16 (15 by maintainers)

github_iconTop GitHub Comments

4reactions
RomanHotsiycommented, Feb 8, 2017

Just released a new version v1.6.0. It has lazy rendering feature. To enable it use lazy-rendering ReDoc option:

<redoc spec-url="..." lazy-rendering></redoc>

3reactions
RomanHotsiycommented, Jun 1, 2018

Implemented in by redoc-cli

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found