PHP code example of picperf / statamic-picperf

1. Go to this page and download the library: Download picperf/statamic-picperf library. Choose the download type require.

2. Extract the ZIP file and open the index.php.

3. Add this code to the index.php.
    
        
<?php
require_once('vendor/autoload.php');

/* Start to develop here. Best regards https://php-download.com/ */

    

picperf / statamic-picperf example snippets




// config/picperf.php

return [
    'transform_all_markup' => false,
];



// config/picperf.php

return [
    'host' => 'https://macarthur.me',
];



// config/picperf.php

return [
    // ... other configuration values
    'add_sitemap_paths' => true,
];



// config/picperf.php

return [
    // ... other configuration values
    'register_sitemap' => false,
];

php please picperf:register-sitemap