Reputation: 67
Hello i have problem with Joomla 1.5.26
The front end of the website is opening fast. But admin panel loading extremely slow and from one link to other it takes ~1 minute to load!
Hosting providers tells me that there is no problems in our hosting and server where are hosted our websites.
Here is php.ini file that my hosting providers put into main folder of website https://www.dropbox.com/s/djuinnmdjftsi1r/php.ini
This is because yesterday i cannot login in the system and shows me message: Internal Server Error 500. Now works fine but load time is killing me..
What to do?
Upvotes: 4
Views: 5410
Reputation: 101
Would advice to set error reporting to 'maximum' instead of 'development'. Consider 'development' to verbose due to 'strict' messages.
Upvotes: 0
Reputation: 354
As provided in the comments against the original question, answering the "What to do?" question.
Aside: I had a similar problem recently with a NoNumber extension and it turned out a regex was performing poorly. I had upgraded the extension which upgraded the framework, which effected another extension from the same provider. The solution was upgrading all extensions from that provider. Or... perhaps I have this wrong and that was an unrelated problem. I had another where I had applied an update which contained the problem. By the time I got around to debugging, the developer had already provided a fix - I just had to go looking.
Upvotes: 6