Loading blank I don't like
Permalink
Hello. I'm using this fantastic cms. I've noticed a thing once I've installed it... When I am browsing it, all page changes, it takes to long to refresh and I always see a white page interruption. Do you notice that?
Also on this site.
I don't think it's a connection problem because I have a 7,50 Mbit broadband connection.
Is there a method to see less the page change?
Also on this site.
I don't think it's a connection problem because I have a 7,50 Mbit broadband connection.
Is there a method to see less the page change?
I think it's a unix one because in a 404 error page it told me this.
Apache/2.2.10 (Unix)
It has PhpMyadmin.
The machines are new quad cores.
I now read at PhpMyadmin that "Your PHP MySQL library version 4.1.22 differs from your MySQL server version 5.0.67. This may cause unpredictable behavior."... What does it mean? Is it my fault? Is it that concrete 5 support Mysql 4? Is it this that cause the problem?
Apache/2.2.10 (Unix)
It has PhpMyadmin.
The machines are new quad cores.
I now read at PhpMyadmin that "Your PHP MySQL library version 4.1.22 differs from your MySQL server version 5.0.67. This may cause unpredictable behavior."... What does it mean? Is it my fault? Is it that concrete 5 support Mysql 4? Is it this that cause the problem?
it definitely sounds like a server performance issue...but the server itself sounds quite fast.
C5 can get a little greedy with database performance at times...you might want to try increasing the memory allocated to MySQL, as well as enabling MySQL's query cache..
C5 can get a little greedy with database performance at times...you might want to try increasing the memory allocated to MySQL, as well as enabling MySQL's query cache..
Hello Again. I told to the server administrators this issue. They answered me that it's not a server performance problem but it is that the links to the pages are not relative but complete... if they were relative this would not happen. What do you think? How can I make the link relative?
That strikes me as really odd. Could you give me an example of the URL of your site, what the page links look like when you get to them?
this is the website I build with concrete5
http://peterbajetta.eu
http://peterbajetta.eu
It looks like you've set your site up to use pretty URLs (in the settings section of the dashboard) but your server is having problems with them. This isn't something that we can help with, unfortunately.
However, the good news it that it looks like c5 works if you turn those off. That's why
http://peterbajetta.eu/biography/...
doesnt work
but
http://peterbajetta.eu/index.php/biography/...
does.
So, for the meantime: disable pretty urls in the dashboard, and keep talking about using PHP and mod_rewrite to your server admins.
However, the good news it that it looks like c5 works if you turn those off. That's why
http://peterbajetta.eu/biography/...
doesnt work
but
http://peterbajetta.eu/index.php/biography/...
does.
So, for the meantime: disable pretty urls in the dashboard, and keep talking about using PHP and mod_rewrite to your server admins.
Hey this is very strange! Yesterday was working!
I'll talk surely to them...
I'll talk surely to them...
such problems are usually not related to the client connection since most clients have a fairly fast connection..
you could theoretically use ajax to reduce page changes but that's not a good idea. SEO and stuff like that...