In the Chinese environment, the navigation menu refreshes and flickers
In the Chinese environment, the navigation menu refreshes and flickers
16 Replies
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.
If the menu has Chinese, there is a problem with refreshing
'locale' => 'zh_CN',
'locale' => 'en', In an English environment, everything looks perfect
I don't know if this is a problem,Thank you anyway
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.
v2, all normal
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.
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 ?
V3 is using a different default font.
It seems to be a problem with Google Chrome,everything is ok in safari
safari is ok
weird. wish i had a definitive answer for you.
thank you so much! 😝
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.
Could it be a livewire problem?
google clear cache, is ok... I also weird....