Class | Description |
---|---|
DiscardMiniProfilerHandler |
Handler that binds
ProfilerStoreOption.DISCARD_RESULTS to the current execution,
to signal that the current profiler should not be saved. |
EagerMiniProfilerExecInitializer |
A Ratpack execution initializer that, as well as performing general cleanup at the end of an execution, will also
eagerly create a profiler and bind it to the execution at the start of execution.
|
MiniProfilerAjaxHeaderHandler |
Handler which adds the miniprofiler id for the current request as a response header.
|
MiniProfilerExecInitializer |
A Ratpack `ExecInitializer` that provides MiniProfiler support.
|
MiniProfilerH2Module |
A module that extends Ratpack's
H2Module but provides a DataSource
that is actually a ProfilingDataSource so that JDBC calls are profiled. |
MiniProfilerHandlerChain |
A handler chain that serves up miniprofiler results and resources for the UI.
|
MiniProfilerHikariModule |
A module that extends Ratpack's
HikariModule but provides a DataSource
that is actually a ProfilingDataSource so that JDBC calls are profiled. |
MiniProfilerModule |
A Guice module to install a Ratpack compatible
ProfilerProvider and an ExecInitializer
to make all executions profiled. |
MiniProfilerModule.Config | |
MiniProfilerRatpackUtil |
A class containing utility methods for timing promises.
|
MiniProfilerResourceHandler |
A Ratpack
Handler that serves MiniProfiler UI resources to the web browser. |
MiniProfilerResultsHandler |
A Ratpack
Handler that serves MiniProfiler results to the UI. |
MiniProfilerStartProfilingHandler |
A handler that starts a new profiler for the current execution.
|
MiniProfilerStartProfilingHandlers | |
RatpackContextProfilerProvider |
A
ProfilerProvider that keeps profilers that it creates on the current Ratpack
Execution rather than e.g. |
StoreMiniProfilerHandler |
Handler that binds
ProfilerStoreOption.STORE_RESULTS to the current execution,
to signal that the current profiler should be saved. |
Enum | Description |
---|---|
ProfilerStoreOption |