nuxt-axios-perf icon indicating copy to clipboard operation
nuxt-axios-perf copied to clipboard

Log performance timing for each Axios request made on SSR

Axios perf module

Nuxt module to log performance timings for all axios requests made during SSR.

Example

Usage

Include the module in your nuxt.config.js

module.exports = {
  modules: ['nuxt-axios-perf'],
};

📑 License

MIT License