# |
Mar 22nd 2019, 09:02 |
slackebot2 |
https://www.pastiebin.com/5c94a3b641f0e |
# |
Mar 22nd 2019, 09:02 |
johnwayne |
Hi, we have in the last time problems with CakePhp pagination (Cakephp 3.7). We have aroun 50 000 orders and user type = admin in the Orders->Index page can see all Orders (paginated), but however it seems that ORM is really slow (we have a lot of contains, but however it should be faster than 30 seconds). Does anybody else have the same problems? There is our "quick fix" and it works now but it is only "fix" |
# |
Mar 22nd 2019, 09:00 |
challgren |
$this->RequestHandler->renderAs($this, ‘json’); |
# |
Mar 22nd 2019, 08:48 |
Martin` |
but what is the best way to tell cakephp to always response json? |
# |
Mar 22nd 2019, 08:47 |
Martin` |
i like to use crud plugin for rest |
# |
Mar 22nd 2019, 08:24 |
spriz |
Check this one @snake-venom: http://www.bravo-kernel.com/2015/04/how-to-build-a-cakephp-3-rest-api-in-minutes/ |
# |
Mar 22nd 2019, 08:11 |
snake-venom |
hi there. i was going to cakephp3 rest api without any plugin.. i am getting this error " Error: Create the class ApiController below in file: src/Controller/ApiController.php " |
# |
Mar 22nd 2019, 01:54 |
minh.lv0312 |
Hello everyone, can you help me? I have ~2000 achounts, they allocate on ~200 postgres server My cakephp version 3.6 I need connect to each account to get data, but i got problem over 50 connection I try close connection before open new, i use disconnect() https://api.cakephp.org/3.2/source-class-Cake.Database.Connection.html#190-198 But when use netstat command to check, i see that the connection didn't close!? |
# |
Mar 22nd 2019, 01:41 |
cakephp444 |
Is anyone there |
# |
Mar 22nd 2019, 01:41 |
cakephp444 |
test |
# |
Mar 21st 2019, 23:35 |
dereuromark |
I finally finished my DTO plugin blogpost, enjoy, try it and give me some feedback plz: https://twitter.com/dereuromark/status/1108873977743765504 |
# |
Mar 21st 2019, 23:22 |
asdfgh |
why? |
# |
Mar 21st 2019, 23:22 |
asdfgh |
but when i do foreach ($users as $user) i cannot read highlight in $user |
# |
Mar 21st 2019, 23:22 |
asdfgh |
i mena running it via curl it works |
# |
Mar 21st 2019, 23:21 |
asdfgh |
i can get it in query |
# |
Mar 21st 2019, 23:21 |
asdfgh |
guys i am using cakephp-elasticsearch with elasticsearch "highlight" |
# |
Mar 21st 2019, 21:04 |
devito |
gotcha |
# |
Mar 21st 2019, 21:03 |
challgren |
@devito not virtual fields but you can use SQL in your where() to reproduce your generated column |
# |
Mar 21st 2019, 18:17 |
devito |
sorry, is the 3.x orm capable of querying generated columns |
# |
Mar 21st 2019, 18:16 |
devito |
cm capable of uerying qgenerated columns? |
# |
Mar 21st 2019, 16:05 |
itmpls |
n/m |
# |
Mar 21st 2019, 15:51 |
itmpls |
I have 2 listeners and they both have the same implementedEvents key - will both fire or will just the first one fire? |
# |
Mar 21st 2019, 09:29 |
o0h |
@berarma Thanks! OK, I add ‘noinspection’ and continue to mutate it directly in instance member, until 4.0 come :) |
# |
Mar 21st 2019, 09:26 |
berarma |
@o0h, I think that flag will be removed so you won't need it after 4.0. If you need to use it now and be future-proof you'll have to check for its existance. The deprecation warning will stay though. |
# |
Mar 21st 2019, 08:31 |
o0h |
Hi! I try to my app upgrade to cakephp3.7 from 3.6. I have a question. In my app, I set false `View::hasRendered` to re-render view. Since 3.7, View->hasRendered is deprecated but `setRendered` api is not provided. Is there a good way to reset rendered flag ? |
# |
Mar 21st 2019, 06:30 |
slackebot2 |
shopping carts... Bunch of code piled-up over years :( |
# |
Mar 21st 2019, 06:30 |
acosonic |
Yeah, I was discussing it here, earlier... My team at first agreed to upgrade our old codebase to cake3, then they started to do it, and quit saying they want to do it in Laravel, because Cake 3 seemed like totally new thing, then they quit Laravel also, because we can't afford to work couple of months only on backend :slightly_smiling_face: It's a CMS/CRM sytem with monthly re-occuring payments, membership plans, landing pages, campaigns, |
# |
Mar 21st 2019, 02:58 |
destinydriven |
In cake 2.10* is there any downside to using cacheQueries = true in AppModel? |
# |
Mar 20th 2019, 20:22 |
dereuromark |
nah^^ but i tagged now anyway. |
# |
Mar 20th 2019, 20:21 |
challgren |
I got dev-master running I just assumed ^3.14 would keep it 3.14.x |
# |
Mar 20th 2019, 20:21 |
dereuromark |
u want to try dev-master though |
# |
Mar 20th 2019, 20:21 |
dereuromark |
its called semver |
# |
Mar 20th 2019, 19:01 |
challgren |
Weird I have “dereuromark/cakephp-queue”: “^3.14", in composer but got 3.15.1 |
# |
Mar 20th 2019, 19:00 |
challgren |
Ok let me push out a new build of my app |
# |
Mar 20th 2019, 18:56 |
dereuromark |
give it a spin and let me know if u can tag a new minor |
# |
Mar 20th 2019, 18:56 |
challgren |
Ok cool! |
# |
Mar 20th 2019, 18:56 |
dereuromark |
auto cleaning processes that died |
# |
Mar 20th 2019, 18:55 |
dereuromark |
this is also fixed in dev master now |
# |
Mar 20th 2019, 18:55 |
dereuromark |
there u go^^ |
# |
Mar 20th 2019, 18:55 |
challgren |
Yep that was probably it |
# |
Mar 20th 2019, 18:55 |
slackebot2 |
<challgren> |