Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

bare (non-css?) version of page flickers every time page is loaded #16

Open
petercl1000 opened this issue May 10, 2016 · 5 comments
Open

Comments

@petercl1000
Copy link

petercl1000 commented May 10, 2016

Great module, nicely improved speed! Works out of the box.

But every time a page (any page) is loaded, for half a second a 'bare' version of the page flickers on the screen before that page is shown well.

This:
screen

Any suggestions how I could fix that?

Best regards

Peter

@tomas213
Copy link

tomas213 commented Jul 1, 2016

Did u managed to find a sollution for that?

@petercl1000
Copy link
Author

No, I disabled the css settings. And only enabled the javascript settings.

@airoptix
Copy link

I also have the same problem with ultimo theme. If someone has the solution, please share with me!
Thanks!

Even in mail: david.feher.84@gmail.com

@NendoTaka
Copy link

This is probably due to the CSS being pushed to the bottom of the page. Since all of the elements are being loaded before the CSS, they will have no styles. Once the styles are loaded, the elements are being updated.

@sasoriza
Copy link

You need to inline the critical css needed to display the above the fold content in to fix this. This might help: https://jonassebastianohlsson.com/criticalpathcssgenerator/

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants