Hi Pierre
Not really a performance issue - only user experience is bad because it can take several seconds just for jumping to the top of a page.
It's probably best to see my problem "at work".
In the lower bottom right corner of this page you'll notice the up-arrow that links to the #main anchor in the page:
http://www.xinli-training.ch/ferienseminare/fruehling
Click the arrow and see how it behaves.
For comparison look at this CMSMS site. Clicking the correspondig link navigates to the top of the page in a glimpse of an eye:
http://www.3draum.ch/apidoc/
BTW: make sure your browser window is so small that not all content is shown i.e. vertical scrollbars are shown.
---
- CMSMS version is 1.5.2
- Hosting context: shared hosting on Linux with PHP 5.x (php.ini not accessible by myself)
- .htaccess is attached. It's more or less based on a description I found in the CMSMS forum.
- config.php section for pretty URL's is like this:
Code: Select all
#------------
#URL Settings
#------------
#Show mod_rewrite URLs in the menu? You must enable 'use_hierarchy' for this to work for modules
$config['assume_mod_rewrite'] = true;
#Extension to use if you're using mod_rewrite for pretty URLs.
$config['page_extension'] = '';
#If you don't use mod_rewrite, then would you like to use the built-in
#pretty url mechanism? This will not work with IIS and the {metadata} tag
#should be in all of your templates before enabling.
$config['internal_pretty_urls'] = false;
#If you're using the internal pretty url mechanism or mod_rewrite, would you like to
#show urls in their hierarchy? (ex. http://www.mysite.com/parent/parent/childpage)
$config['use_hierarchy'] = true;
#If using none of the above options, what should we be using for the query string
#variable? (ex. http://www.mysite.com/index.php?page=somecontent)
$config['query_var'] = 'page';
Would be very nice if you could figure out what's wrong.
Best regards
Ernst