Archived topic
Complete list of elements under elements top menu
6 replies · Started by Adrien on October 8, 2021
Dear GP Team,
I made this quick video for you: https://www.awesomescreenshot.com/video/5555342?key=d2d8d569cfee0c7d453a4fa5c7242fbe
Would be good if this could be added into next update. ATM, we don't see the complete list of elements under the Elements menu.
Cheers, Adrien
Sorry Litespeed cache plugin was somehow hidding this. It would be awesome if you could release a tutorial of specific LSCP setting with GeneratePress. I've noticed a few issues: example when ESI is enable then WP/GP customizer hides the pages and only displays the left sidebar options panel.
Hi there,
not that familiar with Litespeed ... do they have an option to disable their optimizations/cache in the Admin ?
Yes they do David. It's just that the ESI bug for instance with GP does not occur with other themes
Out of interest - what is ESI ? :)
ESI is a markup language that allows web developers to designate parts of a web page as fragments to be processed separately from the rest of the page.
ESI is processed by what is known as an ESI Engine. ESI Engines can function in any step of web page delivery - CDN, Proxy, Web Server, Web Application, etc. The engine checks the response for ESI tags. If found, the engine removes the ESI tag and sends a second request to the backend (however far it needs to go) without going to the browser first. The second request's response is used in place of the ESI tag, filling the hole that the tag left behind. This continues until no ESI tags remain, and then the complete page is forwarded to the browser.
There are many possible applications for ESI, but its main purpose is to allow pages to be delivered quickly and more accurately using tools such as caching. It is considered an edge computing application, meaning it minimizes the distance that data must travel, the volume of data and the traffic. With ESI, a web page can be broken into different fragments, processed separately, and then re-assembled before being delivered to the browser.
Aah Edge Side Includes - i wasn't sure if it was some other acronym for a litespeed specific option :)
The issue probably arises not because of GP but because the Customizer using Javascript to make the requests and render the preview. Might be worth checking with Litespeed if it can be disabled on Admin / Customizer pages.