Move the "open product in a new tab" function to a separate setting

Because of this commit, the “open in a new tab” functionality was added. This is a controversial functionality, since when opening a new page, all scripts are reloaded and all the advantages of SPA are lost. This is slower than in a multi-page application. This setting is only good for hiding the very slow loading speed speed of the frontend, which is currently impossible to measure. I suggest moving this to a separate setting.
Since in 99 percent of cases this functionality (open in a new tab) is not needed. It is better to audit the frontend and resolve the issue of low download page speed once and for all.

1 Like

Hello, volanar!
Try to change details_browser_target in settings_data.json to “_self”.

2 Likes