Joomunited cache checker
Check whether or not a page is served by one of the Joomunited's cache extension
Co je Joomunited cache checker?
Joomunited cache checker je rozšíření Chrome vyvinuté https://www.joomunited.com, a jeho hlavní funkcí je „Check whether or not a page is served by one of the Joomunited's cache extension“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření Joomunited cache checker
Stáhněte si soubory rozšíření Joomunited cache checker ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
JoomUnited cache checker displays general information (apply to all websites): - Total page loading time - Varnish server cache - When the Varnish cache have been generated (current or previous request) - Details of the loading time by element: >> Waiting server reply >> Redirect (if any) >> DNS resolution >> Connect to server >> Content sending >> Reveive >> Unload time >> Dom time >> Load time ---- JoomUnited cache checker displays specific information: - If the cache have been served using WP Speed of Light WordPress plugin - If the cache have been served using SpeedCache Joomla extension Furthermore, you can determine wether the desktop, tablet or mobile cache is served (can be configured in WordPress and joomla extensions). If one of this cache system is in use you got a green symbol, if not it's grey, as simple as that!
Základní Informace o Rozšíření
Název | Joomunited cache checker |
ID | jlcmafhhfghnndpclpnhgknchmoiceao |
Oficiální URL | https://chromewebstore.google.com/detail/joomunited-cache-checker/jlcmafhhfghnndpclpnhgknchmoiceao |
Popis | Check whether or not a page is served by one of the Joomunited's cache extension |
Velikost souboru | 22.17 KB |
Počet instalací | 294 |
Aktuální Verze | 1.1.4 |
Poslední Aktualizace | 2019-04-17 |
Datum Vydání | 2019-04-17 |
Hodnocení | 5.00/5 Celkem 3 Hodnocení |
Vývojář | https://www.joomunited.com |
[email protected] | |
Typ Platby | free |
Webové stránky Rozšíření | https://www.joomunited.com |
URL Stránky Nápovědy | https://www.joomunited.com/support/pre-sales-forum/categories/wp-speed-of-light/pre-sale-questions-about-wp-speed-of-light |
URL Stránky Zásad Ochrany Soukromí | https://www.joomunited.com/privacy-policy |
Podporované Jazyky | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Joomunited cache checker", "description": "Check whether or not a page is served by one of the Joomunited's cache extension", "version": "1.1.4", "browser_action": { "default_icon": "rocket.png", "default_popup": "more.html", "default_title": "Show more" }, "background": { "scripts": [ "background.js" ] }, "content_scripts": [ { "matches": [ "*:\/\/*\/*" ], "js": [ "timer.js" ] } ], "permissions": [ "webRequest", "tabs", "http:\/\/*\/*", "https:\/\/*\/*", "storage" ] } |