I enable " Check Public Cache > Yes" then install and enable Prestashop cache module in website, finally add this code to .htaccess
<IfModule LiteSpeed>
CacheEnable public
RewriteEngine On
RewriteCond %{REQUEST_METHOD} ^GET|HEAD|PURGE$
RewriteCond %{HTTP_HOST} ^DOMAIN.COM [NC]...