ojoanalogo / nestjs-redoc

📘 ReDoc frontend for you NestJS swagger API documentation
MIT License
145 stars 56 forks source link

Some features on the page are very slow #52

Open myyrakle opened 2 years ago

myyrakle commented 2 years ago

Since yesterday, the speed is very slow or stopped when expanding the response type or scrolling.

Looking at the page script, src="https://cdn.jsdelivr.net/npm/redoc@latest/bundles/redoc.standalone.js" is used as the script, which is presumed to be a side effect created by using the latest version.

Can you specify the version like this?

the sources: https://github.com/Redocly/redoc/issues/1883