Laravel-JS-Localization icon indicating copy to clipboard operation
Laravel-JS-Localization copied to clipboard

Added JSON_UNESCAPED_UNICODE flag to json_encode

Open nalognl opened this issue 3 years ago • 5 comments

It helps to dramatically reduce the generated JavaScript file size

In my testing, I was able to reduce file size from 170kb to 90kb because I had lots of escaped Cyrillic characters.

nalognl avatar Nov 21 '22 06:11 nalognl

It's a tiny change, can we just accept it?

SerhiiCho avatar Mar 06 '23 14:03 SerhiiCho