Caching
While the indexing technique works on database layer, the caching feature does the same for the HTML page components to increase fast access to the frontend. Caching stores this kind of data in order to provide the visitors with access to faster download.
To enable caching, you need to perform the following steps:
Open the terminal or command prompt.
Access the
packt/bin
directory.Run the
php magento cache:enable
command.
For further information about cache configuration, follow the link at http://devdocs.magento.com/guides/v2.0/config-guide/cli/config-cli-subcommands-cache.html.
You can work with third-party cache solutions to provide a better performance. Some of this solution has support and works very well with the Magento 2.0 solution. This book doesn't cover server configurations, but I strongly suggest you to take a look at the following:
Redis can be found at http://devdocs.magento.com/guides/v2.0/config-guide/redis/config-redis.html
Memcached session storage can be found at...