![]() |
Question: PHP 7.4 with Preloading in CI 2/3 possible? - Printable Version +- CodeIgniter Forums (https://forum.codeigniter.com) +-- Forum: General (https://forum.codeigniter.com/forumdisplay.php?fid=1) +--- Forum: Lounge (https://forum.codeigniter.com/forumdisplay.php?fid=3) +--- Thread: Question: PHP 7.4 with Preloading in CI 2/3 possible? (/showthread.php?tid=75439) |
Question: PHP 7.4 with Preloading in CI 2/3 possible? - thesuit - 02-06-2020 Hello, Curious if anyone is running PHP 7.4 on CI2 or CI3 and/or with preloading and can comment if this is expected to work. Thanks! RE: Question: PHP 7.4 with Preloading in CI 2/3 possible? - sv3tli0 - 02-06-2020 I don't think that you will get large benefit with CI 2/3 .. The framework is with light footprint so even if it is preloaded this won't gain much performance boost.. RE: Question: PHP 7.4 with Preloading in CI 2/3 possible? - thesuit - 02-06-2020 (02-06-2020, 08:01 AM)sv3tli0 Wrote: I don't think that you will get large benefit with CI 2/3 .. Thank you for your reply. However, I'm not interested in an opinion about whether it's a good use of time and energy. I'm asking if someone with experience can comment if it's possible, as well as any further comments about implementation. RE: Question: PHP 7.4 with Preloading in CI 2/3 possible? - albertleao - 02-06-2020 (02-06-2020, 08:01 AM)sv3tli0 Wrote: I don't think that you will get large benefit with CI 2/3 .. Haven't looked into preloading much, but could you preload your composer vendor folder? RE: Question: PHP 7.4 with Preloading in CI 2/3 possible? - weseklein - 03-08-2020 (02-06-2020, 05:37 AM)thesuit Wrote: Hello,It reminds me discussion about requirements and feature detection (how to unify) - for example image gd supported types |