frank goossens

Results 89 comments of frank goossens

just tested on my local dev machine, works for me @grzegorz-janoszka ? ![image](https://user-images.githubusercontent.com/181297/38957317-8d096ebe-435a-11e8-9f35-e6808fe517ac.png)

it hooks into AO's `autoptimize_filter_cache_getname` (in autoptimizeCache.php) which is added in autoptimizeCache.php's getname() function which is called after CSS & JS minification as part of their cache() function.

Well, AO uses the output buffer, hooking into template_redirect by default and ending when wordpress flushes the OB. On Thu, Apr 19, 2018 at 9:54 AM, grzegorz-janoszka wrote: > @tdtgit...

so what do you reckon we should push Anh? indeed the AO'ed CSS & JS + jquery (if excluded)? On Thu, Apr 19, 2018 at 10:00 AM, Anh Tuấn wrote:...

page caching issue? On Thu, Apr 19, 2018 at 10:17 AM, grzegorz-janoszka < [email protected]> wrote: > I just disabled all other plugins and stripped my own plugin to just those...

it's on my backlog, but I lack the time now. if ever you're interested & have time; the is logic to be added in lyteCache.php, which should if available (based...

historically, don't even remember I'm afraid. but if you want you can use below code snippet to disable it; `add_filter( 'lyte_kinda_textureize', '__return_false' );` in the future I might disable it...

afraid this is the reply from the YouTube API, see https://developers.google.com/youtube/v3/docs/errors @IITFA , maybe you have some restrictions set on the key? if not try generating a new key maybe?

* can you try setting the player width on the LYTE settings page to the maximum size and see if that fixes things? * if not, alternatively this is something...