Donate
While I don't maintain stripShow for a living, I wouldn't say no to a little donation, if you think the plugin is worth it...
Advertisements
-
RSS Links
-
Meta
Recent Forum Posts
-
Stripshow 3.0 killed all my comics!
posted in forum Support Requests by Li-An on January 18, 2012 at 3:45 am
-
Call User error message.
posted in forum Support Requests by lesbionix on November 27, 2011 at 7:38 pm
-
This post is a comic - not working
posted in forum Support Requests by Brad on November 27, 2011 at 1:17 pm
-
Getting The Side Bar Besides The Comic In Either Sandbox Or AutoComic
posted in forum Support Requests by Brad on November 16, 2011 at 6:26 am
-
"Your comics directory is not writable by the web server"
posted in forum Support Requests by Brad on August 18, 2011 at 5:59 am
-
Stripshow 3.0 killed all my comics!
Slow performance under PHP 5
OK, so I’ve been neglecting PHP 5 for a while, and only recently updated a few of my sites to run on it. When I did, I found a problem you might run into with stripShow.
If you have a lot of strips and storylines, you may see a serious performance hit under PHP 5 — this is the result of a quirk in the strtotime() function. It is looking up the default timezone for your site, and that takes a moment — it’s doing that several times for each strip, multiplied by each storyline. The delay on my own site added up to about 14 seconds!
There is a solution. It only lags if the default timezone is not set on your PHP site. This is a known issue with PHP 5, and can be read about here.
For the next version of stripShow (which will be 1.6.1, a bug fix release) I’m removing the references to strtotime() from storyline initialization, as I’ve discovered they’re not necessary anyway.