My site just got closed today.
My isp told me later, that the reason is that the spip.php file have to much activity, and there for was renamed by ISP.
My problem now, is that I dont know whys this happens.
The site usually just have around 500-1000 IPs a day, so its not big. ( 550MB data move a day)
Still my ISP thinks the spip.php moves to much data.
The word they used was "ressourrces", wich could mean anything.. And they didnt care to explain, was ressources it uses a lot of.
Anybody has an explanation.
There a around 10 pictures on all pages, not big, but around 30-100kb a piece.
Could that be the problem?
Or do they refer to the sql base, that is now around 75 MB ( 4000 articles)
Do I need to purge/make it smaller ?
Im not saying that the problem lays with my isp, but this particular ISP, has given me a few problems, for the last 6-8 month..
They surftown.dk ( could be .com) might have upgraded or something, that "doesnt like" spip.
To solve the problem, i tried 1.8.3 ( that worked very good, but not with the newest SQL base ) 192c and ( right now ) im trying 192d as a "clean install"..
Any ideas are appriciated..
Kindly
Tom
The word they used was "ressourrces", wich could mean anything..
As you say, this could mean anything.
If you are very often making changes to the site then it could be that your cache is invalidated very often, giving a high MySQL charge.
In which case you could experiment with putting this line:
// stop edits from invalidating entire cache
$derniere_modif_invalide = false;
in the file config/mes_options.php
On our site, on which during the day there is nearly always someone working, this has reduced the server load a lot.
But perhaps the packet you have got from them is really intended just for people who are putting up a small static site? If they say that SPIP takes up too many resources what do they suggest as a CMS system?
There was a thread last week (maybe two weeks ago) of someone else having problems with their ISP, and some explanation of where to look and what could be optimized.
Check out the archhives of the list, you will find it easily I think.
Pierre
tom@mir.dk wrote:
My site just got closed today.
My isp told me later, that the reason is that the spip.php file have to much activity, and there for was renamed by ISP.
My problem now, is that I dont know whys this happens.
The site usually just have around 500-1000 IPs a day, so its not big. ( 550MB data move a day)
Still my ISP thinks the spip.php moves to much data.
The word they used was "ressourrces", wich could mean anything.. And they didnt care to explain, was ressources it uses a lot of.
Anybody has an explanation.
There a around 10 pictures on all pages, not big, but around 30-100kb a piece.
Could that be the problem?
Or do they refer to the sql base, that is now around 75 MB ( 4000 articles)
Do I need to purge/make it smaller ?
Im not saying that the problem lays with my isp, but this particular ISP, has given me a few problems, for the last 6-8 month..
They surftown.dk ( could be .com) might have upgraded or something, that "doesnt like" spip.
To solve the problem, i tried 1.8.3 ( that worked very good, but not with the newest SQL base ) 192c and ( right now ) im trying 192d as a "clean install"..
Any ideas are appriciated..
Kindly
Tom