Question

I am facing problem the total number of request send to server is 223 which is huge and due to which loading time is 13 seconds How can I reduce number of elements I have merged and minify JS and css

No correct solution

OTHER TIPS

am i right that your server in SG (Singapore)?? too far for Swedish domain.

anyway testing from Singapore it fully loads in 4 seconds. with TTFB ~400ms

but First Paint is 2 seconds

you can try to:

  • relax css and javascript files (unmerge) to load asynchronously by file.
  • compress slider images

223 files requests are ok.

and if you add https it will be little bit faster, due to http2.

Licensed under: CC-BY-SA with attribution
Not affiliated with magento.stackexchange
scroll top