Senior Software Developer / WordPress Expert / WordCamp Speaker / Mac Enthusiast
- Germany, NRW, Bergkamen
- @ChristophDaumDe
- https://christoph-daum.de
- https://christoph-daum.com
Pinned Loading
-
apermo-adminbar
apermo-adminbar PublicThis is a WordPress plugin, that adds links between your different development versions of your website.
-
performance-workshop
performance-workshop PublicThis is the repository for my performance Workshop at the WordCamp Vienna. Slides are available in the link below. The workshop covers techniques to find bottlenecks in your code and most important…
-
A small snippet around the phpinfo()...
A small snippet around the phpinfo(); to have a self destructing phpinfo that deletes itself if older than one hour. 1<?php
23// File is older than 1 hour, better delete this.
4if ( filemtime( __FILE__ ) + 3600 < time() ) {
5unlink( __FILE__ );
-
Anonymizing WordPress Database
Anonymizing WordPress Database 1<?php
2/**
3* Plugin Name: User Migration CLI Command (MU)
4* Author: Christoph Daum
5* Author URL: https://christoph-daum.com
-
filter-heartbeat.php
filter-heartbeat.php 1<?php
2add_filter( 'heartbeat_settings', 'filter_heartbeat', 10, 1 );
34/**
5* Filter the heartbeat interval based on the current request.
-
coding-pioneers/xhprof-toolset
coding-pioneers/xhprof-toolset PublicExtended XHProf for WordPress logs the URL, referrer, all database queries, and HTTP requests for each profiled request. Unlike standard XHProf, this tool lets you easily identify which requests an…
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.