Nuxt module to log performance timings for all axios requests made during SSR.
Include the module in your nuxt.config.js
module.exports = {
modules: ['nuxt-axios-perf'],
};
Nuxt module to log performance timings for all axios requests made during SSR.
Include the module in your nuxt.config.js
module.exports = {
modules: ['nuxt-axios-perf'],
};