Saluts92 Posted May 30, 2017 Share Posted May 30, 2017 Hello, What are the maximum capacities of Prestashop with regard to the product catalog, the number of suppliers, the number of product categories and, above all, the number of orders? Thanks Link to comment Share on other sites More sharing options...
nadie Posted May 30, 2017 Share Posted May 30, 2017 Hello, What are the maximum capacities of Prestashop with regard to the product catalog, the number of suppliers, the number of product categories and, above all, the number of orders? Thanks I do not think there is a limit "own" That is, it will depend on the database, the server configuration, etc ... that a store works well, regular or bad. Sorry for my English, Link to comment Share on other sites More sharing options...
Saluts92 Posted May 31, 2017 Author Share Posted May 31, 2017 Ok, but I'm mainly talking about Prestashop code optimization. Personally, we have a database of: - 50000 products - 400 suppliers - 3000 orders per month - 6000 visitors per day Is Prestashop sufficient? Link to comment Share on other sites More sharing options...
nadie Posted May 31, 2017 Share Posted May 31, 2017 Ok, but I'm mainly talking about Prestashop code optimization. Personally, we have a database of: - 50000 products - 400 suppliers - 3000 orders per month - 6000 visitors per day Is Prestashop sufficient? No problem. I have worked with many more data and no problem. Sorry for my English, Link to comment Share on other sites More sharing options...
[email protected] Posted September 27, 2017 Share Posted September 27, 2017 Can you please kindly let me know the server spec required to support this volume? Link to comment Share on other sites More sharing options...
selectshop.at Posted September 27, 2017 Share Posted September 27, 2017 For Prestashop there is no max of capacity. The problem is the technology behind, so a good HARDWARE package. Only this restricts the use of Prestashop but not the software per se. Can you please kindly let me know the server spec required to support this volume? You should use a dedicated server for this, or at least a VPS on Cloud with root rights (f. ex. OVH VPS Cloud) Other requirements are the same. See here: PS 1.5.X + PS 1.6 X magic_quotes_gpc = off emory_limit = 256M (ideal: 512M - PS 1.6. + PS 1.7.) max_execution_time = 300 max_input_time = 300 upload_max_filesize = 20M post_max_size = 20M max_input_vars = 10000 allow_url_fopen = on - with this you. can import images or other accesses externally safe_mode = off cURL - installed so that for ex. Paypal and other web services work without problems. mod_rewrite = installed and activated mod_security = off php 5.3 or higher version (for PS 1.6 is better to use from php 5.4.5 or above) - already PS 1.7. requires at least php 5.6.x + php-fmp + opcache with its own values) mySQL 5.5 or above LINUX server (we do not advise you to use Prestashop on Windows servers) cageFS or another FIREWALL technique installed on the server configured correctly so that the back office is not slow because it blocks external services that Prestashop uses. If in doubt, or slow back-office, please ask the provider of your accommodation if there are firewalls installed !!! PS 1.7.X - in addition to the minimum configuration for PS 1.5 / 1.6 are added the following minimum requirements: PHP at minimum 5.6.x - who will use 5.6.x, you should install the php-fpm module and configure the opcache with its own values. opcache.revalidate_freq = 0 opcache.validate_timestamps = 0 (comment this out in your dev environment) opcache.max_accelerated_files = 7963 opcache.memory_consumption = 192 opcache.interned_strings_buffer = 16 opcache.fast_shutdown = 1 Or else php 7, which works faster. memory_limit = 512M JSON = ON ctype = ON machine mySQL = INNODB (myIsam not working correctly) The server's php.ini should include the date.timezone Open SSL 1.2 or above Also, it is important to have automatic permissions to create / change / remove folders and files (mod suExec / suPHP).So all internal scripts and users (from inside the server) have full access to folders and files automatically, while external accesses have read-only access, without the need to change these parameters manually.Use also the function from back-office (native) "Disable apache multiViews" = YES option to optimize your project (Preferences -> SEO & URLS) if the server allows.PS 1.5.Especially for large stores, (more than 2,000 products) I recommend the use of Cache options (CCC and also accelerators such as eAccelerator, APC, Memcached and / or fast-cgi technology). PS 1.6./PS 1.7In this case we recommend using ngnix and fast-cgi servers for large stores (more than 2,000 products). From version PS 1.6. no more cache accelerators based on PHP modules like APC, eAccelerator and others are supported. This is due to the use of php versions above 5.4. which no longer support these modules. Link to comment Share on other sites More sharing options...
Nikolai Posted October 2, 2017 Share Posted October 2, 2017 Hi , my experience is the next on default settings: 1)up to 30K items 3) ~500 categories prestashop prestashop 1.6 is ok. Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now