Log performance timing for each Axios request made on SSR
JavaScript
19
5 commits
updated Oct 25, 2019
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'],
};
5 commits
JavaScript
100.0%
Log performance timing for each Axios request made on SSR
JavaScript
19
5 commits
updated Oct 25, 2019
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'],
};
5 commits
JavaScript
100.0%