Nginx Problem

Posted in: Newspaper
Post count: 67

Hello team,

Can you please tell me whats the issue in http://www.movzio.com? currently i moved to apache to nginx but don’t know whats the issue website not load properly. using 1 core and 4 gb ram and 50Gb SSD instance. w3 total cache not working 🙁 help me to improve site in nginx ??

-Mosam

Post count: 9544

You will need to revisit all the optimizations done as many of the things in htaccess won’t work with NGINX as there are notable differences between Apache and NGINX setup. Similarly if running mod_pagespeed, setup has some differences.

You need to research optimizing WordPress for NGINX, on the web. Very commonly found subject. Theme itself needs nothing special for that.

Post count: 67

Hello Chris i know but the issue is when i open my site chrome load stuck like all the content load in beckend and then open images and all why this happening?

P.S another theme works fine.
i’m not using w3 total cache
i cleared all the cache

Post count: 9544

Might be not enough memory for visual composer? Allocate 512MB for php for the domain.

You likely already did that.

Hopefully somebody else running theme on NGINX will chime in!

Post count: 67

So i need to increase my php memory limit? i increase post max size and upload max size anything else to do in php.ini?

Post count: 67

images loads too slowly Don’t know why when i activated another theme images loads perfectly but in newspaper theme it loads after some time like 4 or 5 seconds :\

check this site http://www.movzio.com and please tell me tagdiv team whats the issue??

Post count: 67

Anyone reply here images take to much time for loading :\

Post count: 6600

Hi,

Please see this tread: https://forum.tagdiv.com/topic/theme-speed/#post-900 and this this:

– make sure that you have APC installed or another op cache for php. We have receive some reports that accelerator has some problems in specific configurations with our theme and Nginx. This will reduce your server response time.

Also make sure check this without plugins which might cause slow loading.

Thanks

Post count: 67

can you please tell me how i enable opcache there are 2 php.ini file in my server php-fpm and second is cli/php.ini which one i edit??

Post count: 9544

We use opcache/APC on our system, but I had our hosting provider set that up, so I won’t be much help on this. Ask your host company to set that up for you, or you can also do Google search for “setting up opcache on NGINX” – e.g.

http://www.davidado.com/2014/09/26/how-to-set-up-nginx-with-php-5-5-and-php-fpm-on-ubuntu-14-04/

Post count: 67

I have windows azure cloud so can you guys tell me how i do this?

Post count: 9544

Ah. No idea. I haven’t used Windows for hosting in over a decade — “I only use UNIX/Linux” …. so I won’t be any help on this. You would think they would have a help desk or support area with info on how to setup opcache/APC or whatever they support (if anything) … not a theme issue, obviously, but both TaGdiv folks and myself use Linux, so if in a hurry today, I’d likely go do some Google research on this issue.

Sorry no help! 🙁

Post count: 67

Bro i said windows azure cloud but my VM is Ubuntu Linux 14.04 with 1 core 4 GB of ram and 50 GB SSD 🙂

Post count: 9544

Yes, so you should probably go google how to manage yoru Windows Azure Cloud account — YOU are the one, bro, who mentioned that. Not sure what your azure cloud has to do with anything if that isn’t your server platform.

If running Linux – why not look at the link I provided on how to setup opcache on Ubuntu on Linux????????????????????????????????????????????????????????

AGAIN:

http://www.davidado.com/2014/09/26/how-to-set-up-nginx-with-php-5-5-and-php-fpm-on-ubuntu-14-04/

FROM THE ABOVE PAGE………..
this might not work for you, but why not try it – or contact your hosting support, or RTFM for the platform you’re using???????????????

E.g.,

# Opcache
opcache.enable=1
opcache.enable_cli=0
opcache.memory_consumption=128
opcache.interned_strings_buffer=16
opcache.max_accelerated_files=6000
opcache.max_wasted_percentage=5
opcache.use_cwd=1
opcache.validate_timestamps=1
opcache.revalidate_freq=60
opcache.revalidate_path=0
opcache.save_comments=1
opcache.load_comments=1
opcache.fast_shutdown=1

Okay – sorry — you should wait for somebody else to help as you don’t seem to know how to google stuff for support which is entirely NOT theme related.

Apologies – I will stop trying to help you on stuff.

Post count: 67

Bro radu said in this forum that he will help for how to setup APC or opcahce in VM so i post this thing 🙂

thank you

Check here —> https://forum.tagdiv.com/topic/theme-speed/#post-900

Post count: 67

Hello tagdiv,

now can you please tell me whether the site load time is proper or not ?? http://www.movzio.com site link??

-Mosam

Post count: 780

Hi Mosamlife,
the site loading speed is pretty good, almost as good as our demo. I don’t think there is much you can do to get a better score than that. The score is also affected by external resurces: http://screencast.com/t/MOYUQz6YYt1g

Radu O.

Viewing 17 posts - 1 through 17 (of 17 total)
The forum ‘Newspaper’ is closed to new topics and replies.