Konuyu Açan
#0
Siteye ilk giriş yapıldığında (veya önbellek temizlendikten sonraki ilk ziyarette), temanın CSS dosyaları devreye girene kadar yaklaşık 1 saniye boyunca yalnızca görseller ve ham HTML yapısı (formatsız metinler) görüntüleniyor. Bir saniyenin ardından tema aniden yükleniyor ve sayfa normal görünümüne kavuşuyor.
Yeniden Üretme Adımları (Steps to Reproduce):
Tarayıcı önbelleğini (cache) temizleyin veya gizli sekme açın.
Ana sayfaya (https://community.raxboard.com/) giriş yapın.
Sayfa yüklenirken ilk 1 saniyelik görüntüyü gözlemleyin.
Beklenen Durum:
Sayfanın yapısal bütünlüğünün bozulmadan, doğrudan doğru tema ve stil (CSS) ile birlikte açılması.
Mevcut Durum:
CSS dosyaları tam olarak indirilip işlenene kadar (parsing), tarayıcı içeriği stillendirilmemiş bir şekilde (FOUC - Flash of Unstyled Content) ekrana basıyor.
Yeniden Üretme Adımları (Steps to Reproduce):
Tarayıcı önbelleğini (cache) temizleyin veya gizli sekme açın.
Ana sayfaya (https://community.raxboard.com/) giriş yapın.
Sayfa yüklenirken ilk 1 saniyelik görüntüyü gözlemleyin.
Beklenen Durum:
Sayfanın yapısal bütünlüğünün bozulmadan, doğrudan doğru tema ve stil (CSS) ile birlikte açılması.
Mevcut Durum:
CSS dosyaları tam olarak indirilip işlenene kadar (parsing), tarayıcı içeriği stillendirilmemiş bir şekilde (FOUC - Flash of Unstyled Content) ekrana basıyor.
Upon the initial visit to the website (or after clearing the browser cache), there is a visual glitch lasting approximately 1 second where only images and raw HTML structure are displayed. Once the CSS files fully load, the theme abruptly snaps into its correct, styled layout.
Steps to Reproduce:
Clear the browser cache or open an Incognito/Private window.
Navigate to the homepage (https://community.raxboard.com/).
Observe the initial 1-second window during the page load.
Expected Behavior:
The page should load seamlessly with its proper layout and CSS applied immediately, without displaying any raw or unstyled elements.
Actual Behavior:
The browser renders the DOM before the CSS is fully downloaded and parsed, resulting in a brief Flash of Unstyled Content (FOUC).
Steps to Reproduce:
Clear the browser cache or open an Incognito/Private window.
Navigate to the homepage (https://community.raxboard.com/).
Observe the initial 1-second window during the page load.
Expected Behavior:
The page should load seamlessly with its proper layout and CSS applied immediately, without displaying any raw or unstyled elements.
Actual Behavior:
The browser renders the DOM before the CSS is fully downloaded and parsed, resulting in a brief Flash of Unstyled Content (FOUC).