Search found 2 matches
Page 1 of 1
Search found 2 matches
Get product price in html module
I'm beginner in opencart developing, and now i need something pretty simple ( as i think...) i'm using opencart 2.1.0.1 and i made a simple table. <table align="left" border="1" cellspacing="1" style="table-layout:fixed;width:500px;"> <tbody> <tr> <td style=&q...
Jump to post- Wed Aug 09, 2017 5:41 pm
- Replies 1
- Views 728
Re: Optimizations for nginx
First optimize worker_proccesses, how many cpu threads that you use, set it on worker_proccesses example i have 4 core cpu with 8 threads; worker_processes 8; after that optimize worker_connections, worker_connections 1024; i usually use gzip compression level 2, not heavy for cpu gzip_comp_level 2;...
Jump to post- Tue Aug 08, 2017 7:45 pm
- Replies 1
- Views 4247
Page 1 of 1
Search found 2 matches