-
Notifications
You must be signed in to change notification settings - Fork 1.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
docs: fixed installation images and typo #7961
Conversation
Thank you. I checked with PHP 8.1 and
|
Interestingly, I didn't pay much attention to that until now. My CI4 has just shield installed and I'm beginning to wonder why it is that much. I use PHP 8.2. I'll check and revert accordingly. |
I checked clean CI4 ( |
Maybe I'll replace the debugbar image with the one from your system? |
You need screenshot fresh install, it just describes the application for the first time |
The screenshot should be taken with the fresh installation of CI4. It seems Windows PHP needs more memory than macOS. |
The screenshot I used is for a fresh install
1TB SSD, 16GB RAM, Core i5
I have |
@sammyskills The output for me is as follows. Just CI4.4.1: CI4.4.1 + Shield(dev branch) Info : P:\ci4\ci441>php -v
PHP 8.1.5 (cli) (built: Apr 12 2022 17:38:57) (ZTS Visual C++ 2019 x64)
Copyright (c) The PHP Group
Zend Engine v4.1.5, Copyright (c) Zend Technologies
with Xdebug v3.1.4, Copyright (c) 2002-2022, by Derick Rethans |
@datamweb, here's my php version output:
|
No. If your app runs well, the smaller memory limit is better. |
My MBA has 512GB SSD, 16GB RAM, Core i5. |
3e80ebd
to
74f09a0
Compare
I have updated the debugbar image with another fresh install, but the load time is still >70ms. |
@sammyskills I upgraded php to 8.2.6, the result is interesting!! Just CI4.4.1: CI4.4.1+Shield: P:\ci4\CI441>php -v
PHP 8.2.6 (cli) (built: May 9 2023 16:02:16) (ZTS Visual C++ 2019 x64)
Copyright (c) The PHP Group
Zend Engine v4.2.6, Copyright (c) Zend Technologies
with Zend OPcache v8.2.6, Copyright (c), by Zend Technologies
|
@datamweb It is because you don't install/enable Xdebug. |
@datamweb, interesting indeed! Seeing that you also use a windows system, do you mind sharing your specific setup? My PC is 1TB SSD, 16GB RAM, Core i5 and I use laragon to handle my development environment (php, mysql, etc). |
Yes, it has an effect. CI441+shield : P:\ci4\CI441>php -v
PHP 8.2.6 (cli) (built: May 9 2023 16:02:16) (ZTS Visual C++ 2019 x64)
Copyright (c) The PHP Group
Zend Engine v4.2.6, Copyright (c) Zend Technologies
with Zend OPcache v8.2.6, Copyright (c), by Zend Technologies
with Xdebug v3.2.2, Copyright (c) 2002-2023, by Derick Rethans
I installed PHP directly. But my MySQL is installed by Xampp. |
Installing PHP directly might be the game-changer. |
@sammyskills Thank you! |
Description
See https://forum.codeigniter.com/showthread.php?tid=88400&pid=412786#pid412786
Checklist: