Skip to content

Instantly share code, notes, and snippets.

View indysigner's full-sized avatar

Markus Seyfferth indysigner

View GitHub Profile
@indysigner
indysigner / sitemap-crawler.php
Created December 13, 2022 14:59 — forked from bjornjohansen/sitemap-crawler.php
Basic sitemap crawler to warm up a full page cache
#!/usr/bin/php
<?php
/**
* @license http://www.wtfpl.net/txt/copying/ WTFPL
*/
date_default_timezone_set( 'UTC' );
$sitemaps = array(
@indysigner
indysigner / .htaccess
Last active October 26, 2023 16:42 — forked from seoagentur-hamburg/.htaccess
Die optimale .htaccess-Datei für mehr Speed und Sicherheit
# ----------------------------------------------------------------------
# | Komprimierung und Caching |
# ----------------------------------------------------------------------
# Serve resources with far-future expires headers.
#
# (!) If you don't control versioning with filename-based
# cache busting, you should consider lowering the cache times
# to something like one week.
#
@indysigner
indysigner / randomize-content.js
Created February 18, 2016 08:39 — forked from DioVayne/randomize-content.js
Randomize content and frustrate your design!
// ==UserScript==
// @name Randomize content
// @namespace https://www.blokblok.nl/
// @version 0.3
// @description Frustrate your design!
// @author Dio Vayne
// @match *://*/*
// @grant none
// @require http://code.jquery.com/jquery-latest.js
// ==/UserScript==