Sandro Keil

Results 81 comments of Sandro Keil

> The original query takes about 2 seconds for us to load. The second query takes 70ms to load. Maybe it depends on the query cache configuration. Something like [this](https://github.com/prooph/event-store-benchmarks/blob/master/env/mysql/my.cnf).

This should be more efficient than polling the table. Especially on high polling frequency. We should give it a try. Like @Ocramius mentioned, a [trigger should work](http://darrenoneill.co.uk/post/real-time-web-apps-postgresql-and-node/).

> I think this is another reason to pin this new major release to postgres only. But MongoDB 4 has [such a feature](https://docs.mongodb.com/manual/changeStreams/) too and it is [implemented here](https://github.com/sandrokeil/mongodb-event-store/pull/1/files#diff-172f030dd45ac56313bbf9fc1181933fR39).

@jalberto @gjongenelen I use this dirty Dockerfile and it works so far, but the ngx lua module is to old :-( ``` FROM nginx:1.11.10-alpine ENV LUAROCKS_VERSION 2.4.2 RUN set -xe...

@abalta Depending on your fork, simply [check the diff](https://github.com/sandrokeil/ghost-theme-casperion/compare/1.1.2...1.2.0). It's only minor changes.

You have to do the following: 1. Create your own font e.g. with iconmoon 2. update [_icons.scss](https://github.com/sandrokeil/ghost-theme-casperion/blob/master/src/assets/css/partials/_icons.scss) with you icons and font 3. Update the [navigation.hbs](https://github.com/sandrokeil/ghost-theme-casperion/blob/master/partials/navigation.hbs) with your icons 4....

@abalta Yes you must install [npm](https://www.npmjs.com/), [gulp](https://github.com/gulpjs/gulp/blob/master/docs/getting-started.md) and the dependencies.

Maybe we should do this in current version too, if accepted.

Thank you for your report. Can you bring a PR please?

Hello, it was just an experiment. It's not stable. I did not get much performance gain in my tests to use PHP code as an extension with this solution.