Nulledoldmaster
Создатель
- Регистрация
- 30 Май 2015
- Сообщения
- 28
- Реакции
- 21
- Автор темы
- #1
Xtreme cache module hooks into actionDispatcher and Tries to serve the full HTML Page Prestashop Processes before it. The cache source is built upon previous requests, before sending it to the browser, via a new hook I introduced (you'll find the override in the module).
This heavily reduces response time and server work load.
Для просмотра ссылки Войдиили Зарегистрируйся .
Here are some benchmark made with Apache Benchmark with 20 requests:
- Category page with100 products: * without cache: min = 2703, mean = 3445, median = 3474, max = 4841 * with cache: min = 605, mean = 666, median = 636, max = 962
- Home page, with slideshow and categories: * without cache: min = 368, mean = 651, median = 503, max = 1377 * with cache: min = 236, mean = 283, median = 266, max = 582
- Lengthy cms page: * without cache: min = 506, mean = 661, median = 542, max = 1262 * with cache: min = 379, mean = 396, median = 391, max = 438
- Lengthy product page: * without cache: min = 471, mean = 751, median = 755, max = 1024 * with cache: min = 314, mean = 345, median = 328, max = 566
Versione 1.0.0 does not provide configuration yet; it uses the file-system to store cached pages for 4 hours.
Next versions will improve on this.
Module available on Для просмотра ссылки Войдиили Зарегистрируйся .
- Update 1.0.1
* Fixed bug with AJAX requests
* Introduced support for Guest-Checkout (need tests)
* Unistall () deletes all cached files
* Minor improvements
- Update 1.0.2
* Fixed incompatibilites with PHP version <5.5
* Minor improvements
- Update 1.0.3
* Take into account shop and language
- Update 1.0.5
* Uses Для просмотра ссылки Войдиили Зарегистрируйся as caching with SQlite Engine Driver by Default (Seems to be the FASTEST)
* Filesystem, memcache, memcached, redis, apc, xcache available as cache drivers
* Hashing function takes into account type of device
* Deletes cache when Product / Category is Added / Deleted / Updated
* Contains an override to empty cache when you clear the Smarty cache
* Uses a high cache TTL (5 hours because is easy to clear cache)
* Minor improvements
- Update 1.0.5 + configuration (by Enrique Engblom)
* added configuration form
- Update 1.0.6
* fixes bug with guest checkout cart
* fixes incompatibility with Prestashop 1.5 about user device
Для просмотра ссылки Войдиили Зарегистрируйся
This heavily reduces response time and server work load.
Для просмотра ссылки Войди
Here are some benchmark made with Apache Benchmark with 20 requests:
- Category page with100 products: * without cache: min = 2703, mean = 3445, median = 3474, max = 4841 * with cache: min = 605, mean = 666, median = 636, max = 962
- Home page, with slideshow and categories: * without cache: min = 368, mean = 651, median = 503, max = 1377 * with cache: min = 236, mean = 283, median = 266, max = 582
- Lengthy cms page: * without cache: min = 506, mean = 661, median = 542, max = 1262 * with cache: min = 379, mean = 396, median = 391, max = 438
- Lengthy product page: * without cache: min = 471, mean = 751, median = 755, max = 1024 * with cache: min = 314, mean = 345, median = 328, max = 566
Versione 1.0.0 does not provide configuration yet; it uses the file-system to store cached pages for 4 hours.
Next versions will improve on this.
Module available on Для просмотра ссылки Войди
- Update 1.0.1
* Fixed bug with AJAX requests
* Introduced support for Guest-Checkout (need tests)
* Unistall () deletes all cached files
* Minor improvements
- Update 1.0.2
* Fixed incompatibilites with PHP version <5.5
* Minor improvements
- Update 1.0.3
* Take into account shop and language
- Update 1.0.5
* Uses Для просмотра ссылки Войди
* Filesystem, memcache, memcached, redis, apc, xcache available as cache drivers
* Hashing function takes into account type of device
* Deletes cache when Product / Category is Added / Deleted / Updated
* Contains an override to empty cache when you clear the Smarty cache
* Uses a high cache TTL (5 hours because is easy to clear cache)
* Minor improvements
- Update 1.0.5 + configuration (by Enrique Engblom)
* added configuration form
- Update 1.0.6
* fixes bug with guest checkout cart
* fixes incompatibility with Prestashop 1.5 about user device
Для просмотра ссылки Войди
Вложения
Последнее редактирование: