Konstantin Kovshenin
Konstantin Kovshenin
Should be fixed in 0.8.2
@tollmanz, this is quite tricky actually. Your thinking is correct but take the `get_post_option` method for example, that could be used anywhere, even outside the admin. Of course at it's...
@tollmanz, I ran a quick benchmark, I started a `microtime` before calling `require` and ended it after the last `register_post_option` call in the plugin example. Execution time is 1.28 milliseconds...
@tollmanz, can I take a look at the code that you're using and what is your memory limit in php.ini? Perhaps I'm missing some "cleanup" scenario but I don't think...
@tollmanz, late reply me too, yeah I know :) I'll first sort out the memory problem and then look for better place to load up the stuff. Any luck finding...
Thanks for your question! Every caching plugin is slightly different and it's fairly tricky to do a fair comparison, especially since most caching plugins will have a lot of different...
> I'd argue the results may not be negligible considering this chart by the LiteSpeed Cache plugin authors showcasing the differences between some of them, but I may be wrong....
> Why doesn't surge use .htaccess in an Apache context? It's a different way of storing the cached content. To be able to do that, you can only have one...
Happy to leave this issue open if you're planning to run some benchmarks :)
Hmm you're right, the filter callback should indeed return the title. Will fix in next update, thanks for the report!