aymanfarhat / prefetchalyzer

Identify impactful pre-fetch and pre-cache opportunities across web pages in user flow by analyzing HAR logs

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Prefetchalyzer

A tool to analyze sessions from HAR files for speed opportunities by prefetching resources.

Project setup

The project was generated with vue-cli.

npm install

For VSCode, Vetur extension is used to format the .vue files. Following settings are made in settings.json:

{
    "git.ignoreLimitWarning": true,
    "vetur.format.defaultFormatterOptions": {
        "prettier": {
            "stylelintIntegration": true,
            "eslintIntegration": true,
            "semi": false,
            "singleQuote": true,
            "tabWidth": 2,
            "tabs": false,
            "trailingComma": "none",
            "printWidth": 160
        }
    }
}

Compiles and hot-reloads for development

npm run serve

Compiles and minifies for production

npm run build

Lints and fixes files

npm run lint

Customize configuration

See Configuration Reference.

Disclaimer

This is not an officially supported Google product.

About

Identify impactful pre-fetch and pre-cache opportunities across web pages in user flow by analyzing HAR logs

License:Apache License 2.0


Languages

Language:Vue 57.8%Language:TypeScript 37.2%Language:JavaScript 2.2%Language:SCSS 1.9%Language:HTML 0.9%