Fasterize Status

See detailed information on a fasterized page

Τι είναι το Fasterize Status;

Το Fasterize Status είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://www.fasterize.com, και η κύρια λειτουργία του είναι "See detailed information on a fasterized page".

Στιγμιότυπα Επέκτασης

screenshot
screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης Fasterize Status

Λήψη αρχείων επέκτασης Fasterize Status σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        The Fasterize browser extension is your essential companion to quickly diagnose the state of a page served by Fasterize. In this article we tell you everything about this must-have for all Fasterize users.

This extension allows to obtain several informations:

The protocol used to serve the page: HTTP / 1.1 or HTTP / 2.0

The toggle button: it allows to switch from the optimized version to the non-optimized version and thus to check if a page is broken by Fasterize.

The Debug section: it is particularly useful for the Fasterize team (when configuring client sites for example). It gives key information when opening a ticket to support.

The X-fstrz field: it gives details on the status of the optimization by Fasterize. The exact meaning of each letter is indicated on the flyby. The full list is available here (see the Header section).

The X-unique-id field: this one is a reference number. It allows the support team to easily find the logs associated with the optimization and reproduce the bugs faster.

The Fstrz cookie: particularly useful during an A / B test, it allows to know if the session is optimized or not (true: optimized, false: not optimized).

The cookie fstrz_vary: At Fasterize, we apply a segmentation of the hidden pages. Thus, each cached page has different hidden versions: according to the browsers, the terminals or according to a specific cookie (we use the value of a cookie in our cache key).
Thanks to this "cookie fstrz_vary" field, we know if the page is hidden according to a particular segment.

The "enable trace" button is used to trace more debug information in the logs.                    

Βασικές Πληροφορίες Επέκτασης

Όνομα Fasterize Status Fasterize Status
ID pophpmnchlcddhhilmnopbahlaohdfig
Επίσημο URL https://chromewebstore.google.com/detail/fasterize-status/pophpmnchlcddhhilmnopbahlaohdfig
Περιγραφή See detailed information on a fasterized page
Μέγεθος Αρχείου 196 KB
Αριθμός Εγκαταστάσεων 1,328
Τρέχουσα Έκδοση 3.5.2
Τελευταία Ενημέρωση 2023-06-14
Ημερομηνία Δημοσίευσης 2020-02-19
Αξιολόγηση 5.00/5 Συνολικά 2 Αξιολογήσεις
Προγραμματιστής https://www.fasterize.com
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Διεύθυνση URL της Σελίδας Βοήθειας https://support.fasterize.com/en/support/solutions/folders/43000542655
URL της Σελίδας Πολιτικής Απορρήτου https://www.fasterize.com/en/privacy-policy
Υποστηριζόμενες Γλώσσες en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Fasterize Status",
    "version": "3.5.2",
    "manifest_version": 2,
    "description": "See detailed information on a fasterized page",
    "icons": {
        "16": "icons\/store\/icon16.png",
        "48": "icons\/store\/icon48.png",
        "128": "icons\/store\/icon128.png"
    },
    "page_action": {
        "browser_style": true,
        "default_title": "Fasterize",
        "default_icon": "icons\/store\/icon.png"
    },
    "background": {
        "scripts": [
            "vendor\/browser-polyfill.js",
            "mapping.js",
            "frz-request.js",
            "main.js"
        ]
    },
    "permissions": [
        "webRequest",
        "webRequestBlocking",
        "tabs",
        "cookies",
        "storage",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "vendor\/browser-polyfill.js",
                "contentscript.js"
            ],
            "run_at": "document_idle"
        }
    ],
    "applications": {
        "gecko": {
            "id": "{c1687a9a-9054-430e-94cf-2ef9b3caeb7b}",
            "update_url": "https:\/\/raw.githubusercontent.com\/fasterize\/fasterize-web-extension\/master\/app\/update-manifest.json",
            "strict_min_version": "48.0"
        }
    },
    "web_accessible_resources": [
        "show_deferjs_trace.js"
    ],
    "incognito": "spanning"
}