In the Chinese environment, the navigation menu refreshes and flickers

In the Chinese environment, the navigation menu refreshes and flickers
16 Replies
awcodes
awcodes12mo ago
Not sure exactly what you’re getting at but this isn’t an SPA. When you go to another page it’s a full page reload.
bhlsunshine
bhlsunshine12mo ago
If the menu has Chinese, there is a problem with refreshing
bhlsunshine
bhlsunshine12mo ago
'locale' => 'zh_CN',
bhlsunshine
bhlsunshine12mo ago
'locale' => 'en', In an English environment, everything looks perfect
bhlsunshine
bhlsunshine12mo ago
I don't know if this is a problem,Thank you anyway
awcodes
awcodes12mo ago
Only thing that comes to mind is that the font used to render the Chinese could be a larger file that has to be downloaded and read by the browser before it can render the page. Just changing the locale in laravel wouldn’t affect anything.
bhlsunshine
bhlsunshine12mo ago
v2, all normal
awcodes
awcodes12mo ago
Is this happening after doing a build and with dev tools closed.? Maybe someone else has a better answer but I don’t see how changing the locale would affect performance.
bhlsunshine
bhlsunshine12mo ago
no,I use valet. You can try it, 'locale' => 'zh_CN' , see if you have such a problem thank you! I'm curious that it didn't appear in v2,v2 and v3, change font ?
awcodes
awcodes12mo ago
V3 is using a different default font.
bhlsunshine
bhlsunshine12mo ago
It seems to be a problem with Google Chrome,everything is ok in safari
bhlsunshine
bhlsunshine12mo ago
safari is ok
awcodes
awcodes12mo ago
weird. wish i had a definitive answer for you.
bhlsunshine
bhlsunshine12mo ago
thank you so much! 😝
bhlsunshine
bhlsunshine12mo ago
https://lunarphp.io/ This also has the same problem
Lunar - Headless E-Commerce for Laravel
Bringing the power of modern headless e-commerce functionality to Laravel.
bhlsunshine
bhlsunshine12mo ago
Could it be a livewire problem? google clear cache, is ok... I also weird....