Download the PHP package gtstudio/module-querylog without Composer
On this page you can find all versions of the php package gtstudio/module-querylog. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download gtstudio/module-querylog
More information about gtstudio/module-querylog
Files in gtstudio/module-querylog
Download gtstudio/module-querylog
More information about gtstudio/module-querylog
Files in gtstudio/module-querylog
Vendor gtstudio
Package module-querylog
Short Description Show the slowest SQL queries on the storefront.
License MIT
Package module-querylog
Short Description Show the slowest SQL queries on the storefront.
License MIT
Please rate this library. Is it a good library?
Informations about the package module-querylog
Module GTStudio Query Log
gtstudio/module-querylog
- Main Functionalities
- Installation
- Specifications
- Usage
Main Functionalities
This module helps you to debug and find database query bottlenecks. You will be able to see the query execution time, stack trace through the front end of the store in real time.
Installation
* = in production please use the --keep-generated
option
Type 1: Zip file
- Unzip the zip file in
app/code/Gtstudio
- Enable the module by running
php bin/magento module:enable Gtstudio_QueryLog
- Apply database updates by running
php bin/magento setup:upgrade
* - Flush the cache by running
php bin/magento cache:flush
Type 2: Composer
- Install the module composer by running
composer require gtstudio/module-querylog
- enable the module by running
php bin/magento module:enable Gtstudio_QueryLog
- apply database updates by running
php bin/magento setup:upgrade
* - Flush the cache by running
php bin/magento cache:flush
Specifications
-
Console Command
- dev:query-view:enable
- Console Command
- dev:query-view:disable
Usage
To enable you just need to run the following command :
bin/magento dev:query-view:enable --include-all-queries=1 --query-time-threshold=0.001 --include-call-stack=1
.
To disable you must run the following command :
bin/magento dev:query-view:disable
.
All versions of module-querylog with dependencies
PHP Build Version
Package Version
The package gtstudio/module-querylog contains the following files
Loading the files please wait ....