-
Hi.
We’re optimizing out some of WP stock rewrite rules, see https://gist.github.com/lkraav/b1d304203038288b8217d8f6bed802d4
trackback
is one of them.This confuses
flowplayer::rewrite_embed()
which now fails to overtaketrackback
hierarchy for its ownfvp-
use (I’m not sure why y’all are doing this in the first place).When FVP rewrites fail to get added, now
flowplayer::rewrite_check()
will triggerflush_rewrite_rules()
on *every* page load. This is an obvious page load performance killer.Can y’all migrate away from depending on
trackback
availability and just add your stuff separately?