Download the PHP package johnnynotsolucky/outpost without Composer
On this page you can find all versions of the php package johnnynotsolucky/outpost. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download johnnynotsolucky/outpost
More information about johnnynotsolucky/outpost
Files in johnnynotsolucky/outpost
Download johnnynotsolucky/outpost
More information about johnnynotsolucky/outpost
Files in johnnynotsolucky/outpost
Vendor johnnynotsolucky
Package outpost
Short Description Debug plugin to track and gain insights on requests to your Craft site
License proprietary
Package outpost
Short Description Debug plugin to track and gain insights on requests to your Craft site
License proprietary
Please rate this library. Is it a good library?
Informations about the package outpost
Outpost
Outpost is a debug plugin for Craft CMS. It provides instruments to track and gain insights into requests, exceptions, events and logs.
Requirements
- Craft CMS 3.x
Installation
Features
- Advanced request logging
- Request sampling
- Exception stacktraces
- Profiling
- Configurable
Configuration
- Include Control Panel Requests - Track Craft Control Panel requests.
- Automatic Purge Storage Limit - The amount of requests to store in the database. Setting to zero disables purging older requests.
- Request Sampling - Only track a sample of incoming requests. Uses whichever cache provider has been configured for Craft. Sampling occurs per unique URL, request method and response code. Request sampling should be enabled if you intend to use this plugin on a production site.
- Request Sample Rate - Percentage of requests to sample.
- Request Sample Period - Period in seconds to measure request frequency.
- Minimum Log Level - Minimum log level to store for all requests.
- Minimum Log Level for Exceptions - When an exception is tracked, increase the log output.
- View Grouped Items - When available, group similar tracked items, e.g. Exceptions by exception class.
Purging
If you intend on using this plugin on a production site, it is recommended that automatic purges are disabled, and to instead setup a cronjob.
Using the Control Panel
In Outpost settings, all tracked requests and related data can be cleared with the "Purge Requests" button.
Using a Terminal
Purge all requests
Purge old requests
Retains the latest 100 requests:
Retains the latest 1000 requests:
All versions of outpost with dependencies
PHP Build Version
Package Version
Requires
craftcms/cms Version
^3.0.0
The package johnnynotsolucky/outpost contains the following files
Loading the files please wait ....