Xaver

Results 9 comments of Xaver

Not sure if this helps but there's a lot of potential here: 153 queries on the frontpage. Sure there has to be some but adding would certainly improve things.

I get this on every page, logged in or not. I temporary use Query Monitor which reports about 50 duplicate queries in my case which mostly look like this: ```sql...

This basically solved it. I need the functionality though so this is not an option in production. Maybe you can add a caching layer to this until you get #270.

Oh, yes please keep it maintained!

The problem causes a Fatal Error (at least on new PHP versions) ``` PHP Fatal error: Uncaught TypeError: count(): Argument #1 ($value) must be of type Countable|array, false given in...

Use this snippet for a quick test: ```PHP add_filter( 'pre_http_request', function ( $bool, $r, $url ) { if ( false !== strpos( $url, '//api.freemius.com' ) ) { return new WP_Error(...

Hey there! I have a custom post type in my plugin which defiantly don't need any feature of Editorkit and I assume others may find this useful as well so....

Get the same message ``` Unable to login. Sorry, please try again shortly. ``` The other one is working so I guess it's no longer possible for new sessions :(...

I dump this here cause I was ask to: ### Components / Tools Attendance UI ### Description Most of us know how atteendes are check-in on WordCamp. Ask for the...