fix name
0
Config/phpstan-baseline.neon
Normal file → Executable file
0
Config/reportLang.php
Normal file → Executable file
24
Config/snippets.code-snippets
Normal file → Executable file
|
|
@ -4,7 +4,7 @@
|
|||
"prefix": "apicontroller",
|
||||
"body": [
|
||||
"/**",
|
||||
" * Orange Management",
|
||||
" * Karaka",
|
||||
" *",
|
||||
" * PHP Version 8.0",
|
||||
" *",
|
||||
|
|
@ -12,7 +12,7 @@
|
|||
" * @copyright Dennis Eichhorn",
|
||||
" * @license OMS License 1.0",
|
||||
" * @version 1.0.0",
|
||||
" * @link https://orange-management.org",
|
||||
" * @link https://karaka.app",
|
||||
" */",
|
||||
"declare(strict_types=1);",
|
||||
"",
|
||||
|
|
@ -31,7 +31,7 @@
|
|||
" *",
|
||||
" * @package Modules\\\\$1",
|
||||
" * @license OMS License 1.0",
|
||||
" * @link https://orange-management.org",
|
||||
" * @link https://karaka.app",
|
||||
" * @since 1.0.0",
|
||||
" */",
|
||||
"final class ApiController extends Controller",
|
||||
|
|
@ -47,7 +47,7 @@
|
|||
"prefix": "nullmodel",
|
||||
"body": [
|
||||
"/**",
|
||||
" * Orange Management",
|
||||
" * Karaka",
|
||||
" *",
|
||||
" * PHP Version 8.0",
|
||||
" *",
|
||||
|
|
@ -55,7 +55,7 @@
|
|||
" * @copyright Dennis Eichhorn",
|
||||
" * @license OMS License 1.0",
|
||||
" * @version 1.0.0",
|
||||
" * @link https://orange-management.org",
|
||||
" * @link https://karaka.app",
|
||||
" */",
|
||||
"declare(strict_types=1);",
|
||||
"",
|
||||
|
|
@ -66,7 +66,7 @@
|
|||
" *",
|
||||
" * @package Modules\\\\$1",
|
||||
" * @license OMS License 1.0",
|
||||
" * @link https://orange-management.org",
|
||||
" * @link https://karaka.app",
|
||||
" * @since 1.0.0",
|
||||
" */",
|
||||
"class Null$2 extends $2",
|
||||
|
|
@ -81,7 +81,7 @@
|
|||
"prefix": "model",
|
||||
"body": [
|
||||
"/**",
|
||||
" * Orange Management",
|
||||
" * Karaka",
|
||||
" *",
|
||||
" * PHP Version 8.0",
|
||||
" *",
|
||||
|
|
@ -89,7 +89,7 @@
|
|||
" * @copyright Dennis Eichhorn",
|
||||
" * @license OMS License 1.0",
|
||||
" * @version 1.0.0",
|
||||
" * @link https://orange-management.org",
|
||||
" * @link https://karaka.app",
|
||||
" */",
|
||||
"declare(strict_types=1);",
|
||||
"",
|
||||
|
|
@ -100,7 +100,7 @@
|
|||
" *",
|
||||
" * @package Modules\\\\$1",
|
||||
" * @license OMS License 1.0",
|
||||
" * @link https://orange-management.org",
|
||||
" * @link https://karaka.app",
|
||||
" * @since 1.0.0",
|
||||
" */",
|
||||
"class $2 implements ArrayableInterface, \\JsonSerializable",
|
||||
|
|
@ -216,7 +216,7 @@
|
|||
"prefix": "enum",
|
||||
"body": [
|
||||
"/**",
|
||||
" * Orange Management",
|
||||
" * Karaka",
|
||||
" *",
|
||||
" * PHP Version 8.0",
|
||||
" *",
|
||||
|
|
@ -224,7 +224,7 @@
|
|||
" * @copyright Dennis Eichhorn",
|
||||
" * @license OMS License 1.0",
|
||||
" * @version 1.0.0",
|
||||
" * @link https://orange-management.org",
|
||||
" * @link https://karaka.app",
|
||||
" */",
|
||||
"declare(strict_types=1);",
|
||||
"",
|
||||
|
|
@ -237,7 +237,7 @@
|
|||
" *",
|
||||
" * @package Modules\\\\$1",
|
||||
" * @license OMS License 1.0",
|
||||
" * @link https://orange-management.org",
|
||||
" * @link https://karaka.app",
|
||||
" * @since 1.0.0",
|
||||
" */",
|
||||
"abstract class $2 extends Enum",
|
||||
|
|
|
|||
0
Helper/.bashrc
Normal file → Executable file
|
|
@ -1,6 +1,6 @@
|
|||
<?php
|
||||
/**
|
||||
* Orange Management
|
||||
* Karaka
|
||||
*
|
||||
* PHP Version 8.0
|
||||
*
|
||||
|
|
@ -8,7 +8,7 @@
|
|||
* @copyright Dennis Eichhorn
|
||||
* @license OMS License 1.0
|
||||
* @version 1.0.0
|
||||
* @link https://orange-management.org
|
||||
* @link https://karaka.app
|
||||
*/
|
||||
declare(strict_types=1);
|
||||
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
<?php
|
||||
/**
|
||||
* Orange Management
|
||||
* Karaka
|
||||
*
|
||||
* PHP Version 8.0
|
||||
*
|
||||
|
|
@ -8,7 +8,7 @@
|
|||
* @copyright Dennis Eichhorn
|
||||
* @license OMS License 1.0
|
||||
* @version 1.0.0
|
||||
* @link https://orange-management.org
|
||||
* @link https://karaka.app
|
||||
*/
|
||||
declare(strict_types=1);
|
||||
|
||||
|
|
@ -57,7 +57,7 @@ foreach ($modules as $module) {
|
|||
|
||||
$test = '<?php' . "\n"
|
||||
. '/**' . "\n"
|
||||
. ' * Orange Management' . "\n"
|
||||
. ' * Karaka' . "\n"
|
||||
. ' *' . "\n"
|
||||
. ' * PHP Version 8.0' . "\n"
|
||||
. ' *' . "\n"
|
||||
|
|
@ -65,7 +65,7 @@ foreach ($modules as $module) {
|
|||
. ' * @copyright Dennis Eichhorn' . "\n"
|
||||
. ' * @license OMS License 1.0' . "\n"
|
||||
. ' * @version 1.0.0' . "\n"
|
||||
. ' * @link https://orange-management.org' . "\n"
|
||||
. ' * @link https://karaka.app' . "\n"
|
||||
. ' */' . "\n"
|
||||
. 'declare(strict_types=1);' . "\n"
|
||||
. "\n"
|
||||
|
|
|
|||
0
Helper/screenshots.txt
Normal file → Executable file
2
Helper/sitespeedAuth.js
Normal file → Executable file
|
|
@ -1,6 +1,6 @@
|
|||
module.exports = async function(context, commands)
|
||||
{
|
||||
await commands.navigate('https://orange-management.app');
|
||||
await commands.navigate('https://karaka.app');
|
||||
|
||||
await commands.addText.byId('admin', 'iName');
|
||||
await commands.addText.byId('orange', 'iPassword');
|
||||
|
|
|
|||
74
Helper/sitespeedUrls.txt
Normal file → Executable file
|
|
@ -1,37 +1,37 @@
|
|||
https://orange-management.app
|
||||
https://orange-management.app/help/general
|
||||
https://orange-management.app/help/module/list
|
||||
https://orange-management.app/help/developer
|
||||
https://orange-management.app/admin/settings/general
|
||||
https://orange-management.app/admin/group/list
|
||||
https://orange-management.app/admin/group/settings?id=1
|
||||
https://orange-management.app/admin/account/list
|
||||
https://orange-management.app/admin/account/settings?id=1
|
||||
https://orange-management.app/admin/module/list
|
||||
https://orange-management.app/admin/admin/module/settings?id=Profile
|
||||
https://orange-management.app/admin/job/list
|
||||
https://orange-management.app/admin/monitoring/general
|
||||
https://orange-management.app/admin/monitoring/log/list
|
||||
https://orange-management.app/admin/monitoring/security/dashboard
|
||||
https://orange-management.app/admin/exchange/dashboard
|
||||
https://orange-management.app/admin/exchange/import/list
|
||||
https://orange-management.app/admin/exchange/export/list
|
||||
https://orange-management.app/admin/audit/list
|
||||
https://orange-management.app/organization/organigram
|
||||
https://orange-management.app/organization/unit/list
|
||||
https://orange-management.app/organization/unit/profile?id=1
|
||||
https://orange-management.app/organization/department/list
|
||||
https://orange-management.app/organization/department/profile?id=1
|
||||
https://orange-management.app/organization/position/list
|
||||
https://orange-management.app/organization/position/profile?id=1
|
||||
https://orange-management.app/profile/list
|
||||
https://orange-management.app/profile/single?id=1
|
||||
https://orange-management.app/media/list
|
||||
https://orange-management.app/news/dashboard
|
||||
https://orange-management.app/news/article?id=1
|
||||
https://orange-management.app/task/dashboard
|
||||
https://orange-management.app/task/single?id=1
|
||||
https://orange-management.app/kanban/dashboard
|
||||
https://orange-management.app/kanban/board?id=1
|
||||
https://orange-management.app/editor/list
|
||||
https://orange-management.app/editor/single?id=1
|
||||
https://karaka.app
|
||||
https://karaka.app/help/general
|
||||
https://karaka.app/help/module/list
|
||||
https://karaka.app/help/developer
|
||||
https://karaka.app/admin/settings/general
|
||||
https://karaka.app/admin/group/list
|
||||
https://karaka.app/admin/group/settings?id=1
|
||||
https://karaka.app/admin/account/list
|
||||
https://karaka.app/admin/account/settings?id=1
|
||||
https://karaka.app/admin/module/list
|
||||
https://karaka.app/admin/admin/module/settings?id=Profile
|
||||
https://karaka.app/admin/job/list
|
||||
https://karaka.app/admin/monitoring/general
|
||||
https://karaka.app/admin/monitoring/log/list
|
||||
https://karaka.app/admin/monitoring/security/dashboard
|
||||
https://karaka.app/admin/exchange/dashboard
|
||||
https://karaka.app/admin/exchange/import/list
|
||||
https://karaka.app/admin/exchange/export/list
|
||||
https://karaka.app/admin/audit/list
|
||||
https://karaka.app/organization/organigram
|
||||
https://karaka.app/organization/unit/list
|
||||
https://karaka.app/organization/unit/profile?id=1
|
||||
https://karaka.app/organization/department/list
|
||||
https://karaka.app/organization/department/profile?id=1
|
||||
https://karaka.app/organization/position/list
|
||||
https://karaka.app/organization/position/profile?id=1
|
||||
https://karaka.app/profile/list
|
||||
https://karaka.app/profile/single?id=1
|
||||
https://karaka.app/media/list
|
||||
https://karaka.app/news/dashboard
|
||||
https://karaka.app/news/article?id=1
|
||||
https://karaka.app/task/dashboard
|
||||
https://karaka.app/task/single?id=1
|
||||
https://karaka.app/kanban/dashboard
|
||||
https://karaka.app/kanban/board?id=1
|
||||
https://karaka.app/editor/list
|
||||
https://karaka.app/editor/single?id=1
|
||||
0
Helper/testreport.sh
Normal file → Executable file
0
Hooks/fixes.sh
Normal file → Executable file
0
Hooks/push_alias.sh
Normal file → Executable file
|
|
@ -1,27 +1,27 @@
|
|||
git submodule add https://github.com/Orange-Management/oms-Tools.git Modules/Tools
|
||||
git submodule add https://github.com/Orange-Management/oms-Tag.git Modules/Tag
|
||||
git submodule add https://github.com/Orange-Management/oms-Organization.git Modules/Organization
|
||||
git submodule add https://github.com/Orange-Management/oms-Editor.git Modules/Editor
|
||||
git submodule add https://github.com/Orange-Management/oms-Navigation.git Modules/Navigation
|
||||
git submodule add https://github.com/Orange-Management/oms-Auditor.git Modules/Auditor
|
||||
git submodule add https://github.com/Orange-Management/oms-News.git Modules/News
|
||||
git submodule add https://github.com/Orange-Management/oms-Knowledgebase.git Modules/Knowledgebase
|
||||
git submodule add https://github.com/Orange-Management/oms-Help.git Modules/Help
|
||||
git submodule add https://github.com/Orange-Management/oms-Helper.git Modules/Helper
|
||||
git submodule add https://github.com/Orange-Management/oms-Monitoring.git Modules/Monitoring
|
||||
git submodule add https://github.com/Orange-Management/oms-Tasks.git Modules/Tasks
|
||||
git submodule add https://github.com/Orange-Management/oms-Dashboard.git Modules/Dashboard
|
||||
git submodule add https://github.com/Orange-Management/oms-Profile.git Modules/Profile
|
||||
git submodule add https://github.com/Orange-Management/oms-Search.git Modules/Search
|
||||
git submodule add https://github.com/Orange-Management/oms-Calendar.git Modules/Calendar
|
||||
git submodule add https://github.com/Orange-Management/oms-Checklist.git Modules/Checklist
|
||||
git submodule add https://github.com/Orange-Management/oms-Kanban.git Modules/Kanban
|
||||
git submodule add https://github.com/Orange-Management/oms-MyPrivate.git Modules/MyPrivate
|
||||
git submodule add https://github.com/Orange-Management/oms-Marketing.git Modules/Marketing
|
||||
git submodule add https://github.com/Orange-Management/oms-EventManagement.git Modules/EventManagement
|
||||
git submodule add https://github.com/Orange-Management/oms-ProjectManagement.git Modules/ProjectManagement
|
||||
git submodule add https://github.com/Orange-Management/oms-RiskManagement.git Modules/RiskManagement
|
||||
git submodule add https://github.com/Orange-Management/oms-HumanResourceTimeRecording.git Modules/HumanResourceTimeRecording
|
||||
git submodule add https://github.com/Orange-Management/oms-HumanResourceManagement.git Modules/HumanResourceManagement
|
||||
git submodule add https://github.com/Orange-Management/oms-Workflow.git Modules/Workflow
|
||||
git submodule add https://github.com/Orange-Management/oms-Job.git Modules/Job
|
||||
git submodule add https://github.comkaraka-management/oms-Tools.git Modules/Tools
|
||||
git submodule add https://github.comkaraka-management/oms-Tag.git Modules/Tag
|
||||
git submodule add https://github.comkaraka-management/oms-Organization.git Modules/Organization
|
||||
git submodule add https://github.comkaraka-management/oms-Editor.git Modules/Editor
|
||||
git submodule add https://github.comkaraka-management/oms-Navigation.git Modules/Navigation
|
||||
git submodule add https://github.comkaraka-management/oms-Auditor.git Modules/Auditor
|
||||
git submodule add https://github.comkaraka-management/oms-News.git Modules/News
|
||||
git submodule add https://github.comkaraka-management/oms-Knowledgebase.git Modules/Knowledgebase
|
||||
git submodule add https://github.comkaraka-management/oms-Help.git Modules/Help
|
||||
git submodule add https://github.comkaraka-management/oms-Helper.git Modules/Helper
|
||||
git submodule add https://github.comkaraka-management/oms-Monitoring.git Modules/Monitoring
|
||||
git submodule add https://github.comkaraka-management/oms-Tasks.git Modules/Tasks
|
||||
git submodule add https://github.comkaraka-management/oms-Dashboard.git Modules/Dashboard
|
||||
git submodule add https://github.comkaraka-management/oms-Profile.git Modules/Profile
|
||||
git submodule add https://github.comkaraka-management/oms-Search.git Modules/Search
|
||||
git submodule add https://github.comkaraka-management/oms-Calendar.git Modules/Calendar
|
||||
git submodule add https://github.comkaraka-management/oms-Checklist.git Modules/Checklist
|
||||
git submodule add https://github.comkaraka-management/oms-Kanban.git Modules/Kanban
|
||||
git submodule add https://github.comkaraka-management/oms-MyPrivate.git Modules/MyPrivate
|
||||
git submodule add https://github.comkaraka-management/oms-Marketing.git Modules/Marketing
|
||||
git submodule add https://github.comkaraka-management/oms-EventManagement.git Modules/EventManagement
|
||||
git submodule add https://github.comkaraka-management/oms-ProjectManagement.git Modules/ProjectManagement
|
||||
git submodule add https://github.comkaraka-management/oms-RiskManagement.git Modules/RiskManagement
|
||||
git submodule add https://github.comkaraka-management/oms-HumanResourceTimeRecording.git Modules/HumanResourceTimeRecording
|
||||
git submodule add https://github.comkaraka-management/oms-HumanResourceManagement.git Modules/HumanResourceManagement
|
||||
git submodule add https://github.comkaraka-management/oms-Workflow.git Modules/Workflow
|
||||
git submodule add https://github.comkaraka-management/oms-Job.git Modules/Job
|
||||
|
|
@ -1,6 +1,6 @@
|
|||
# General
|
||||
|
||||
The Orange Management build system is a collection of scripts to create builds. Builds that can get created are:
|
||||
The Karaka build system is a collection of scripts to create builds. Builds that can get created are:
|
||||
|
||||
* Public release builds
|
||||
* Public developer release builds
|
||||
|
|
|
|||
4
Tools/langUsageInspector.php
Normal file → Executable file
|
|
@ -1,6 +1,6 @@
|
|||
<?php
|
||||
/**
|
||||
* Orange Management
|
||||
* Karaka
|
||||
*
|
||||
* PHP Version 8.0
|
||||
*
|
||||
|
|
@ -10,7 +10,7 @@
|
|||
* @copyright Dennis Eichhorn
|
||||
* @license OMS License 1.0
|
||||
* @version 1.0.0
|
||||
* @link https://orange-management.org
|
||||
* @link https://karaka.app
|
||||
*/
|
||||
declare(strict_types=1);
|
||||
|
||||
|
|
|
|||
0
Tools/versionHash.sh
Normal file → Executable file
|
|
@ -16,4 +16,4 @@ cd ${BUILD_PATH}
|
|||
#echo "Start documentation generation"
|
||||
#echo "#################################################"
|
||||
|
||||
#php ${TOOLS_PATH}/documentor.phar -s ${ROOT_PATH}/phpOMS -d ${BASE_PATH}/Inspection/Test/Php/DocBlock -c ${INSPECTION_PATH}/Test/Php/coverage.xml -u ${INSPECTION_PATH}/Test/Php/junit_php.xml -b https://orange-management.org/Inspection/Test/Php/DocBlock
|
||||
#php ${TOOLS_PATH}/documentor.phar -s ${ROOT_PATH}/phpOMS -d ${BASE_PATH}/Inspection/Test/Php/DocBlock -c ${INSPECTION_PATH}/Test/Php/coverage.xml -u ${INSPECTION_PATH}/Test/Php/junit_php.xml -b https://karaka.app/Inspection/Test/Php/DocBlock
|
||||
|
|
|
|||
|
|
@ -10,7 +10,7 @@ RELEASE_PATH="/var/www/html/Release"
|
|||
INSPECTION_PATH="/var/www/html/Inspection"
|
||||
|
||||
# Web
|
||||
WEB_URL="http://orange-management.de"
|
||||
WEB_URL="http://karaka.de"
|
||||
MAIL_ADDR=""
|
||||
|
||||
# Authentications
|
||||
|
|
@ -18,8 +18,8 @@ DB_USER="root"
|
|||
DB_PASSWORD="root"
|
||||
|
||||
# Git variables
|
||||
GITHUB_URL[0]="https://github.com/Orange-Management/Orange-Management.git"
|
||||
GITHUB_URL[1]="https://github.com/Orange-Management/Website.git"
|
||||
GITHUB_URL[0]="https://github.comkaraka-management/Orange-Management.git"
|
||||
GITHUB_URL[1]="https://github.comkaraka-management/Website.git"
|
||||
|
||||
GIT_BRANCH="develop"
|
||||
|
||||
|
|
|
|||
0
minimumSetup.php
Normal file → Executable file
4
setup.sh
|
|
@ -115,8 +115,8 @@ wget -q --tries=2 -nc http://dl.google.com/closure-compiler/compiler-latest.tar.
|
|||
wget -q --tries=2 -nc https://github.com/phan/phan/releases/download/0.12.5/phan.phar
|
||||
wget -q --tries=2 -nc https://github.com/FriendsOfPHP/PHP-CS-Fixer/releases/download/v2.16.1/php-cs-fixer.phar
|
||||
wget -q --tries=2 -nc https://github.com/jasmine/jasmine/releases/download/v3.1.0/jasmine-standalone-3.1.0.zip
|
||||
#wget -q --tries=2 -nc https://github.com/Orange-Management/Documentor/releases/download/v1.1.1/documentor.phar
|
||||
wget -q --tries=2 -nc https://github.com/Orange-Management/TestReportGenerator/releases/download/1.1.0-rc3/testreportgenerator.phar
|
||||
#wget -q --tries=2 -nc https://github.comkaraka-management/Documentor/releases/download/v1.1.1/documentor.phar
|
||||
wget -q --tries=2 -nc https://github.comkaraka-management/TestReportGenerator/releases/download/1.1.0-rc3/testreportgenerator.phar
|
||||
|
||||
unzip -n -j jasmine-standalone-3.1.0.zip -d ${ROOT_PATH}/jsOMS/tests >/dev/null
|
||||
tar -zxvf compiler-latest.tar.gz >/dev/null
|
||||
|
|
|
|||
4
sitespeed/assets.html
Normal file → Executable file
|
|
@ -1,5 +1,5 @@
|
|||
<!DOCTYPE html><html lang="en"><head><meta charset="utf-8"><meta name="viewport" content="width=device-width, initial-scale=1"><title>Most used assets for https://orange-management.app tested at 2020-05-21 16:18:35</title><meta name="description" content="A list of the most used assets for the analysed pages."><meta name="robots" content="noindex"><link rel="stylesheet" href="css/index.min.css"><style type="text/css">
|
||||
</style><link rel="apple-touch-icon-precomposed" sizes="144x144" href="img/ico/sitespeed.io-144.png"><link rel="apple-touch-icon-precomposed" sizes="114x114" href="img/ico/sitespeed.io-114.png"><link rel="apple-touch-icon-precomposed" sizes="72x72" href="img/ico/sitespeed.io-72.png"><link rel="apple-touch-icon-precomposed" href="img/ico/sitespeed.io-57.png"><link rel="shortcut icon" href="img/ico/sitespeed.io.ico"></head><body><div class="darkblue nav"><div class="navgrid"><div class="logo"><a href="https://www.sitespeed.io"><img class="navbar-brand" src="img/sitespeed.io-logo.png" width="162" height="50" alt="sitespeed.io logo"></a></div><ul><li><a href="index.html">Summary</a></li><li><a href="detailed.html">Detailed Summary</a></li><li><a href="pages.html">Pages</a></li><li><a href="domains.html">Domains</a></li><li><a href="toplist.html">Toplist</a></li><li><a class="active" href="assets.html">Assets</a></li></ul></div></div><div class="container"><h2 class="url">0 pages analysed for https://orange-management.app</h2><p class="small">Tested 2020-05-21 16:18:35 using Chrome for
|
||||
<!DOCTYPE html><html lang="en"><head><meta charset="utf-8"><meta name="viewport" content="width=device-width, initial-scale=1"><title>Most used assets for https://karaka.app tested at 2020-05-21 16:18:35</title><meta name="description" content="A list of the most used assets for the analysed pages."><meta name="robots" content="noindex"><link rel="stylesheet" href="css/index.min.css"><style type="text/css">
|
||||
</style><link rel="apple-touch-icon-precomposed" sizes="144x144" href="img/ico/sitespeed.io-144.png"><link rel="apple-touch-icon-precomposed" sizes="114x114" href="img/ico/sitespeed.io-114.png"><link rel="apple-touch-icon-precomposed" sizes="72x72" href="img/ico/sitespeed.io-72.png"><link rel="apple-touch-icon-precomposed" href="img/ico/sitespeed.io-57.png"><link rel="shortcut icon" href="img/ico/sitespeed.io.ico"></head><body><div class="darkblue nav"><div class="navgrid"><div class="logo"><a href="https://www.sitespeed.io"><img class="navbar-brand" src="img/sitespeed.io-logo.png" width="162" height="50" alt="sitespeed.io logo"></a></div><ul><li><a href="index.html">Summary</a></li><li><a href="detailed.html">Detailed Summary</a></li><li><a href="pages.html">Pages</a></li><li><a href="domains.html">Domains</a></li><li><a href="toplist.html">Toplist</a></li><li><a class="active" href="assets.html">Assets</a></li></ul></div></div><div class="container"><h2 class="url">0 pages analysed for https://karaka.app</h2><p class="small">Tested 2020-05-21 16:18:35 using Chrome for
|
||||
|
||||
1 run with desktop profile and connectivity native.
|
||||
</p><p>We are missing assets metrics, the HAR was not created.</p><footer><hr><p><a href="https://www.sitespeed.io">sitespeed.io</a> 11.9.3 by <a href="https://www.sitespeed.io/aboutus/">the sitespeed.io team</a> and <a href="https://github.com/sitespeedio/sitespeed.io/blob/master/CONTRIBUTORS.md">contributors</a></p></footer></div><script src="js/sortable.min.js"></script><script src="js/chartist.min.js"></script><script src="js/chartist-plugin-axistitle.min.js"></script><script src="js/chartist-plugin-tooltip.min.js"></script></body></html>
|
||||
0
sitespeed/css/index.min.css
vendored
Normal file → Executable file
4
sitespeed/detailed.html
Normal file → Executable file
|
|
@ -1,5 +1,5 @@
|
|||
<!DOCTYPE html><html lang="en"><head><meta charset="utf-8"><meta name="viewport" content="width=device-width, initial-scale=1"><title>In details summary for https://orange-management.app tested 0 pages at 2020-05-21 16:18:35</title><meta name="description" content="Get all the details you need to fast track things you need to change."><meta name="robots" content="noindex"><link rel="stylesheet" href="css/index.min.css"><style type="text/css">
|
||||
</style><link rel="apple-touch-icon-precomposed" sizes="144x144" href="img/ico/sitespeed.io-144.png"><link rel="apple-touch-icon-precomposed" sizes="114x114" href="img/ico/sitespeed.io-114.png"><link rel="apple-touch-icon-precomposed" sizes="72x72" href="img/ico/sitespeed.io-72.png"><link rel="apple-touch-icon-precomposed" href="img/ico/sitespeed.io-57.png"><link rel="shortcut icon" href="img/ico/sitespeed.io.ico"></head><body><div class="darkblue nav"><div class="navgrid"><div class="logo"><a href="https://www.sitespeed.io"><img class="navbar-brand" src="img/sitespeed.io-logo.png" width="162" height="50" alt="sitespeed.io logo"></a></div><ul><li><a href="index.html">Summary</a></li><li><a class="active" href="detailed.html">Detailed Summary</a></li><li><a href="pages.html">Pages</a></li><li><a href="domains.html">Domains</a></li><li><a href="toplist.html">Toplist</a></li><li><a href="assets.html">Assets</a></li></ul></div></div><div class="container"><h2 class="url">0 pages analysed for https://orange-management.app</h2><p class="small">Tested 2020-05-21 16:18:35 using Chrome for
|
||||
<!DOCTYPE html><html lang="en"><head><meta charset="utf-8"><meta name="viewport" content="width=device-width, initial-scale=1"><title>In details summary for https://karaka.app tested 0 pages at 2020-05-21 16:18:35</title><meta name="description" content="Get all the details you need to fast track things you need to change."><meta name="robots" content="noindex"><link rel="stylesheet" href="css/index.min.css"><style type="text/css">
|
||||
</style><link rel="apple-touch-icon-precomposed" sizes="144x144" href="img/ico/sitespeed.io-144.png"><link rel="apple-touch-icon-precomposed" sizes="114x114" href="img/ico/sitespeed.io-114.png"><link rel="apple-touch-icon-precomposed" sizes="72x72" href="img/ico/sitespeed.io-72.png"><link rel="apple-touch-icon-precomposed" href="img/ico/sitespeed.io-57.png"><link rel="shortcut icon" href="img/ico/sitespeed.io.ico"></head><body><div class="darkblue nav"><div class="navgrid"><div class="logo"><a href="https://www.sitespeed.io"><img class="navbar-brand" src="img/sitespeed.io-logo.png" width="162" height="50" alt="sitespeed.io logo"></a></div><ul><li><a href="index.html">Summary</a></li><li><a class="active" href="detailed.html">Detailed Summary</a></li><li><a href="pages.html">Pages</a></li><li><a href="domains.html">Domains</a></li><li><a href="toplist.html">Toplist</a></li><li><a href="assets.html">Assets</a></li></ul></div></div><div class="container"><h2 class="url">0 pages analysed for https://karaka.app</h2><p class="small">Tested 2020-05-21 16:18:35 using Chrome for
|
||||
|
||||
1 run with desktop profile and connectivity native.
|
||||
<div class="responsive"><table data-sortable id="detailed"><thead><tr><th>name</th><th>min</th><th>median</th><th>mean</th><th>p90</th><th>max</th></tr></thead></table></div></p><footer><hr><p><a href="https://www.sitespeed.io">sitespeed.io</a> 11.9.3 by <a href="https://www.sitespeed.io/aboutus/">the sitespeed.io team</a> and <a href="https://github.com/sitespeedio/sitespeed.io/blob/master/CONTRIBUTORS.md">contributors</a></p></footer></div><script src="js/sortable.min.js"></script><script src="js/chartist.min.js"></script><script src="js/chartist-plugin-axistitle.min.js"></script><script src="js/chartist-plugin-tooltip.min.js"></script></body></html>
|
||||
4
sitespeed/domains.html
Normal file → Executable file
|
|
@ -1,5 +1,5 @@
|
|||
<!DOCTYPE html><html lang="en"><head><meta charset="utf-8"><meta name="viewport" content="width=device-width, initial-scale=1"><title>The most used domains for https://orange-management.app tested at 2020-05-21 16:18:35</title><meta name="description" content="A list of the most used domains and the respective timings"><meta name="robots" content="noindex"><link rel="stylesheet" href="css/index.min.css"><style type="text/css">
|
||||
</style><link rel="apple-touch-icon-precomposed" sizes="144x144" href="img/ico/sitespeed.io-144.png"><link rel="apple-touch-icon-precomposed" sizes="114x114" href="img/ico/sitespeed.io-114.png"><link rel="apple-touch-icon-precomposed" sizes="72x72" href="img/ico/sitespeed.io-72.png"><link rel="apple-touch-icon-precomposed" href="img/ico/sitespeed.io-57.png"><link rel="shortcut icon" href="img/ico/sitespeed.io.ico"></head><body><div class="darkblue nav"><div class="navgrid"><div class="logo"><a href="https://www.sitespeed.io"><img class="navbar-brand" src="img/sitespeed.io-logo.png" width="162" height="50" alt="sitespeed.io logo"></a></div><ul><li><a href="index.html">Summary</a></li><li><a href="detailed.html">Detailed Summary</a></li><li><a href="pages.html">Pages</a></li><li><a class="active" href="domains.html">Domains</a></li><li><a href="toplist.html">Toplist</a></li><li><a href="assets.html">Assets</a></li></ul></div></div><div class="container"><h2 class="url">0 pages analysed for https://orange-management.app</h2><p class="small">Tested 2020-05-21 16:18:35 using Chrome for
|
||||
<!DOCTYPE html><html lang="en"><head><meta charset="utf-8"><meta name="viewport" content="width=device-width, initial-scale=1"><title>The most used domains for https://karaka.app tested at 2020-05-21 16:18:35</title><meta name="description" content="A list of the most used domains and the respective timings"><meta name="robots" content="noindex"><link rel="stylesheet" href="css/index.min.css"><style type="text/css">
|
||||
</style><link rel="apple-touch-icon-precomposed" sizes="144x144" href="img/ico/sitespeed.io-144.png"><link rel="apple-touch-icon-precomposed" sizes="114x114" href="img/ico/sitespeed.io-114.png"><link rel="apple-touch-icon-precomposed" sizes="72x72" href="img/ico/sitespeed.io-72.png"><link rel="apple-touch-icon-precomposed" href="img/ico/sitespeed.io-57.png"><link rel="shortcut icon" href="img/ico/sitespeed.io.ico"></head><body><div class="darkblue nav"><div class="navgrid"><div class="logo"><a href="https://www.sitespeed.io"><img class="navbar-brand" src="img/sitespeed.io-logo.png" width="162" height="50" alt="sitespeed.io logo"></a></div><ul><li><a href="index.html">Summary</a></li><li><a href="detailed.html">Detailed Summary</a></li><li><a href="pages.html">Pages</a></li><li><a class="active" href="domains.html">Domains</a></li><li><a href="toplist.html">Toplist</a></li><li><a href="assets.html">Assets</a></li></ul></div></div><div class="container"><h2 class="url">0 pages analysed for https://karaka.app</h2><p class="small">Tested 2020-05-21 16:18:35 using Chrome for
|
||||
|
||||
1 run with desktop profile and connectivity native.
|
||||
</p><div>Showing all 0 domains</div><div class="responsive"><table data-sortable id="domains"><thead><tr><th>Domain</th><th>Blocked</th><th>DNS</th><th>Connect</th><th>Send</th><th>SSL</th><th>Wait</th><th>Receive</th><th>Total time</th><th>Requests</th></tr></thead></table></div><footer><hr><p><a href="https://www.sitespeed.io">sitespeed.io</a> 11.9.3 by <a href="https://www.sitespeed.io/aboutus/">the sitespeed.io team</a> and <a href="https://github.com/sitespeedio/sitespeed.io/blob/master/CONTRIBUTORS.md">contributors</a></p></footer></div><script src="js/sortable.min.js"></script><script src="js/chartist.min.js"></script><script src="js/chartist-plugin-axistitle.min.js"></script><script src="js/chartist-plugin-tooltip.min.js"></script></body></html>
|
||||
0
sitespeed/font/VideoJS.eot
Normal file → Executable file
0
sitespeed/font/VideoJS.svg
Normal file → Executable file
|
Before Width: | Height: | Size: 26 KiB After Width: | Height: | Size: 26 KiB |
0
sitespeed/font/VideoJS.ttf
Normal file → Executable file
0
sitespeed/font/VideoJS.woff
Normal file → Executable file
0
sitespeed/help.html
Normal file → Executable file
0
sitespeed/img/browsertime64.png
Normal file → Executable file
|
Before Width: | Height: | Size: 1.9 KiB After Width: | Height: | Size: 1.9 KiB |
0
sitespeed/img/coach.png
Normal file → Executable file
|
Before Width: | Height: | Size: 7.6 KiB After Width: | Height: | Size: 7.6 KiB |
0
sitespeed/img/coach64.png
Normal file → Executable file
|
Before Width: | Height: | Size: 1.5 KiB After Width: | Height: | Size: 1.5 KiB |
0
sitespeed/img/compare64.png
Normal file → Executable file
|
Before Width: | Height: | Size: 3.1 KiB After Width: | Height: | Size: 3.1 KiB |
0
sitespeed/img/gpsi64.png
Normal file → Executable file
|
Before Width: | Height: | Size: 1.6 KiB After Width: | Height: | Size: 1.6 KiB |
0
sitespeed/img/ico/sitespeed.io-114.png
Normal file → Executable file
|
Before Width: | Height: | Size: 5.1 KiB After Width: | Height: | Size: 5.1 KiB |
0
sitespeed/img/ico/sitespeed.io-144.png
Normal file → Executable file
|
Before Width: | Height: | Size: 7.0 KiB After Width: | Height: | Size: 7.0 KiB |
0
sitespeed/img/ico/sitespeed.io-72.png
Normal file → Executable file
|
Before Width: | Height: | Size: 2.7 KiB After Width: | Height: | Size: 2.7 KiB |
0
sitespeed/img/ico/sitespeed.io.ico
Normal file → Executable file
|
Before Width: | Height: | Size: 6.4 KiB After Width: | Height: | Size: 6.4 KiB |
0
sitespeed/img/pagexray64.png
Normal file → Executable file
|
Before Width: | Height: | Size: 2.1 KiB After Width: | Height: | Size: 2.1 KiB |
0
sitespeed/img/sitespeed.io-logo.png
Normal file → Executable file
|
Before Width: | Height: | Size: 3.5 KiB After Width: | Height: | Size: 3.5 KiB |
0
sitespeed/img/summary64.png
Normal file → Executable file
|
Before Width: | Height: | Size: 1.8 KiB After Width: | Height: | Size: 1.8 KiB |
0
sitespeed/img/video64.png
Normal file → Executable file
|
Before Width: | Height: | Size: 1.8 KiB After Width: | Height: | Size: 1.8 KiB |
0
sitespeed/img/webpagetest64.png
Normal file → Executable file
|
Before Width: | Height: | Size: 809 B After Width: | Height: | Size: 809 B |
4
sitespeed/index.html
Normal file → Executable file
|
|
@ -1,5 +1,5 @@
|
|||
<!DOCTYPE html><html lang="en"><head><meta charset="utf-8"><meta name="viewport" content="width=device-width, initial-scale=1"><title>Executive Summary for https://orange-management.app tested 0 pages at 2020-05-21 16:18:35</title><meta name="description" content="Executive summary of the sitespeed.io result. Act on red/yellow/green."><meta name="robots" content="noindex"><link rel="stylesheet" href="css/index.min.css"><style type="text/css">
|
||||
</style><link rel="apple-touch-icon-precomposed" sizes="144x144" href="img/ico/sitespeed.io-144.png"><link rel="apple-touch-icon-precomposed" sizes="114x114" href="img/ico/sitespeed.io-114.png"><link rel="apple-touch-icon-precomposed" sizes="72x72" href="img/ico/sitespeed.io-72.png"><link rel="apple-touch-icon-precomposed" href="img/ico/sitespeed.io-57.png"><link rel="shortcut icon" href="img/ico/sitespeed.io.ico"></head><body><div class="darkblue nav"><div class="navgrid"><div class="logo"><a href="https://www.sitespeed.io"><img class="navbar-brand" src="img/sitespeed.io-logo.png" width="162" height="50" alt="sitespeed.io logo"></a></div><ul><li><a class="active" href="index.html">Summary</a></li><li><a href="detailed.html">Detailed Summary</a></li><li><a href="pages.html">Pages</a></li><li><a href="domains.html">Domains</a></li><li><a href="toplist.html">Toplist</a></li><li><a href="assets.html">Assets</a></li></ul></div></div><div class="container"><h2 class="url">0 pages analysed for https://orange-management.app</h2><p class="small">Tested 2020-05-21 16:18:35 using Chrome for
|
||||
<!DOCTYPE html><html lang="en"><head><meta charset="utf-8"><meta name="viewport" content="width=device-width, initial-scale=1"><title>Executive Summary for https://karaka.app tested 0 pages at 2020-05-21 16:18:35</title><meta name="description" content="Executive summary of the sitespeed.io result. Act on red/yellow/green."><meta name="robots" content="noindex"><link rel="stylesheet" href="css/index.min.css"><style type="text/css">
|
||||
</style><link rel="apple-touch-icon-precomposed" sizes="144x144" href="img/ico/sitespeed.io-144.png"><link rel="apple-touch-icon-precomposed" sizes="114x114" href="img/ico/sitespeed.io-114.png"><link rel="apple-touch-icon-precomposed" sizes="72x72" href="img/ico/sitespeed.io-72.png"><link rel="apple-touch-icon-precomposed" href="img/ico/sitespeed.io-57.png"><link rel="shortcut icon" href="img/ico/sitespeed.io.ico"></head><body><div class="darkblue nav"><div class="navgrid"><div class="logo"><a href="https://www.sitespeed.io"><img class="navbar-brand" src="img/sitespeed.io-logo.png" width="162" height="50" alt="sitespeed.io logo"></a></div><ul><li><a class="active" href="index.html">Summary</a></li><li><a href="detailed.html">Detailed Summary</a></li><li><a href="pages.html">Pages</a></li><li><a href="domains.html">Domains</a></li><li><a href="toplist.html">Toplist</a></li><li><a href="assets.html">Assets</a></li></ul></div></div><div class="container"><h2 class="url">0 pages analysed for https://karaka.app</h2><p class="small">Tested 2020-05-21 16:18:35 using Chrome for
|
||||
|
||||
1 run with desktop profile and connectivity native.
|
||||
</p><p class="small">* The value inside of the parentheses are the 90th percentile (90% of the time, the number is below this amount)</p><footer><hr><p><a href="https://www.sitespeed.io">sitespeed.io</a> 11.9.3 by <a href="https://www.sitespeed.io/aboutus/">the sitespeed.io team</a> and <a href="https://github.com/sitespeedio/sitespeed.io/blob/master/CONTRIBUTORS.md">contributors</a></p></footer></div><script src="js/sortable.min.js"></script><script src="js/chartist.min.js"></script><script src="js/chartist-plugin-axistitle.min.js"></script><script src="js/chartist-plugin-tooltip.min.js"></script></body></html>
|
||||
0
sitespeed/js/chartist-plugin-axistitle.min.js
vendored
Normal file → Executable file
0
sitespeed/js/chartist-plugin-tooltip.min.js
vendored
Normal file → Executable file
0
sitespeed/js/chartist.min.js
vendored
Normal file → Executable file
0
sitespeed/js/fetch.min.js
vendored
Normal file → Executable file
0
sitespeed/js/gunzip.min.js
vendored
Normal file → Executable file
0
sitespeed/js/perf-cascade.min.js
vendored
Normal file → Executable file
0
sitespeed/js/sortable.min.js
vendored
Normal file → Executable file
0
sitespeed/js/video.novtt.min.js
vendored
Normal file → Executable file
4
sitespeed/pages.html
Normal file → Executable file
|
|
@ -1,5 +1,5 @@
|
|||
<!DOCTYPE html><html lang="en"><head><meta charset="utf-8"><meta name="viewport" content="width=device-width, initial-scale=1"><title>Overview of 0 pages for https://orange-management.app at 2020-05-21 16:18:35</title><meta name="description" content="See all the tested pages on a high level."><meta name="robots" content="noindex"><link rel="stylesheet" href="css/index.min.css"><style type="text/css">
|
||||
</style><link rel="apple-touch-icon-precomposed" sizes="144x144" href="img/ico/sitespeed.io-144.png"><link rel="apple-touch-icon-precomposed" sizes="114x114" href="img/ico/sitespeed.io-114.png"><link rel="apple-touch-icon-precomposed" sizes="72x72" href="img/ico/sitespeed.io-72.png"><link rel="apple-touch-icon-precomposed" href="img/ico/sitespeed.io-57.png"><link rel="shortcut icon" href="img/ico/sitespeed.io.ico"></head><body><div class="darkblue nav"><div class="navgrid"><div class="logo"><a href="https://www.sitespeed.io"><img class="navbar-brand" src="img/sitespeed.io-logo.png" width="162" height="50" alt="sitespeed.io logo"></a></div><ul><li><a href="index.html">Summary</a></li><li><a href="detailed.html">Detailed Summary</a></li><li><a class="active" href="pages.html">Pages</a></li><li><a href="domains.html">Domains</a></li><li><a href="toplist.html">Toplist</a></li><li><a href="assets.html">Assets</a></li></ul></div></div><div class="container"><div class="row"><div class="column"><h2 class="url">0 pages analysed for https://orange-management.app</h2><p class="small">Tested 2020-05-21 16:18:35 using Chrome for
|
||||
<!DOCTYPE html><html lang="en"><head><meta charset="utf-8"><meta name="viewport" content="width=device-width, initial-scale=1"><title>Overview of 0 pages for https://karaka.app at 2020-05-21 16:18:35</title><meta name="description" content="See all the tested pages on a high level."><meta name="robots" content="noindex"><link rel="stylesheet" href="css/index.min.css"><style type="text/css">
|
||||
</style><link rel="apple-touch-icon-precomposed" sizes="144x144" href="img/ico/sitespeed.io-144.png"><link rel="apple-touch-icon-precomposed" sizes="114x114" href="img/ico/sitespeed.io-114.png"><link rel="apple-touch-icon-precomposed" sizes="72x72" href="img/ico/sitespeed.io-72.png"><link rel="apple-touch-icon-precomposed" href="img/ico/sitespeed.io-57.png"><link rel="shortcut icon" href="img/ico/sitespeed.io.ico"></head><body><div class="darkblue nav"><div class="navgrid"><div class="logo"><a href="https://www.sitespeed.io"><img class="navbar-brand" src="img/sitespeed.io-logo.png" width="162" height="50" alt="sitespeed.io logo"></a></div><ul><li><a href="index.html">Summary</a></li><li><a href="detailed.html">Detailed Summary</a></li><li><a class="active" href="pages.html">Pages</a></li><li><a href="domains.html">Domains</a></li><li><a href="toplist.html">Toplist</a></li><li><a href="assets.html">Assets</a></li></ul></div></div><div class="container"><div class="row"><div class="column"><h2 class="url">0 pages analysed for https://karaka.app</h2><p class="small">Tested 2020-05-21 16:18:35 using Chrome for
|
||||
|
||||
1 run with desktop profile and connectivity native.
|
||||
</p><div class="responsive"><table data-sortable id="pages"><thead><tr><th>URL</th><th>Total Transfer Size</th><th>Total Requests</th><th>Third Party Requests</th><th>JavaScript Transfer Size</th><th>CSS Transfer Size</th><th>Image Transfer Size</th><th>Coach Performance Score</th></tr></thead></table></div></div></div><footer><hr><p><a href="https://www.sitespeed.io">sitespeed.io</a> 11.9.3 by <a href="https://www.sitespeed.io/aboutus/">the sitespeed.io team</a> and <a href="https://github.com/sitespeedio/sitespeed.io/blob/master/CONTRIBUTORS.md">contributors</a></p></footer></div><script src="js/sortable.min.js"></script><script src="js/chartist.min.js"></script><script src="js/chartist-plugin-axistitle.min.js"></script><script src="js/chartist-plugin-tooltip.min.js"></script></body></html>
|
||||
4
sitespeed/toplist.html
Normal file → Executable file
|
|
@ -1,5 +1,5 @@
|
|||
<!DOCTYPE html><html lang="en"><head><meta charset="utf-8"><meta name="viewport" content="width=device-width, initial-scale=1"><title>Largest assets by type for https://orange-management.app tested at 2020-05-21 16:18:35</title><meta name="description" content="A list of the largest assets for the analysed pages."><meta name="robots" content="noindex"><link rel="stylesheet" href="css/index.min.css"><style type="text/css">
|
||||
</style><link rel="apple-touch-icon-precomposed" sizes="144x144" href="img/ico/sitespeed.io-144.png"><link rel="apple-touch-icon-precomposed" sizes="114x114" href="img/ico/sitespeed.io-114.png"><link rel="apple-touch-icon-precomposed" sizes="72x72" href="img/ico/sitespeed.io-72.png"><link rel="apple-touch-icon-precomposed" href="img/ico/sitespeed.io-57.png"><link rel="shortcut icon" href="img/ico/sitespeed.io.ico"></head><body><div class="darkblue nav"><div class="navgrid"><div class="logo"><a href="https://www.sitespeed.io"><img class="navbar-brand" src="img/sitespeed.io-logo.png" width="162" height="50" alt="sitespeed.io logo"></a></div><ul><li><a href="index.html">Summary</a></li><li><a href="detailed.html">Detailed Summary</a></li><li><a href="pages.html">Pages</a></li><li><a href="domains.html">Domains</a></li><li><a class="active" href="toplist.html">Toplist</a></li><li><a href="assets.html">Assets</a></li></ul></div></div><div class="container"><h2 class="url">0 pages analysed for https://orange-management.app</h2><p class="small">Tested 2020-05-21 16:18:35 using Chrome for
|
||||
<!DOCTYPE html><html lang="en"><head><meta charset="utf-8"><meta name="viewport" content="width=device-width, initial-scale=1"><title>Largest assets by type for https://karaka.app tested at 2020-05-21 16:18:35</title><meta name="description" content="A list of the largest assets for the analysed pages."><meta name="robots" content="noindex"><link rel="stylesheet" href="css/index.min.css"><style type="text/css">
|
||||
</style><link rel="apple-touch-icon-precomposed" sizes="144x144" href="img/ico/sitespeed.io-144.png"><link rel="apple-touch-icon-precomposed" sizes="114x114" href="img/ico/sitespeed.io-114.png"><link rel="apple-touch-icon-precomposed" sizes="72x72" href="img/ico/sitespeed.io-72.png"><link rel="apple-touch-icon-precomposed" href="img/ico/sitespeed.io-57.png"><link rel="shortcut icon" href="img/ico/sitespeed.io.ico"></head><body><div class="darkblue nav"><div class="navgrid"><div class="logo"><a href="https://www.sitespeed.io"><img class="navbar-brand" src="img/sitespeed.io-logo.png" width="162" height="50" alt="sitespeed.io logo"></a></div><ul><li><a href="index.html">Summary</a></li><li><a href="detailed.html">Detailed Summary</a></li><li><a href="pages.html">Pages</a></li><li><a href="domains.html">Domains</a></li><li><a class="active" href="toplist.html">Toplist</a></li><li><a href="assets.html">Assets</a></li></ul></div></div><div class="container"><h2 class="url">0 pages analysed for https://karaka.app</h2><p class="small">Tested 2020-05-21 16:18:35 using Chrome for
|
||||
|
||||
1 run with desktop profile and connectivity native.
|
||||
</p><footer><hr><p><a href="https://www.sitespeed.io">sitespeed.io</a> 11.9.3 by <a href="https://www.sitespeed.io/aboutus/">the sitespeed.io team</a> and <a href="https://github.com/sitespeedio/sitespeed.io/blob/master/CONTRIBUTORS.md">contributors</a></p></footer></div><script src="js/sortable.min.js"></script><script src="js/chartist.min.js"></script><script src="js/chartist-plugin-axistitle.min.js"></script><script src="js/chartist-plugin-tooltip.min.js"></script></body></html>
|
||||