Click here to edit contents of this page.
Click here to toggle editing of individual sections of the page (if possible). Watch headings for an "edit" link when available.
Append content without editing the whole page source.
Check out how this page has evolved in the past.
If you want to discuss contents of this page - this is the easiest way to do it.
View and manage file attachments for this page.
A few useful tools to manage this Site.
See pages that link to and include this page.
Change the name (also URL address, possibly the category) of the page.
View wiki source for this page without editing.
View/set parent page (used for creating breadcrumbs and structured layout).
Notify administrators if there is objectionable content in this page.
Something does not work as expected? Find out what you can do.
General Wikidot.com documentation and help section.
Wikidot.com Terms of Service - what you can, what you should not etc.
Wikidot.com Privacy Policy.
I can rate up this wish - when I wait for the loading start-pages( on a very slow line) I see in the status line a lot of unknown "foreign" sites which are used and loaded down with the wiki pages…
And I am not talking about the CSS themes…
Service is my success. My webtips:www.blender.org (Open source), Wikidot-Handbook.
Sie können fragen und mitwirken in der deutschsprachigen » User-Gemeinschaft für WikidotNutzer oder
im deutschen » Wikidot Handbuch ?
I have rated this up as as on almost every business site I create my client complains about the speed of page loading (even if I am not using a jquery header!). It doesn't make WIkidot look good as a platform.
I have always been convinced that it is the extra calls to the wdfiles server for images that causes this slow loading but it us probably also the calls out cloudfront etc which doesn't help..
Rob Elliott - Strathpeffer, Scotland - Wikidot first line support & community admin team.
jQuery is loaded in every Wikidot page. It's in loaded on init.combined.js with the variable $j.
Kenneth Tsang (@jxeeno)
I wasn't talking about that, | meant when I have a jquery slideshow in the header, like here, which is loaded separately to whatever jquery Wikidot loads itself.
Rob Elliott - Strathpeffer, Scotland - Wikidot first line support & community admin team.
Ah, right.
Kenneth Tsang (@jxeeno)
Perhaps It would be a good idea ro know ( even for Pro+ accounts) how to make it on ijmportant "start" - pages faster to download with some important tricks ( or "less" of them !). ? .
Service is my success. My webtips:www.blender.org (Open source), Wikidot-Handbook.
Sie können fragen und mitwirken in der deutschsprachigen » User-Gemeinschaft für WikidotNutzer oder
im deutschen » Wikidot Handbuch ?
Helmuti! That's a great idea! Making web pages load faster as a "Pro" feature!
No James, I think what he meant was that some good advice about making sites load faster is useful even for those - probably more advanced users - with Pro+ accounts.
Rob Elliott - Strathpeffer, Scotland - Wikidot first line support & community admin team.
Yes, and yes…
sometimes I see on some of my sites ( forgott if they are private) google adsense or anaylzing features for some seconds on the status part.
or the "cloud" with different parts on the wdfiles server ( css layout/themes)
I mean - it woiuld be very good to know how we can minimze the source code for the most important "start" pages - as an example:
with or without nav:top or nav:side ( extra reads) ,
or make our nav-side-menu for these pages by our own "div" ( left or right) - if this makes the download faster..
The quesrtion is - where is "the time lost" - in reading the diferent sour codes of
and so on.
Could be the outcome is that best environment is
and so on…
Would be interessting to hear from the developers what is the best (fastetst) way of site-setup !
(EDIT:
idea: would it be faster to upload images to webshots ( or any other internet -provider) and load them from the external location?)
Service is my success. My webtips:www.blender.org (Open source), Wikidot-Handbook.
Sie können fragen und mitwirken in der deutschsprachigen » User-Gemeinschaft für WikidotNutzer oder
im deutschen » Wikidot Handbuch ?
Just doing some quick tests right now. I see that the initial page load takes the longest (understandable) followed by codeblocks and files. avatar.php and userkarma.php are second on the list. As expected, static files (from Cloudfront) are really quick to load.
Kenneth Tsang (@jxeeno)
this is important. google factors in page loading speed in its results. also, the listpages slowness really reallyyy needs to be fixed. you don't have to wait more than a few milliseconds to see an amazon.com page listing hundreds of products. on wikidot this would take like 6 seconds. i'm guessing that's just how it's built and puts a lot of stress on the server capacity already, but it is a big limitation.
I am sure the developers know about this but I'll mention it anyway. Google has a useful page speed analysis tool which makes suggestions as to improving page speed and assigns them priorities from high to low. By the way, one of the biggest seems to be to "minimize redirects" which does involve the css themes. Ads also cause this warning (which there is not much to be done about but to remove the ads).
The medium priority ones are to "leverage browser caching" and iframes and images are mentioned in this a lot, as in: The following cacheable resources have a short freshness lifetime. Specify an expiration at least one week in the future for the following resources"
All sorts of image suggestions come up. And also "defer parsing of javascript".
I don't know if any of this is fixable for wikidot. Here is the url of the tool: https://developers.google.com/speed/pagespeed/
My newer site, by the way, culinarylore, scored an 89 out of 100 for the start page. Which is not bad. Gustrength.com got an 88 out of 100. But the tool does not actually measure the time it takes the page too load, it just looks for things that would theoretically improve page loading time. So, as far as the actual time, I don't know if improving the score really improves the time. However, it includes a "Critical Path Explorer" which seems to give times when certain elements are loading and their order.
A frequent suggestion of the tool, which anybody can start doing right now, is to make images the size you want them to be and not to have the browser resize them. This DOES help, at least according to the tool. I was able to improve the loading time of several of my pages by resizing the images and eliminating the forced sizing in the image code. And there are also some low priority things that we can do. Every little bit helps.
Would this wish be considered "incidentally completed"?
I'd like to give it a couple of weeks of bedding in first before it's marked as completed.
Rob Elliott - Strathpeffer, Scotland - Wikidot first line support & community admin team.
I would now be happy to see this wish marked as completed. The change to AWS has certainly made a dramatic and welcome improvement to page loading speeds. which is great news.
Rob Elliott - Strathpeffer, Scotland - Wikidot first line support & community admin team.
As a general note, all uploaded files are now cachable by the browser and load significantly faster than code blocks. This means that uploading stylesheets and embedded HTML files rather than using [[code]] blocks should improve load times even more.
Kenneth Tsang (@jxeeno)