aaP_hilano I got website with lots of users but i need more speed for better experience for my users any tips for speeding up website? Like opcache configrations,redis conf,memcached configrations ,php ini configrations and apache
JimmyBobsa aaP_hilano I got website with lots of users but i need more speed What kind of website? Using a CMS? Wich one, plugins? All optimized? Fast theme? Small or big database? How many unique visitors per day ? Is your server in the same country as your visitors ( or most of them) I think you have to give a bit more information what you are using. 4Cores/8GB should be able to serve a lot and fast to.
aapanel_power aaP_hilano Hello, if your site is slow loading static resources, it is recommended to use CDN to solve this problem
aaP_hilano JimmyBobsa Hello im using CodeIgniter with apache and php 7.3 i only have ioncube and opcache installed for speed did nothing about the settings do you recommend redis,memcached with opcache? Database is big i have almost 20k users Server Located in Germany it is close. The problem is inside of website its freezes when loading i did search about apache conf but didn't find a good one what you recommend for me? Thanks
TrK aaP_hilano Go with memcached + opcache, and try to use reverse proxy services like Cloudflare and/or DDoS-Guard they will cache the site and serve from their own endpoints kinda works like a single faced load balancer and greatly reduce the server usage, i am also using the codeigniter for a client and it's able to handle pretty much 1mil visitors per month on a dual core 2gb ram VPS. Also do one more thing setup a static root cdn to load just static files from different endpoint then your root domain it kinda works well with speed benchmarks.