Flaviu Chelaru
Flaviu Chelaru
Issue further investigation [`Phalcon\Di::get` calls for `Phalcon\Di\Service::resolve` at line 202](https://github.com/phalcon/cphalcon/blob/4.0.x/phalcon/Di.zep#L202) ```php if typeof instance != "object" { if service !== null { // The service is registered in the DI....
@Fenikkusu - i believe you missunderstand. First of all, both Di::get and Service::resolve attempt to perform the same task - resolve the service based on a definition. Simply having the...
The `Phalcon\Di` is basically a services container. All the services should be registered there (as stateless or statefull / shared or not). "Why are you trying to register something as...
In production, we have a setup without "provision": true. The output file is 15MB. By minifying the json, the size is reduced to 6-7MB. This should also translate in transfer...
Compressing the transfers is not the same as minifying the transferred data. I'd like to point out that this is not a bug report - i know we can gzip,...
@niden - if you believe you need assistance in reproducing the issue, please feel free to contact me
Hello, You can use the CONCAT pipe (gulp-concat) or the RENAME pipe (gulp-rename). This module does not have a RENAME option integrated.
have you tried using a proxy server ?