Skip to content
Discussion options

You must be logged in to vote

@icyJoseph @AzizB283 Thanks for providing the valuable inputs even though i had tried some of them before as I could.
Fortunately thank god finally we found the root cause. It's due to an experimental.optimizeCss setting in the NextConfig.
Somehow blocking the page from SSR / html generation. I took up to x seconds to load

  experimental: {
    optimizeCss: true,
  },

File like below is generated based on the config. But they have no improvement for our case.
Inlined 2.73 kB (1% of original 181.42 kB) of https://cdn/static-assets/web-listing/_next/static/css/cea7638987e8d9e3.css.
Inlined 97 bytes (1% of original 5.65 kB) of https://cdn/static-assets/web-listing/_next/static/css/c99e85fb1…

Replies: 3 comments 7 replies

Comment options

You must be logged in to vote
4 replies
@MD-Sean
Comment options

@icyJoseph
Comment options

@MD-Sean
Comment options

@icyJoseph
Comment options

Comment options

You must be logged in to vote
3 replies
@icyJoseph
Comment options

@AzizB283
Comment options

@icyJoseph
Comment options

Comment options

You must be logged in to vote
0 replies
Answer selected by MD-Sean
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Help
Labels
None yet
3 participants