LiteMage Cache
Release Log
Join the "LiteSpeed Edge Users" Google Group for cutting-edge build notifications.
LiteMage Cache Extension For Magento is constantly updated with new features and bug fixes.
Please note that LiteMage (Download) is built to work with Magento 1.x, LiteMage2 (GitHub) is built to work with Magento 2.x.
-
LiteMage2 – 2.2.4 (03-20-2024) New Feature, Improvement & Bugfix
-
NEW FEATURE Added LiteMage console flush commands:
cache:litemage:flush:cats
- Flushes LiteMage cache by a list of category IDscache:litemage:flush:prods
- Flushes LiteMage cache by a list of product IDscache:litemage:flush:tags
- Flushes LiteMage cache by a list of tags - NEW FEATURE Added Disable CLI Purge setting to temporarily disable CLI flush and speed up the external sync process. (Also available via CLI as cache:litemage:cli-flush status|enable|disable)
- IMPROVEMENT Improved the efficiency of CLI flush by batching the requests and filtering early against ignored cache/purge tags.
- BUGFIX Fixed the wrong category tags introduced in 2.2.3 when using the cache:litemage:flush:cats command.
LiteMage2 – 2.2.3 (02-13-2024) New Features & Improvement
-
NEW FEATURE Added LiteMage console flush commands:
cache:litemage:flush:cats
- Flushes LiteMage cache by a list of category IDscache:litemage:flush:prods
- Flushes LiteMage cache by a list of product IDscache:litemage:flush:tags
- Flushes LiteMage cache by a list of tags - NEW FEATURE Added Basic Authentication configuration to allow CLI flush to work properly when the site is protected by BasicAuth.
- IMPROVEMENT If CLI flush fails, hide the HTML error content. Only list out the error code and a simple error message with tips.
LiteMage2 – 2.2.2 (09-28-2023) Bugfixes
- BUGFIX After an order is placed, when trying to purge out-of-stock simple products with customizable options, may fail to get the salable quantity. Will now ignore this case.
- BUGFIX Fixed missing tags for cacheable ajax requests and GraphQI requests.
- BUGFIX Fixed the missing LiteMage cached object count.
LiteMage2 – 2.2.1 (07-27-2023) Bugfixes
- BUGFIX Fixed two undefined variable warnings introduced in v2.2.
- BUGFIX Fixed a problem where the newly added option in v2.2 for *Purge Products after a Sale* broke Magento when the Magento_Inventory module was replaced by third party inventory management. This new option is now only effective when used with the built-in Magento_Inventory module.
LiteMage2 – 2.2 (07-19-2023) New Features, Updates, Improvements & Bugfixes
- NEW FEATURE Added support for private ESI blocks.
-
NEW FEATURE Added a new Purge Tuning section in LiteMage config.
- - Allow fine tuning to reduce purge tags when reindexing.
- - Added option to allow purge products after a sale.
- - Added Ignored Purge tags setting.
- NEW FEATURE Added event "litemage_add_cache_tags" to allow a third party API to add cache tags in addition to those from the identity blocks.
- UPDATE When a page is not cacheable, explicitly set the "X-LiteSpeed-Cache-Control: no-cache" header.
- UPDATE When static assets like CSS files are not found, the page is processed dynamically. LiteMage Cache ESI injection is bypassed in this case.
- IMPROVEMENT Improved efficiency by reducing hook points.
- IMPROVEMENT Improved debug logging messages.
- BUGFIX Fixed a typo that caused a failure when sending a large purge header.
- BUGFIX When purging from CLI, split into muliple segments if the URL contains more than 50 tags, to keep URLs a reasonable length.
LiteMage2 – 2.1.9 (05-17-2022) Bugfixes
- BUGFIX Fixed the CLI purge error when admin backend and frontend are on different domains in a multi-site setup.
- BUGFIX Fixed some PHP8 compatibility issues.
LiteMage2 – 2.1.7 (08-07-2020) Bugfix
- BUGFIX Fixed an issue with a deprecated PHP 7.4 function that could cause a Magento 2.4 upgrade to fail.
LiteMage2 – 2.1.6 (06-18-2020) Improvements, New Features
- IMPROVEMENT Improved load time for non-cacheable pages by reducing unnecessary log generation when debug is off.
- IMPROVEMENT Improved third-party module compatibility - do not cache if it is private data from Magento_Customer or force_new_section_timestamp is true.
- NEW FEATURE Added validation for ESI requests.
- NEW FEATURE Added purge tag filters and additional shortened translations for default tags.
LiteMage2 – 2.1.5 (11-05-2019) Improvement, Bug Fix
- IMPROVEMENT Filter and reduce cache tags for footer section.
- BUGFIX Fixed an issue where store switcher wouldn't switch the current page when multiple stores existed under one website.
- BUGFIX Eliminated an error that occurred when the debug log was enabled and the current response was not an HTTP response.
LiteMage2 – 2.1.4 (10-28-2019) Bug Fix
- BUGFIX Fixed an issue in Admin panel where enabling LiteMage when static assets require regeneration under pub/ folder caused auto-logout.
- BUGFIX Fixed the issue caused by Magento2's CSRF form key validation where the CLI command to flush cache was not working.
LiteMage2 – 2.1.3 (07-26-2019) Improvement & Bug Fix
- IMPROVEMENT Avoid warning if CURLOPT_SSL_VERIFYSTATUS option not available in old library during CLI purge.
- BUGFIX Fix a bug related to view vary detection that caused first visit not cacheable.
LiteMage2 – 2.1.2 (07-07-2019) Bug Fix
- BUGFIX Fixed PHP 7.3 compatibility issue where error Serialization of Closure is not allowed.
LiteMage2 – 2.1.1 (06-24-2019) New Features
- NEW FEATURE Added support for CustomVary.
- NEW FEATURE Added Guest Mode to allow serving first visit from cache, then refresh to show the proper varied copy from cache.
- NEW FEATURE Added logging for backtrace of purge events to help debug unknown cause of purges.
LiteMage2 – 2.1.0 (02-11-2019) New Features & Improvement
- IMPROVEMENT Moved debug log to its own file at var/log/litemage.log. Now prints useful information when a page is not cacheable.
- NEW FEATURE Added ability to enable debug headers for easy troubleshooting from the browser.
- NEW FEATURE Added a setting to bypass context vary changes and avoid unnecessarily marking a page as not cacheable.
- NEW FEATURE Added an event observer for controller_action_postdispatch_catalog_product_save. Stock update should be reflected.
LiteMage2 – 2.0.10 (11-15-2018) Bug Fix & Improvement
- BUGFIX CLI Purge: Now uses curl directly to avoid [Zend_Http_Exception] "Invalid header line detected" error from ZendHttpClient when parsing HTTP/2 headers.
- IMPROVEMENT Cache Management: removed unused columns in LiteMage Cache Statistics to avoid confusion.
LiteMage2 – 2.0.9 (11-02-2018) New Feature
- IMPROVEMENT Removed versions from module dependency in composer.json to be compatible with latest framework.
LiteMage2 – 2.0.8 (12-15-2017) Bug Fixes
- BUGFIX Added "clean_cache_after_reindex" purge event for reindex by schedule. Reindex will now properly trigger purged tags.
LiteMage2 – 2.0.7 (11-09-2017) Improvements & Bug Fixes
- IMPROVEMENT Shell purge handling now uses \Magento\Framework\HTTP\ZendClient directly instead of ZendClientFactory.
- BUGFIX Fixed an exception showing on cache management screen by replacing \Magento\Framework\HTTP\ZendClientFactory with \Magento\Framework\HTTP\ClientFactory.
- BUGFIX Fixed an exception logged on cache backend selection.
LiteMage2 – 2.0.6 (7-26-2017) Bug Fixes
- BUGFIX Fixed an admin session timeout issue that occurred while the LiteMage module was installed.
- BUGFIX Fixed a bug where the wrong copy of a page could be cached when there was a change in cache vary, such as a change in currency.
LiteMage2 – 2.0.5 (2-11-2017) Bug Fixes
- BUGFIX Fixed an exception encountered when the FlushCacheByTags event was triggered from the command line. This event can now be handled in CLI mode.
LiteMage2 – 2.0.4 (1-22-2017) Bug Fixes
- BUGFIX Fixed an exceptions caused by the static.php 404 process being intercepted in the global scope by moving HTTPPurgePlugin from global to the frontend of adminhtml.
- BUGFIX Removed 'server_ip' for 127.0.0.1 as this will break in shared hosting setups. (This should be configurable in the future)
LiteMage2 – 2.0.3 (1-9-2017) Improvements
- IMPROVEMENT Added LiteMage Cache Statistics and plan info to the Magento Cache Management screen.
LiteMage2 – 2.0.2 (1-3-2017) Improvements
- IMPROVEMENT Added support for Magento command line utility.
LiteMage2 – 2.0.1 (11-14-2016) Initial Release
-
NEW FEATURE Added LiteMage console flush commands:
-
Magento 2 Crawler – 1.9.3 (08-15-2023) New Feature & Improvements
- NEW FEATURE Added support for escape option
- NEW FEATURE Added support for custom cookie option
- IMPROVEMENT Optimize the response header filter function
Magento 2 Crawler – 1.8.0 (01-27-2021) New Feature & Improvements
- NEW FEATURE Added support for webp option
- IMPROVEMENT General User-Agent for Mobile
- IMPROVEMENT Support sitemap link with Private SSL
Magento 2 Crawler – 1.7.4 (07-14-2020) Improvements
- IMPROVEMENT Support caching to final URL after redirecting with status code 30x
- IMPROVEMENT Display Help message more clearly
Magento 2 Crawler – 1.7.3 (10-23-2019) New Features & Improvements
- NEW FEATURE Added support for a crawler result report
- NEW FEATURE Script will now auto abort after 10 consecutive page errors or no-cache-detected issues
- IMPROVEMENT Added more statuses to error code detection
- IMPROVEMENT Update blacklist format to match whole line
Magento 2 Crawler – 1.7 (06-25-2019) New Features & Improvements
- NEW FEATURE Added ability to auto add invalid pages to blacklist and bypass crawling in the future
- NEW FEATURE Added debugging methods for URLs that have crawling issues
- IMPROVEMENT Excluded Cloudflare cookie from crawl output
- IMPROVEMENT Improved compatibility with server behind LSADC and QUIC.cloud
- IMPROVEMENT Get cookie information for -c parameter by using first valid URL with random query string
- IMPROVEMENT Improvement Curl command now includes the HTTP response headers in the output
-
LiteMage 1.3.14 (04-26-2021) Improvement & Bugfix
- IMPROVEMENT Allow page cacheable when environment vary changed.
- BUGFIX Keep Magento session alive when default session cookie is not frontend. This will allow same login session length as the application.
LiteMage 1.3.13 (06-05-2019) Improvement
- IMPROVEMENT Added support for built-in cookie notice from Magento 1.x security patch using a private ESI block.
LiteMage 1.3.12 (05-09-2019) New Features
- NEW FEATURE Allow adding custom vary with custom code.
- NEW FEATURE Allow using Mobile_Detect class for separate mobile view.
LiteMage 1.3.11 (03-20-2019) Security Bug Fix
-
SECURITY Fixed a security bug that allowed external code injection
through crafted ESI block requests.
We strongly recommend that all LiteMage users on Magento 1.x update to this version ASAP.
LiteMage 1.3.10 (11-02-2018) New Feature, Improvement & Bug Fixes
- NEW FEATURE Added purge by SKUs, and purge related products and categories in CLI (shell purge command).
- IMPROVEMENT When autopurging bundled products, check up to 3 levels for sub-bundle conditions.
- BUGFIX Fixed autopurge-related categories when saving a product with enable/disable status update.
- BUGFIX For shell purge script: fixed HTTPS curl option of verifyhost. Fixed the base url when the backend is on a separate server.
LiteMage 1.3.9 (09-10-2018) Improvements
- IMPROVEMENT Added support to auto purge related "Bundle Products" when a product is updated.
- IMPROVEMENT Added restriction that shell commands may only be issued from defined AdminIPs.
LiteMage 1.3.8 (06-12-2018) Bug Fixes
- BUGFIX Fixed a bug when "Track Recently Viewed Products" is enabled.
LiteMage 1.3.7 (03-05-2018) Improvements & Bug Fixes
- IMPROVEMENT Improved "warm up" cron detection when running multiple cron jobs.
- BUGFIX Fixed missing cache statistics in certain cases.
- BUGFIX Fixed an issue where selecting "purge when product qty change" would not purge after a new order placed.
LiteMage 1.3.6 (6-6-2017) Feature Enhancements
- NEW FEATURE Added a ‘Debug Level’ option for controlling debug log message detail.
- NEW FEATURE Added a ‘Disable Layout Override for Non-Cacheable Routes’ option for sites with issues during the checkout process.
- IMPROVEMENT Added an extra check for mismatched mobile detection rules between LiteMage and .htaccess for unresponsive mobile views.
- IMPROVEMENT Added the ability to crawl mobile views for unresponsive themes.
- IMPROVEMENT LiteMage will now write to it’s own debug log when enabled under Developer testing. Magento debug logging also no longer needs to be enabled.
LiteMage 1.3.5 (3-10-2017) Improvements, Bug Fixes
- IMPROVEMENT Improved compatibility for Magento 1.7 stores not using form_key.
- IMPROVEMENT Improved compatibility with customized themes.
- BUGFIX Fixed a bug where AJAX output containing ESI blocks could break JSON format.
- BUGFIX Fixed a bug where an external extension setting the layout cache ID could break checkout (Amasty - One Step Checkout).
LiteMage 1.3.4 (1-26-2017) Improvements
- IMPROVEMENT Improved compatibility of customized themes where ESI Blocks include setter functions.
- IMPROVEMENT Disabled product 404 pages are now tagged with product/category IDs. Related URLs will now be auto-purged when these pages become available again.
LiteMage 1.3.3 (12-22-2016) Improvements
- IMPROVEMENT Improved the compatibility with other plugins when rendering ESI blocks.
LiteMage 1.3.2 (12-9-2016) Bug fixes
- BUGFIX Fixed a bug when ajax response contains ESI block and the ESI urls was encoded by json output.
LiteMage 1.3.1 (11-7-2016) Bug fixes
- BUGFIX Fixed a bug that sometimes caused some layered ajax navigation to not show up properly.
LiteMage 1.3.0 (11-4-2016) Major Feature Enhancements and Bug fixes
- MAJOR NEW FEATURE Improved first page load speed for new visitors. This feature requires LiteSpeed Web Server 5.1.10 or LiteSpeed Load Balancer 2.0.1
- NEW FEATURE Allow separate cache copies for each defined user group.
- NEW FEATURE Allow crawlers to warm a copy of the site for logged in users.
- IMPROVEMENT Improved generation of site urls.
- BUGFIX Fixed a bug caused when ESI blocks have child blocks with special layout handles.
LiteMage 1.2.3 (10-3-2016) Feature Enhancements and Bug fixes
- Added a category purge option on the Edit Category screen.
- Fixed a bug that was introduced in v1.2.0 that affected crawling urls with a cache vary.
- Fixed a bug where the crawler sometimes did not work properly when setting the LiteMage Server IP.
- Fixed a bug that occurred when user agent theme exceptions were added for the template and skin, but not added for the layout.
LiteMage 1.2.2 (9-14-2016) Bug Fixes
- Fixed a bug introduced in v1.2.1 where the default value for the LiteMage Server IP setting in the Cache Warm Up settings could cause errors.
LiteMage 1.2.1 (9-13-2016) Feature Enhancements and Bug fixes
- Added cache support for FishPig WordPress Integration. WordPress pages will be auto purged by the LiteSpeed Cache for WordPress plugin.
- Added support for LiteSpeed Load Balancer (LSLB). LiteMage cache will be located on your LSLB, no need to change your local web server setup.
- Added support to purge by store ID.
- Added a command line tool to purge LiteMage cache. This tool is located under the shell subdirectory under the Magento root directory.
- Improved crawler and added delta crawler logging.
- Improved new visitor detection when visitor log is disabled.
- Allow users to specify what saving a product form the admin panel automatically purges.
- Fixed a bug caused by specifying a different theme for different categories.
LiteMage 1.2.0 (8-5-2016) Major Feature Enhancements and Bug fixes
- [Major Feature] Added auto-collect feature to collect URLs not included in the sitemap including deep urls with different filter selections.
- [Major Feature] Added Delta Crawler, URLs related to purged tags will now be recrawled.
- Added settings allowing customization of product page and related category purging on product quantity or stock status changes.
- LiteMage will now auto detect and set cache varies for product pages based on whether the review form is displayed and whether your site allows guests to write reviews.
- Improved compatibility with third party themes including AW, MT, and Ultimo themes.
- Fixed a bug that caused errors when receiving soap api requests.
LiteMage 1.1.2 (6-17-2016) Feature Enhancements and Bug fixes
- Added cached objects counter and statistics to the Cache Management page.
- Fixed a bug that could result in a blank page after LiteMage installation.
LiteMage 1.1.1 (5-31-2016) Bug fixes
- Fixed a bug introduced in v1.1.0 that caused the second round of crawling to not start properly until the cache was flushed.
LiteMage 1.1.0 (5-19-2016) Feature enhancements, Bug fixes
- Added a Home Page TTL setting.
- Added support for multiple custom URL warm-up list per store with different intervals and priorities.
- Added support for setting a different default vary cookie name through .htaccess to avoid conflicts with other LiteSpeed Cache plugins.
- Updated esi:include URLs to be compatible with LiteSpeed Load Balancer’s PageSpeed module.
- Improved ESI block detection and hole punching accuracy.
- URL Blacklist will now perform an exact match unless an “*” is added.
- Fixed a bug where non-cacheable pages that redirected to a 404 page where mistakenly cached.
LiteMage 1.0.18 (4-7-2016) Feature enhancements
- LiteMage is now open source under the GPLv3 license.
LiteMage 1.0.17 (3-9-2016) Feature enhancements
- Domain names are now excluded from ESI URLs.
- Switched cache warm up URL list handling from Magento's cache backend to a file-based system to decrease the chance of large lists exceeding memcached's maximum object size.
LiteMage 1.0.16 (1-18-2016) Feature enhancements, Bug fixes
- Display crawler warm up progress in Magento Admin Panel and allow active crawler runs to be reset. Also allows the full crawl list to be viewed.
- Fixed a bug in the crawler relating to default stores on non-default sites in a multi-site setup.
- (Requires LSWS 5.0.11+) litemage_walker crawler will now always hit the backend, keeping the cache in an always warm state when Warm Up Interval is set to be less than cache TTL.
LiteMage 1.0.15 (1-8-2016) Bug fixes
- Fixed a bug from v1.0.14 when crawling non-default stores or non-default currencies.
- This version excludes inactive stores from the crawlers list.
LiteMage 1.0.14 (1-4-2016) Feature enhancements, Bug fixes
- Fixed a bug introduced in v1.0.13 that caused the crawler to stop crawling.
- Enhanced the crawler, allowing it to run in multiple threads. The number of threads is adaptively adjusted based on a user-defined limit and server load.
- Added a configuration option allowing the user to supply a custom-defined Url list with different crawler priorities and intervals.
LiteMage 1.0.13 (12-3-2015) Feature enhancements
- Improved first-page load time when site has multiple currencies or different cached copies per user group.
- Added some new and existing customization options to the store level configuration scope.
- Enhanced built-in crawler to allow designation of stores to crawl as well as each stores priority/crawl order.
LiteMage 1.0.12 (11-23-2015) Feature enhancements, Bug fixes
- Added a system default configuration to prevent search results from being cached.
- Fixed a bug where cached 404 pages were returning a 200 OK header causing them to be incorrectly indexed by search engines.
- Fixed a bug causing a blank page after logging in when "Redirect Customer to Account Dashboard after Logging in" was set to "No" under Configuration > CUSTOMERS > Customer Configuration > Login Options in the Magento Admin Panel. This setting will now be ignored and customers will always be sent to the dashboard page after logging in.
LiteMage 1.0.11 (10-27-2015) Feature enhancements, Bug fixes
- Added configuration option to crawl non-default currencies.
- Added an admin function to allow purge tags from external programs.
- Fixed a bug where private blocks sometimes would not update when a user logged in.
- Fixed a bug in the warmup cron process when crawling non-default stores.
- Ensured that LiteMage can still function when cache storage is not available, such as during memcached restarts or when layout cache is disabled. Shows a warning message on the Cache Management Page in the Magento Admin Panel.
-
Removed configuration option for "Separate Cache Copy for Customized Cookie Values". To handle this
more efficiently, instructions on using a provided rewrite rule are now shown instead. (Use of
rewrite rules available as of LSWS 5.0.7)
Warning: If you are currently using the "Separate Cache Copy for Customized Cookie Values" field, please add the following rewrite rule, RewriteRule .* - [E=cache-vary:cookie_name], BEFORE upgrading the LiteMage extension.
LiteMage 1.0.10 (10-6-2015) Feature enhancements, Bug fixes
- Added Admin IPs field to allow the displaying of debug information from within browser for listed IPs.
- Fixed a bug that sometimes caused LiteMage cache warm-up to not run.
- Fixed a bug that sometimes caused mobile view to not be properly displayed.
LiteMage 1.0.9 (8-26-2015) Feature enhancements
- Now compatible with customized message blocks that use templates. Added a new configuration option in the Magento Admin Panel to define these blocks.
- More tolerant of customized extensions using non-unique block names in layout files, as long as the alias is different.
- Improved compatibility with some extensions involving "cannot add to cart" errors for configurable products.
LiteMage 1.0.8 (8-17-2015) Feature enhancements, Bug fixes
- Added version number to module title under System > Configuration in Magento Admin Panel.
- Added configuration option for customer defined block names associated with "welcome" and "toplinks" tags.
- Added configuration option to enable alternative ESI syntax if standard syntax is being filtered by some other extension(s).
- Fixed a bug when a dynamically created block is used.
LiteMage 1.0.7 (8-11-2015) Feature enhancements, Bug fixes
- Added 2 access control points for LiteMage in Magento Admin Panel.
- Added the option to distinguish between logged in and logged out users only in "Separate Cache Copy per Customer Group".
- Only allow LITEMAGE_DEBUG GET parameter when debug mode is set to "Yes" or current IP matches an IP listed in "Enable LiteMage Cache Only for Listed IPs".
- Fixed a bug in multi-currency setup.
- Fixed a bug caused when "Separate Cache Copy per Customer Group" was enabled.
LiteMage 1.0.6 (7-29-2015) Feature enhancements
- Added a new block attribute to allow programmatic hole-punching of a dynamically created block from a template.
- Added user defined cacheable routes and Do-Not-Cache subroutes in configuration. Settings will be saved in the database, so no need to update conifg.xml.
- Added for debugging: Allow users to purge by Product/Category/CMS IDs or specific urls under Cache Management. Purge is automatically triggered in LiteMage when any information is updated in the Magento Admin Panel.
- Adjusted crawler to have a longer timeout.
LiteMage 1.0.5 (7-22-2015) Bug fixes
- Fixed an exception caused when an ESI block has no associated parent block.
LiteMage 1.0.4 (7-20-2015) Feature enhancements, Bug fixes
- Improved detection of customized ESI blocks
- ESI block configuration changed. Default settings will now cover most customized cases.
- Fixed a bug that caused a removed child block within an ESI block to continue showing up.
LiteMage 1.0.3 (6-2-2015) Bug fixes
- Fixed web site errors when set "Add Store Code to Urls" to "Yes".
- Fixed a bug in purge process when product out of stock.
- Fixed a bug that private session out-dated while litemage private cache not expired (require lsws 5.0 build 16).
LiteMage 1.0.2 (5-26-2015) Feature enhancements
- LiteMage config.xml is restructured. ESI blocks are grouped based on cache tag and purge events to reduce duplication.
- Added a private block litemage.jsvar at the end of HTML page as a place holder block to reset javascript global variables per user.
- Added a new attribute to ESI block configuration to allow injecting a private block into a form value field.
- HTML comment tags around esi:include have been removed to work with HTML minify extensions.
- Added GET parameter LITEMAGE_DEBUG=NOCACHE|SHOWHOLES to assist with integration testing.
LiteMage 1.0.1 (4-30-2015) Feature enhancements
- Allows separate cache copy for user defined cookies
- Sends purge headers upfront to avoid issues caused by ajax cart extensions
LiteMage 1.0.0 (4-17-2015) Initial release