WordPress plugin specialist
Yesterday, the Cheltenham WordPress Meetup was a series of Show and Tell talks. Along the lines of Lightning talks, these are talks of approximately 10 minutes, where individuals share something they’ve been working on. There were 7 talks planned:
This post is the annotated version of the slides.
Published:
Last updated:
April 20, 2021Attempting to demonstrate the need for being able to clear Jetpack’s photon cache.
Published:
Last updated:
July 26, 2016Sometime on the 12th my site started to produce a series of PHP Fatal errors saying “Allowed memory size of 41943040 bytes exhausted.”. This was a bit of a surprise. It means that my memory limit was 40M, a lot lower than the expected value of 256M. Other times the response was
[13-Jul-2016 02:54:59 UTC] PHP Fatal error: Unknown: Cannot use output buffering in output buffering display handlers in Unknown on line 0
25M
.256M
; a much nicer number.40M
.64M
.
See wp_initial_constants().Published:
Last updated:
July 18, 2016I recently noticed that when Jetpack’s Photon module is activated strange things may start happening in Safari on my iPad.
Published:
Last updated:
May 14, 2015