Recent Articles
CSS merge and minification breaks the frontend. How to resolve?
When you enable CSS optimization, it is possible for the website layout (both front- and backend) to break. In order to resolve the issue, it's usually enough to redeploy the static content (php bin/magento setup:static-content:deploy). ...
I’ve enabled the extension but encountered the warning: Could not acquire lock for cron job: amasty_fpc_process_queue. How to resolve?
If the amasty_fpc_process_queue cronjob has Pending status, and you see this warning, it’s likely that the warming schedule needs to be adjusted. Such warnings generally occur when the extension tries to run the warming process when the ...
When I enable debug mode, cache status is Undefined. Does the extension work?
If cache status is Undefined, it usually means that a third-party caching tool is used. The extension is unable to identify the caching tool and, therefore, whether the page is cached or not. For example, the FPC Warmer works this way with ...
Does the Full Page Cache Warmer extension work with Fastly?
The Full Page Cache Warmer extension is compatible with Fastly CDN, since the core of Fastly is Varnish. However, keep in mind that the crawler is not able to identify whether the page is cached, as the cache is being stored in Fastly. As a ...
How can I know that the Full Page Cache Warmer extension is working?
To check whether the extension is working, you may generate the queue and start the warming process: After that, the links should start populating the warmer log: If the module works as expected, and the configuration is correct, ...
Popular Articles
Does the module support Elasticsearch version x.x?
The extension supports Elasticsearch versions with regard to Magento system requirements. For example, Magento 2.4.3 requires Elasticsearch 7.10, which means the latest version of our extension supports Elasticsearch 7.10 as it is fully ...
Will the module work on Magento x.x?
We provide compatibility of our modules with currently supported Magento versions (in accordance with Magento lifecycle policy). It means that Amasty modules are compatible with the latest minor Magento release (for example, 2.4) and the ...
How to grant SSH access to my server if I'm using SSH keys on it?
In accordance with our security policy, we do not accept external SSH keys that are provided by outside means, such as an attachment to the ticket, email, archive, link, etc. To connect to customer servers, we use keys (both public and private) ...
Composer doesn’t allow me to install the latest update of the module. Is there a solution for it?
There are two possible reasons why the composer is not fetching the latest version of the module. The first one is that the module package is loaded from caches - composer cannot see the latest available version, so it loads the latest that is ...
What's the difference between Advanced Search and Elastic Search?
In our catalog, we offer two search extensions for Magento 2 - Advanced Search and Elastic Search. Both of them are aimed at improvement of the search process but the functionality differs. Elastic Search consists of several components, ...