cancel
Showing results for 
Search instead for 
Did you mean: 

how to make m23 x fast on apache ?

how to make m23 x fast on apache ?

Does anybody know what I need to do on the server-side to make Magento fast on apache and centos 7? there are 32 G memory but the server is very slow..

2 REPLIES 2

Re: how to make m23 x fast on apache ?

@ddc_ddcIt's a very wide question without knowing where that server is, is it optimized? How big is your database? Are you running production mode, Cache is enabled, redis, cdn, lazy loading etc...

 

There can be thousands of places you may have to look into or someone have to recommend. To narrow down the issue you need to provide more information as well as provide more information on what all you have done to achieve the performance you are looking for.

- Tarandeep
Problem solved?Please give 'Kudos' and accept 'Answer as Solution'.

Re: how to make m23 x fast on apache ?

Here's how you can optimize your server performance with the current tech stack you have:

- Enable opcode caching like Redis or Memcached to reduce bootstrapping load.

- Switch to PHP-FPM for better concurrency and load handling. Tune pm.max_children based on load.

- Use HTTP/2 for faster page loading and asset delivery. Requires Apache 2.4.26+ or a mod.

- Enable Gzip compression and browser caching directives through Apache/PHP configs.

- Set up nginx as a reverse proxy to Apache to improve static file delivery.

- Consider Varnish cache for static content and anonymous page caching.

 

Also, your hosting service provider plays an important role in your issue. A good Managed Magento hosting, can improve your site performance and speed along with the site security.