Need Help In Server Configuration

Hello,

I moved my CS-Cart to a VPS plan with inmotion hosting.

I need help to tune up the sever in order to make the site smooth and quick. Now, it is very slow.

Here is an analysis from GTMetrix

https://gtmetrix.com/reports/www.awtari.net/IziKIFHO

Kindly assist.

The only thing it looks like you need to do as far as server is to install/enable mod_deflate for compression.

The only thing it looks like you need to do as far as server is to install/enable mod_deflate for compression.

Thanks for your reply. It is already enabled.

Not according to the report.

Not according to the report.

That means there is something wrong in the configuration or something is missing. According to Inmotion hosting, it is already enabled from their end.

Can you help on this ?

That means there is something wrong in the configuration or something is missing. According to Inmotion hosting, it is already enabled from their end.

Can you help on this ?

It's also possible because Inmotion hosting infrastructre. Here is an exampe of a site developed and hosted by Inmotion https://quickstarter.inmotionhosting.com/Wine-&-Dine/

CSC calls for it in the default htaccess file with the following. So apparently it is not installed or configured correctly on your server.

    # Compress HTML, CSS, JavaScript, Text, XML, fonts
    AddOutputFilterByType DEFLATE application/javascript application/x-javascript text/javascript application/json
    AddOutputFilterByType DEFLATE application/x-font application/x-font-opentype application/x-font-otf application/x-font-truetype application/x-font-ttf font/opentype font/otf font/ttf application/x-woff application/x-font-woff
    AddOutputFilterByType DEFLATE text/css text/html text/plain

    # Remove browser bugs (only needed for really old browsers)
    BrowserMatch ^Mozilla/4 gzip-only-text/html
    BrowserMatch ^Mozilla/4\.0[678] no-gzip
    BrowserMatch \bMSIE !no-gzip !gzip-only-text/html
    Header append Vary User-Agent