litespeedtech / lscache-opencart

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

curl option for fast recache and small lscache size #23

Open AndreyPopovNew opened 2 years ago

AndreyPopovNew commented 2 years ago

in long and hard discussion with serpent_driver and researching parameters of his "superfast recaching method" finding really "magic" option for curl in crawler algorithm.

curl_setopt($ch, CURLOPT_ENCODING, "");

must be added in

/catalog/controller/extension/module)/lscache.php

after this:

curl_setopt($ch, CURLOPT_HTTP_VERSION, CURL_HTTP_VERSION_1_1);

after adding this options:

file of cache after lscache header now contain not full html code of cached page like: <!DOCTYPE html> Пряжа высокого качества Турции, Италии в широчайшем ассортименте - интернет-магазин "Пряжа-shop" .............. Copyright © 2019-2022, Priazha-shop, All Rights Reserved

Этот сайт использует файлы cookies.
now: ![lscache_encoding](https://user-images.githubusercontent.com/8410116/171155099-9feabfe8-b173-4125-8b94-75ec1550d3f7.jpg) but lscache work!!!