javascript - Pre-render request cancelled because of timeout -


i working on adding pre-render optimizations (link rel="prerender" href="...") site. have implemented on 2 of pages. page trying pre-render now, not working. looking in chrome://net-internals/, shows pre-render loaded, when click link says in "final status" column, "timed out".

the page not meet of cancellation reasons listed in pre-render documentation.

other sources have found timeout after 30 or 60 seconds, page loads in <5 seconds.

any ideas? there time limit on pre-render? there anyway change limit?

so, problem ended being 1 character off in hilariously long url, browser never navigating link attempting pre-render.

i delete sad, typo of question, if weren't fact did learn little bit chrome://net-internals while going through this.

you final state="timedout", when pre-render page not navigated not completed.

you final state="navigation uncommitted", when pre-render page navigated not completed


Comments

Popular posts from this blog

java - pagination of xlsx file to XSSFworkbook using apache POI -

Unlimited choices in BASH case statement -

apache - How do I stop my index.php being run twice for every user -