Please see the console highlighted tag below :
Asked
Active
Viewed 1,158 times
2
-
1Maybe this can help you https://github.com/magento/magento2/issues/5423 – Nikolas Oct 30 '17 at 12:43
2 Answers
1
Edge Side Includes (ESI) is a technology to address this. An edge side include is where a web server returns an HTML page that can be cached, but where parts of the page are replaced with an “include” reference (URL) it will return just the content for that part of page (such as customer’s name). Using ESI, load is reduced on web server – most of the heavy work is cached, with HTTP requests for small parts of a page where the content needs to be different per user.
Note: ESI is used for caching. So clear all the cache and then deploy the code.
Please follow the url : https://alankent.me/2014/12/09/magento-2-caching-overview/
Wasiq Shahrukh
- 592
- 1
- 6
- 32
Abhinav Singh
- 2,592
- 15
- 14
-2
Wwitch off the varnish and just use the default magento caching it went back to normal. Then you can see the top menu.
Teja Bhagavan Kollepara
- 3,816
- 5
- 32
- 69
Francis Tudlong
- 1
- 2