Ember Stone Posted March 21 Share Posted March 21 Where can I get this info? any tutorials for this ? Redis server address Redis port number: Redis server password: Use Redis to reduce MySQL overhead: what is the purpose of this? Thank you so much in adavance Link to comment Share on other sites More sharing options...
Marc Stridgen Posted March 21 Share Posted March 21 If you are unsure on the setup of this, you would need to contact your hosting company to ask the question. If you are unsure what redis does, you are probably unlikely to need it. Link to comment Share on other sites More sharing options...
Ember Stone Posted March 21 Author Share Posted March 21 2 hours ago, Marc Stridgen said: If you are unsure on the setup of this, you would need to contact your hosting company to ask the question. If you are unsure what redis does, you are probably unlikely to need it. i use a vps from leaseweb any tutorial available anywhere? Link to comment Share on other sites More sharing options...
Randy Calvert Posted March 21 Share Posted March 21 IPS does not provide support for you installing/setting up Redis on your server. This is because the process is different depending on what operating system you're using (Ubuntu, Centos, Alma, etc) and if there is a control panel involved, etc. They don't know how you're setup to provide guidance. I would suggest starting with Google as a frame of reference personally. In addition, it requires you to recompile PHP to include the PHP-Redis module... so you would have to do that as well. Again... if you're simply running a single VPS server, I'm not even sure you NEED Redis. Setting up something just to set it up adds complications that you don't necessarily understand and also introduces more things that could break or go wrong. I would suggest you not simply add it just because it is an option that shows up as available. Link to comment Share on other sites More sharing options...
Ember Stone Posted March 21 Author Share Posted March 21 I have centos with PHP, and using google, I have successfully configured PHP with Redis. My website is loading up at around 8-sec speeds with all images and scripts anyway i can boost the loading time to 3-5 sec? Thank you so much in advance. Link to comment Share on other sites More sharing options...
Randy Calvert Posted March 21 Share Posted March 21 Redis is not a magic tool that will suddenly drop page load times. It's just a different way of storing certain types of data. A website taking a long time to load could be caused by many different factors, including system load, location, etc. You might need someone with server administration experience to look at your server and see what is going on. For example, is your Apache/PHP configuration optimized? How about mySQL itself... is the my.cnf optimized for your available resources? If your server is further away from where most of your users are, do you use a CDN such as Cloudflare to help cache images/stylesheets/javascript? IP-Gamers 1 Link to comment Share on other sites More sharing options...
Recommended Posts