Problems, need help? Have a tip or advice? Post it here.
12 posts Page 1 of 2
Hi All,

I have been actively using PHP for a long time. But I'm very new to CMS. Therefore, I apologize in advance if I am using the wrong sentences.

I have a CMS-based web page, another friend of mine developed the page. Now I have to take over.
I have a serious problem loading the page. The page takes an average of 3.5 minutes. There are also different web pages on the same server, there is no problem with them.
When I add an index.html page instead of index.php to this site, it still loads very quickly.
Could the problem be caused by CMS?
Does anyone have any suggestions for a solution?

I kindly ask you to look at the attached screenshot.
webURL: http://wellpoint.com.tr/

Br,

Attachments

Hi,

There are also different web pages on the same server, there is no problem with them.

I checked a few at random -
https://wellpoint.com.tr/insan-kaynakla ... tasyon.php
https://wellpoint.com.tr/bulten.php?f=1
and they are still loading as I post my response.

There is something wrong at the server level (perhaps a serious lack of resources or something)-
you should have a chat with your hosting provider and ask if that is indeed the case.
Hi,

Thank you for the answer.

I consulted the server side, they said there was no problem. This problem already applies to all pages in wellpoint.com.tr. Not just index.
We have other web pages on the server, but they are not CMS based. They do not have a slow loading problem. Example: http://platformosgb.com/index.php?lc=tr

Isn't there something I can control?

NOTE: PHP version 7.3

Br,
We have other web pages on the server, but they are not CMS based. They do not have a slow loading problem. Example: http://platformosgb.com/index.php?lc=tr

Two things -
1. platformosgb.com has a different IP address than wellpoint.com.tr - in all probability, the two are hosted on different servers.
2. platformosgb.com *is* CMS based - in fact, on CouchCMS.

So, I don't think this is a CMS related issue at all. You'll have to look at the server itself.
Hi,

Thank you for the information and guidance. I will examine the server side myself.

Br,
Apparently, it was not a friendly takeover :lol: and there is a code bomb (with sleep ?!) somewhere, which slows everything down deliberately. No other explanation at this point. I advise to review the complete website code, update CMS from git yourself, verify code of any custom addons and any custom code in appropriate places. Rewrite to improve slower, non optimal parts. CouchCMS is very fast by itself.
Hi,

You're right, it wasn't a very good takeover.
By the way, I found the source of the problem. PHP version 8.2 has been made but no review has been made. That's how they handed it over to me. So I changed the PHP version to 7.3 and reset Apache. The problem's been solved.

Really CMS is very fast :)

Br,
Very good you shot the trouble :)

Website is not optimized, loads a ton of huge images. It's what I recommend to take care of.

Screenshot-2023-10-05-001938.345.png
Screenshot-2023-10-05-001938.345.png (49.9 KiB) Viewed 2449 times


egzantirik7 wrote: Hi,

You're right, it wasn't a very good takeover.
By the way, I found the source of the problem. PHP version 8.2 has been made but no review has been made. That's how they handed it over to me. So I changed the PHP version to 7.3 and reset Apache. The problem's been solved.

Really CMS is very fast :)

Br,
Hi,

I tried to improve it a little. It was uploading 70mb. Now it uploads 35 MB. I know it's not enough. I will clean this debris when I have time :)

Br,
egzantirik7 wrote: Hi,

I tried to improve it a little. It was uploading 70mb. Now it uploads 35 MB. I know it's not enough. I will clean this debris when I have time :)

Br,


Converting to AVIF helps a lot to diminish sizes with same visual quality.
12 posts Page 1 of 2
cron