In this page https://spalephant.com/product-category/%E7%A7%9F%E5%80%9F%E7%B8%BD%E8%A6%BD/, the footer should look like this https://i.imgur.com/buoOtvM.png
But Sometimes it is not rendered correctly
https://i.imgur.com/uodnQLa.png
This problem could be reproduced simply by adding some random query string after the link like the following.
https://spalephant.com/product-category/%E7%A7%9F%E5%80%9F%E7%B8%BD%E8%A6%BD/?a
https://spalephant.com/product-category/%E7%A7%9F%E5%80%9F%E7%B8%BD%E8%A6%BD/?ab
https://spalephant.com/product-category/%E7%A7%9F%E5%80%9F%E7%B8%BD%E8%A6%BD/?abc
https://spalephant.com/product-category/%E7%A7%9F%E5%80%9F%E7%B8%BD%E8%A6%BD/?abcd
The query-string did the trick to force the server re-render the html page and ignore the cache for the page.
And I noticed the incorrectly rendered HTML got three blocks missing.
https://github.com/RadianSmile/elementor-debug/commit/8afbb2e153cdba5af73d41481c059f1b7d4da568#r84863834
https://github.com/RadianSmile/elementor-debug/commit/8afbb2e153cdba5af73d41481c059f1b7d4da568#r84863948
https://github.com/RadianSmile/elementor-debug/commit/8afbb2e153cdba5af73d41481c059f1b7d4da568#r84863954
And I got no idea why. This gotta be some bug from elementor. But I want to consult you first that, Were you facing this before? And, do you have any idea of this? I will share this post in elementor community, too. Thanks!