Http Server Timing headers

Introduction

Site Performance, Performance

This Joomla plugin enable Server Timing HTTP headers. See https://w3c.github.io/server-timing/


HTML(5) Server Timing API

It help you track performance of your website in the browser console (supported by google chrome)[https://developers.google.com/web/tools/chrome-devtools/network-performance/understanding-resource-timing]

This plugin must run as the last plugin in system group. You need to reorder plugins and put it as the last

You may also like

How to use it

Use the global Joomla profiler to profile you code

```php

$profiler = JProfiler::getInstance('Application');

// profile sections of your code    
$profiler->mark('afterParseImages');
$body = GzipGZipHelper::parseCss($body, $options);

$profiler->mark('afterParseCss');
$body = GzipGZipHelper::parseScripts($body, $options);

$profiler->mark('afterParseScripts');
$body = GzipGZipHelper::parseURLs($body, $options);

$profiler->mark('afterParseURLs');

```
Open the google chrome console and navigate to the network tab. Click on your page request. Click the timing tab. You will see the result.

screen capture


This extension will no longer be maintained. It has been superseeded by PWA Gzip extension https://extensions.joomla.org/extension/core-enhancements/performance/gzip/

Html Minifier
Free

Html Minifier

By tbela99
Performance
NO LONGER MAINTAINED This extension is no longer be maintained. It has been superseeded by Gzip extension https://extensions.joomla.org/extension/core-enhancements/performance/gzip/ This plugin optimize page loading by performing these operations: Remove quotes from attributes Reduce multiple spaces into a single one Remove optional closing tags Remove optional tags...
Gzip
Free

Gzip

By tbela99
Performance
Joomla Website Optimizer Plugin Make your website blazing fast. It includes a new Css parser Automatic critical path css generation which will bring you close to 100 in lighthouse test with no effort Here are some features provided by this plugin HTML HTML minification preserve IE conditional comments Javascript merge files minify files remove files based on a pattern async load...

Http Server Timing headers

Version:
1.0
Developer:
tbela99
Last updated:
Aug 24 2020
3 years ago
Date added:
Apr 01 2018
License:
LGPL
Type:
Free download
Includes:
p
Compatibility:
J3
Download

Uses Joomla! Update System