Marius Pantea

Marius Pantea

MaravelQL | Equivalent constant torque
2 points
All activity
Marius Panteastarted a discussion

Maravel-Framework boot speed improvements

Version 10.55.0 lost ~10.8 k rows of dev environment code that was moved to a separate package. https://marius-ciclistu.medium.com/maravel-framework-10-55-0-lost-10-8k-rows-of-overhead-improving-speed-and-security-54d058fc3d9a Version 10.56.0 brings faster boot time for apps that have many listeners for events and/or observers by improving the way they are registered, including caching the...

Marius Panteastarted a discussion

Maravel-Framework 10.54.3 security and speed improvement

Maravel-Framework 10.54.3, which is used in Maravel Micro-Framework and Maravelith Template, restricts the devCommands to local environment and by doing this, it speeds up the boot of the application. Also it contains a back-port for \Illuminate\Console\Prohibitable with the mention that these classes are by default prohibited from running in production:...

Marius Panteastarted a discussion

Maravel Microframework template is 15.965% faster than Lumen 10

Maravel 10.51.4 can process woth 15.965% more requests per second vs Lumen 10. This is without caching for config or routes and without opcache preload. More details https://github.com/myaaghubi/PHP-Frameworks-Bench/pull/77#issuecomment-3571486477

Marius Pantealeft a comment
The new versions were just released. Test it without using the lib by copying this trait.
Marius Pantea
New improvement for casts and new feature lock updates
Marius PanteaJoin the discussion
Marius Panteastarted a discussion

New improvement for casts and new feature lock updates

Version 5.1.0 of laravel-crud-wizard-free will include a backward compatible (laravel >= 8) major performance improvement for reducing the number of set calls during updates when using casts. Also a new feature of locking the model to prevent updates will come as a bonus. Maravel-Framework 10.53.2 will also contain this improvement at a larger scale than the one possible via an external...

Marius Panteastarted a discussion

Laravel-crud-wizard-free lib suite

Built for who needs more than Laravel can/wants to offer in terms of APIs. This includes both new features and retroactive bug fixes.

Faster Dynamic KPIs with MaravelQL and Elasticsearch
Maravel rest wizard MaravelQL
Maravel rest wizard MaravelQLElasticsearch SQL built-in support
Marius Pantealeft a comment
Now that I made this, I would not creare APIs in any other way. This is for APIs as Laravel is for PHP.
Marius Pantea
Witness the "unbelievable" - real AUTO APIs REST CRUD also via proxy
Marius PanteaJoin the discussion
Marius Pantealeft a comment
https://marius-ciclistu.medium.com/api-increment-decrement-concurrently-with-maravel-rest-wizard-cc3153ab9e98
Marius Pantea
Witness the "unbelievable" - real AUTO APIs REST CRUD also via proxy
Marius PanteaJoin the discussion
Marius Pantealeft a comment
https://marius-ciclistu.medium.com/optimizing-route-middlewares-for-maravel-rest-wizard-proxy-decorator-effab0d023da
Marius Pantea
Witness the "unbelievable" - real AUTO APIs REST CRUD also via proxy
Marius PanteaJoin the discussion
Expose your data via gateway (proxy) API faster than before with these new packages that handle not decorated (raw) and decorated data format.
Maravel rest wizard MaravelQL
Maravel rest wizard MaravelQLEases API resource exposure via proxies
Marius Panteastarted a discussion

Witness the "unbelievable" - real AUTO APIs REST CRUD also via proxy

If things like: auto incrementing via API auto filtering via API auto aggregating via API on the resource's & relations' columns auto streamed JSON Lines response auto CSV streamed download auto XLS download with relations in separate sheet (for current page) auto MVCC DB "select count(*) from table" slow query solution in MySql >= 8 auto prevent DB blocking via API with long running queries...