litespeedtech / lscache-opencart

GNU General Public License v3.0
26 stars 23 forks source link

ESI serious problem! #11

Open byzky opened 4 years ago

byzky commented 4 years ago

I use Litespeed Web Server. (not openlitespeed!) Cyberpanel + Litespeed latest versions. Php 7.1

There is no problem when I activate LSCache over Opencart 3.0.3.2 version. But; The site is broken when I activate the ESI feature.

At first I thought this was due to the special theme I used. But I installed zero with the default theme, I just installed LSCache without installing any plugin and the result is frustrated.

The problem is that some of the HTML code on the site is DELETED when ESI is activated. The tag is one of them.</p> <p>I wrote this strange issue from Litespeed Support, no return for 3 days. Isn't it pointless to use a system like Opencart without ESI?</p> </div> </div> <div class="page-bar-simple"> </div> <div class="footer"> <ul class="body"> <li>© <script> document.write(new Date().getFullYear()) </script> Githubissues.</li> <li>Githubissues is a development platform for aggregating issues.</li> </ul> </div> <script src="https://cdn.jsdelivr.net/npm/jquery@3.5.1/dist/jquery.min.js"></script> <script src="/githubissues/assets/js.js"></script> <script src="/githubissues/assets/markdown.js"></script> <script src="https://cdn.jsdelivr.net/gh/highlightjs/cdn-release@11.4.0/build/highlight.min.js"></script> <script src="https://cdn.jsdelivr.net/gh/highlightjs/cdn-release@11.4.0/build/languages/go.min.js"></script> <script> hljs.highlightAll(); </script> </body> </html>