Take your Adobe Commerce store to new heights with the power of MagePal extensions. Our expertly crafted code and rigorous testing ensure seamless integration with Adobe Commerce, giving you the freedom to focus on growing your business, not debugging. Upgrade your store's potential with MagePal.
Merging all individual CSS and JavaScript files into one single condensed file will helps optimize your site by reduce the number of requests to your server and improve your page loading time.
bin/magento config:set dev/css/merge_css_files 1
bin/magento cache:clean
UPDATE core_config_data SET value = 1 WHERE path = 'dev/css/merge_css_files';
n98-magerun2.phar config:store:set dev/css/merge_css_files 1
n98-magerun2.phar cache:clean
...
'js' => [
'merge_files' => '1',
'minify_files' => '1',
],
'css' => [
'minify_files' => '1',
'merge_css_files' => '1',
],
...
Total Downloads
years experience with Magento
Magento / Adobe Commerce Extensions
With millions of downloads worldwide, install with confidence knowing that our extensions will just work.
Is your Magento store ready for the future? Say hello to the new Google Analytics 4, which is built from the ground up with all-new features and advanced machine learning technology.
Get more from your order confirmation emails by promoting other complementary products.
Add cross-sell, upsell, related products, social media links and other elements to your order confirmation.
Minification is the process of removing all unnecessary characters and spacing from your source code without changing its functionality.