1C-Bitrix Turnkey Installation and Initial Setup
After purchasing a 1C-Bitrix license, the distribution needs proper deployment. Incorrect initial server or kernel configuration only becomes apparent months later—the site slows down or fails under peak load. PHP or database errors cause crashes during 1C data exchange and slow page loading. To avoid this, order 1C-Bitrix turnkey installation from us—with guaranteed correct configuration.
Real case: a client with a catalog of 15,000 products faced timeouts a month after deployment. The cause was default PHP settings and agents in web mode. After reconfiguration, load time dropped from 5 seconds to 0.8, and 1C data exchange stopped failing. Such problems occur in 6 out of 10 projects if initial setup is neglected.
Why Is Proper Initial Setup Necessary?
Typical situation: a developer installs Bitrix with default PHP settings, forgets to enable caching, and leaves agents in web mode. The site works for the first few weeks, but after adding a catalog of 10,000 products, timeouts begin. CommerceML import aborts, pages take 5 seconds to load. This can only be prevented at the installation stage by establishing the correct configuration. Additionally, incorrect PHP session or encoding settings can cause errors in the cart and authorization—issues that are hard to diagnose later.
What Are the Server Requirements and PHP Configuration?
Minimum stack for production: PHP 8.1+, MySQL 8.0 or PostgreSQL 13+, Nginx + PHP-FPM. Apache is slower—Nginx serves up to 2x more concurrent connections. Critical PHP settings:
| Parameter | Recommended Value | Why Needed |
|---|---|---|
| memory_limit | 256–512M | For complex pages with many infoblocks |
| max_execution_time | 90–120 s | CommerceML import can take minutes |
| realpath_cache_size | 4096K | Bitrix has thousands of files; default 16K overflows |
| opcache.memory_consumption | 256M | Speeds up PHP, reduces CPU load |
| upload_max_filesize | 128M | For image and file uploads |
| post_max_size | 128M | For forms with large data |
Official 1C-Bitrix documentation recommends using Nginx as the primary web server (Wikipedia: Nginx). Also important is correct PHP-FPM pool configuration: pm.max_children should be calculated based on available memory. For details, see 1C-Bitrix System Requirements.
Turnkey Installation and Initial Setup Process
- Analysis: We study the load, catalog structure, data volume, and integrations (1C, payment gateways, delivery services).
- Configuration Design: We choose the optimal stack (software versions, caching server, database settings). For typical projects, we use
bitrix-env—a script that deploys Nginx, PHP-FPM, MySQL, and memcached with Bitrix-optimized settings in 25 minutes. Compared to manual setup (2-4 hours), bitrix-env is 5 times faster. - Installation: We unpack the distribution, run the wizard, create an admin user, and select the edition.
- Initial Configuration: We configure the main module (time zone, UTF-8 encoding, email notifications), enable caching on memcached or Redis, move agents to cron, set paths for temporary files, and run the system update.
- Testing: We check page load speed, agent operation, 1C data exchange, and caching correctness. We perform load testing with
aborsiege. - Deployment and Documentation: We hand over access, configuration files, and an operating manual. We train the administrator on basic operations.
Agents on Cron — Guarantee of Stability
By default, agents execute on page visits. This is unstable: under high load, agents may not keep up, and without visitors, tasks (CommerceML import, email sending) are delayed. Moving to cron ensures scheduled execution, even when the site is not visited.
Example PHP configuration for Bitrix (fragment):
memory_limit = 512M max_execution_time = 120 realpath_cache_size = 4096K opcache.memory_consumption = 256 upload_max_filesize = 128M post_max_size = 128M This set of parameters addresses 90% of performance issues at the start. Also configure agents in cron: create a crontab task calling /usr/bin/php /path/to/bitrix/modules/main/tools/cron_events.php.
What's Included in the Service
- Detailed configuration documentation with all settings and rationale
- Administrator training session (up to 2 hours) covering basic operations
- 30 days of post-installation support for any critical issues
- Access to all configuration files and credentials
- Performance test report before and after setup
Comparison of Installation Methods: bitrix-env vs Manual
| Criterion | bitrix-env | Manual Installation |
|---|---|---|
| Deployment time | 25 minutes | 2-4 hours |
| Compatibility guarantee | High (developer-verified) | Depends on experience |
| Configuration flexibility | Limited | Maximum |
| Risk of errors | Minimal | High without checklist |
For 8 out of 10 projects, bitrix-env is faster and more reliable. Manual installation is justified for non-standard architectures (clustering, custom modules).
Timelines and Cost
Installation time on a prepared server is 1-2 days. If the server is set up from scratch, it takes 3-5 days. Cost is calculated individually based on project complexity—typically ranging from $800 to $2,500. Clients who invest in professional setup report 30-40% fewer support issues later, saving an average of $3,000–$5,000 in future fixes. You receive a platform ready for peak loads, saving on future support. Contact us for a project assessment—we will prepare a commercial proposal with exact timelines. Get a consultation by phone—we will explain which parameters are critical for your specific catalog.







