Page 1 of 1

Works carried out

Posted: Sat Apr 19, 2025 6:50 am
by mehadihasan123456
Development of design concept


We prepared two design concepts for the main page. We worked on the selected concept in Figma, and sent the guest link to the client so that they could always see the intermediate result and leave a comment. We laid out the finished result in Figma and integrated it into Bitrix.

We conducted a server audit and made a transfer

1. Installed php7.4, tuned settings, increased limits

2. Tuning of DB settings, increased limits in accordance with recommendations, multiple bank data performance measurements, enabled performance schema.

3. Increased memcached limits.

4. Tuning nginx settings, number of workers changed from 8 to auto, added gzip compression

5. Conducted log analysis, found multiple phishing attacks, external site parsers, many requests from indexing robots.

6. Closed access for bots by user agent at the Apache, htaccess level.

7. Closed access for parsers by IP and some other addresses at the Apache, htaccess level.

8. Installed iotop, measured the load of i/o operations on timeframes.

9. We checked Bitrix for vulnerabilities and performance errors in scripts, and passed the information to the customer for further refinement.

10. Disabled the “Advertisements and Banners” module to prevent phishing attacks.