textWe have a few environments for a site where the Media Libraries are configured slightly differently.Our local and QA instances use a shared media library (i.e. a custom media libraries folder). Whenever we use the media file selector form control to select images from this library it uses the permanent url (starting with /getmedia/) - this is fine for us.We also have another instance (a preprod) instance which doesn't use a shared media folder but uses the default media folder setting. We have noticed that when selecting images here, the Direct URL is used... and none of the resizing parameters we append work - it always serves the full image. In order to get this to behave like the local @ QA environments we need to actively set the @User permanent urls@ setting on this environment. (NOTE: This setting isn't enabled on our local/qa instances - so I'm assuming that using a custom folder automatically enables this behaviour regardless of the setting ??)My question is, is there an easy/obvious way to automatically update all the previously set image urls to use permanent urls - currently we are having to go through all previously created pages and manually select the images again just so it picks up the permanent url. We've only just noticed this behaviour when investigating some performance issues.
↧