rsnext/packages/next/pages
Alex Castle f516304649
Remove experimental image optimization feature (#34349)
This PR removes the experimental `optimizeImages` flag. This feature was designed to automatically add preload tags for images, but I was never able to get it to do a very good job of selecting the images that actually need preloading.

This feature never graduated from experimental and in fact we never even publicized it as an experimental feature for people to try.

Additionally, even if someone was using this feature, it wouldn't have a functional effect, only a performance effect (removal of some preloads).

For those reasons, I believe it is safe to remove this functionality and that it is not a breaking change.
2022-02-15 01:36:51 +00:00
..
_app.tsx Improve and refactor some types (#31704) 2021-11-25 10:46:00 +01:00
_document-concurrent.tsx Deprecate concurrentFeatures with runtime (#34068) 2022-02-08 14:16:46 +01:00
_document.tsx Remove experimental image optimization feature (#34349) 2022-02-15 01:36:51 +00:00
_error.tsx Escape from next head in rsc _error page (#32624) 2021-12-21 19:24:57 +00:00