Elasticsearch is a highly scalable open-source full-text search and analytics engine. It allows you to store, search, and analyze big volumes of data quickly and … Read more “Understanding elastic search and installation”
How to use elastic search in yii2
Elastic Search can be implemented in yii2 easily. You need to setup server and elastic search before to use. After elastic search setup, you need … Read more “How to use elastic search in yii2”
PHP Logging
Logging is one of the basic requirements of every projects. Logging needs to manage system level errors, data errors for business logic etc. It can … Read more “PHP Logging”
PHP Caching
PHP caching is good way to speed up the web page. By storing relatively static data in cache and serving it from cache when requested, … Read more “PHP Caching”