M
M
Maxim2015-04-30 12:57:45
1C-Bitrix
Maxim, 2015-04-30 12:57:45

How to increase the speed of an online store on Bitrix?

The situation is as follows: there is an online store, there are about 10k goods, the traffic to the site is not large, 10-20 people a day, the hosting was taken by the top Bitrix recommendation - pagemaster (the score shows 44 points).
But for some reason, the site takes a very long time to load, the statistics show gigantic values ​​​​of "Response from the server", about 1.8-2.2 seconds, this is a lot, all components have caching and they are all standard, what else can be done?

Answer the question

In order to leave comments, you need to log in

4 answer(s)
A
Alexander Prozorov, 2015-04-30
@Staltec

Stop using this hyped marketers mr.

A
Alexey Emelyanov, 2015-05-02
@babarun

1. Implemented by yourself or through a partner? If through the studio, then write to them in the TP
2. look at the page execution profiler
3. you need to find out what exactly slows down page rendering - the core, database, self-written or customized components, or maybe a three-story non-cached sql query in init.php.

K
Kirill Penzin, 2015-04-30
@kir_vesp

Let me explain with a recent example from practice: in a certain online store on Bitrix, everything fell after trying to search for a filter filled in a certain way in the store. Everything seemed to be correct in the code, but a deeper analysis showed that Bitrix (from a great mind) independently formed a query in such a way to SQL that the execution time of this query was more than an hour and a half.
Returning to your question: there may be caching, but the problem may lie in Bitrix itself, or in your architecture for building pages for a particular store. Most likely, the problem will lie in Bitrix itself. Do a full audit of the application and sort it out in order. As an option, I can only suggest replacing some of the standard functions of Bitrix (those from which everything hangs, of course) with self-written crutches in certain places. this may improve performance a bit. But if it’s impossible to change the architecture or write crutches (I don’t believe in such a thing), then you will have to abandon Bitrix.

K
kompi, 2015-04-30
@kompi

I do not recommend focusing on rating empty spaces, even official ones.
Enable caching if not enabled. Check where the plug is from the php or database side, then profile and fix problems.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question