←Prev date Next date→ Show only urls | (Click on time to select a line by its url) |
Who | What | When |
---|---|---|
*** | luminoso has quit IRC (Connection timed out)
luminoso has joined #tikiwiki | [00:05] |
.... (idle for 18mn) | ||
Jahithber | after 3 hours of testing im not happy with tiki wiki
i diagnosed it somtimes it makes more than 150 queries one time it did more than 200 its too much! 10 users can overbelast server in 20% 30% its sick:P features are very nice and the rest too but those queries and render time.. :S | [00:24] |
......... (idle for 41mn) | ||
*** | Lucymoz has quit IRC (Read error: 110 (Connection timed out)) | [01:07] |
...... (idle for 28mn) | ||
MatWho_android has joined #tikiwiki
MatWho_android has quit IRC (Remote closed the connection) | [01:35] | |
.......... (idle for 46mn) | ||
latlink has joined #tikiwiki | [02:22] | |
latlink | latlink Hi - Where does tikiV2 store forum msgs? | [02:23] |
*** | Caarrie is now known as Caarrie|sleeping | [02:25] |
latlink | latlink Found it | [02:36] |
SEWilco2 | latlink: You weren't expecting them by that name, were you? | [02:49] |
latlink | latlink ah - no - but I thought they might have been under tiki_forums_items or similar - but NOW I understand the process - thks | [02:50] |
SEWilco2 | jahithber: Yup, that can happen depending upon what features are in use. I put a cache ahead of the server, but that only helps with some stuff, particularly Anonymous users. | [02:50] |
.......... (idle for 47mn) | ||
*** | caralluna has quit IRC (Read error: 60 (Operation timed out)) | [03:37] |
........ (idle for 36mn) | ||
Lucymoz has joined #tikiwiki | [04:13] | |
....... (idle for 33mn) | ||
chibaguy has joined #tikiwiki | [04:46] | |
Jahithber has quit IRC (Read error: 113 (No route to host)) | [04:55] | |
..... (idle for 20mn) | ||
chibaguy | About db queries and load time, although there are a lot of queries at tiki sites, as a practical matter the load time doesn't seem so bad.
When I compared to others like joomla and drupal, tiki was no slower and often was faster. A lot depends on what the particular site/page contains. (in case Jahithber comes back, or just talking to myself. :-) ) I think a better criteria for choosing is what you want the site for, which tool is the most approriate, what functionality you want, etc. better criteria are | [05:15] |
latlink | latlink Can wiki pages inherit permissions from the user group? | [05:20] |
chibaguy | For sure if load time and db queries are the top priority, there are a lot of lighter-weight programs around.
latlink, no, don't think that could be possible. | [05:21] |
latlink | latlink Ok -thks - just would like new pages to be visible only to the user group that generates the page | [05:23] |
chibaguy | when workspaces is ready (tiki 4), that'll be possible, as I understand it. | [05:24] |
latlink | latlink great - ta | [05:24] |
chibaguy | coming this october to a server near you ;-)
(do movie ads still say that?) | [05:25] |
latlink | latlink on ya - yes words to that effect! | [05:25] |
chibaguy | gotta take the dog out. will be back later. | [05:27] |
*** | chibaguy is now known as chibaguy_away | [05:27] |
latlink | latlink same here actually - go figure | [05:28] |
*** | danopia` has joined #tikiwiki | [05:32] |
[o_O] has joined #tikiwiki
danopia has quit IRC (Read error: 110 (Connection timed out)) danopia has joined #tikiwiki | [05:44] | |
chibaguy_away is now known as chibaguy
danopia` has quit IRC (Read error: 110 (Connection timed out)) [o_O] has quit IRC (Read error: 110 (Connection timed out)) | [05:55] | |
.... (idle for 15mn) | ||
danopia` has joined #tikiwiki | [06:17] | |
.... (idle for 15mn) | ||
danopia has quit IRC (Read error: 110 (Connection timed out)) | [06:32] | |
............................. (idle for 2h20mn) | ||
caralluna has joined #tikiwiki | [08:52] | |
Lucymoz has quit IRC (Read error: 110 (Connection timed out)) | [09:05] | |
luciash | polom polom
everybody enjoys da weekend outside :-) | [09:09] |
.... (idle for 18mn) | ||
chibaguy | heh, I'm working, here, luciash, at least part of the weekend. ;-) | [09:30] |
luciash | hey chibaguy ! same here :-p | [09:41] |
......... (idle for 41mn) | ||
*** | Jahithber has joined #tikiwiki
Caarrie|sleeping is now known as Caarrie caralluna_ has joined #tikiwiki | [10:22] |
.... (idle for 17mn) | ||
caralluna has quit IRC (Read error: 110 (Connection timed out)) | [10:47] | |
..... (idle for 20mn) | ||
Amorphous has quit IRC (Read error: 104 (Connection reset by peer))
latlink has quit IRC () | [11:07] | |
chibaguy | I think wikiplugin_split should be rewritten to use divs instead of a table. | [11:21] |
Jahithber | tiki wiki should be optimised its too heavy too many sql queries | [11:23] |
*** | Amorphous has joined #tikiwiki | [11:26] |
luciash | Jahithber: we all agree, you can join and feel free to help to reduce SQL queries
chibaguy: do you think it's possible to have the same functionality ? | [11:27] |
..... (idle for 22mn) | ||
*** | FrankP_german has joined #tikiwiki | [11:50] |
.... (idle for 16mn) | ||
chibaguy | luciash, I'm not sure, but would be good to try. I was just looking at one of the smashing magazine typography web designs that has several columns, layed out with divs.
http://media2.smashingmagazine.com/wp-content/uploads/images/type-layouts/t20/ | [12:06] |
luciash | chibaguy: yep, but there's always problem with keeping same height columns if splitted vertically too i think
and with overflowing content again unless set to display: table | [12:11] |
chibaguy | true, there are some problems.
compared with a table. | [12:12] |
luciash | i would maybe not be as brave to replace SPLIT for now but try with a clone DIVSPLIT first | [12:15] |
chibaguy | ah, I was just going to suggest something like that. :-) | [12:15] |
luciash | :) | [12:15] |
chibaguy | Of course the page author could do the same thing using some arrangement of div plugins...
The plugin would just simplify the process, I imagine. | [12:16] |
luciash | exactly | [12:18] |
chibaguy | well, when I get time I'd like to try implementing that t20 design with Tiki, so will be looking for good ways to do the columns in wikitext. | [12:30] |
luciash | cool | [12:31] |
chibaguy | Also, the design has something like a popout side column. mousover the "categories" title and content displays on top of the center column (well like our big blue help button). I wonder if #col2 and #col3 could work like that.
chibaguy thinks back to that old Tiki theme that had side columns displayed with javascript. | [12:33] |
*** | Caarrie is now known as Caarrie|away | [12:43] |
..... (idle for 22mn) | ||
luciash | luciash wonders where the "custom fileds" come from into the tiki-user_information.php and tiki-user_preferences.php
or how to get them displayed | [13:05] |
CIA-49 | tikiwiki: 03Jyhem * r20068 10/trunk/lib/imagegals/imagegallib.php: [ENH] Reindentation, no functional change | [13:06] |
luciash | there is $customfields in lib/registration/registrationlib.php but i don't get where they get in | [13:07] |
CIA-49 | tikiwiki: 03marclaporte * r20069 10/trunk/lib/setup/prefs.php: [FIX] missing comma was causing Parse error: syntax error | [13:10] |
*** | Jahithber has left | [13:12] |
Tikiwiki|bot | New Forum Posts: ?How to link to a tracker from a toc or maketoc? - http://tikiwiki.org/tiki-view_forum_thread.php?forumId=&comments_parentId=33912 | [13:12] |
CIA-49 | tikiwiki: 03jonnybradley * r20070 10/trunk/ (test_php_beautifier.php tests/test_php_beautifier.php): [FIX] Remove duplicate file and fix syntax in remaining one | [13:23] |
*** | GillesM has quit IRC ("No Ping reply in 90 seconds.")
GillesM has joined #tikiwiki Amorphous has left "part" | [13:29] |
Tikiwiki|bot | New Forum Posts: Open external links in new window - http://tikiwiki.org/tiki-view_forum_thread.php?forumId=&comments_parentId=33913 | [13:43] |
........ (idle for 39mn) | ||
luciash | why when i copy the tiki.tpl to tiki-my_clone.tpl and try to set in php to display using that, the {$mid_data} is always empty ??? | [14:22] |
......... (idle for 40mn) | ||
*** | btiffin has joined #tikiwiki | [15:02] |
....... (idle for 30mn) | ||
chibaguy has quit IRC (Read error: 104 (Connection reset by peer)) | [15:32] | |
.... (idle for 18mn) | ||
marclaporte has joined #tikiwiki | [15:50] | |
MacLeod has joined #tikiwiki | [15:59] | |
Tikiwiki|bot | New Forum Posts: Cannot see reply to my post - http://tikiwiki.org/tiki-view_forum_thread.php?forumId=&comments_parentId=33916 | [16:06] |
...... (idle for 25mn) | ||
tobi_h | Hm - just in case someone feels in charge of the bot: If i follow this link http://tikiwiki.org/tiki-view_forum_thread.php?forumId=&comments_parentId=33916 I get the following error on the page: Notice: this variable may not be empty: $_GET["forumId"] | [16:31] |
*** | tobi_h is now known as tobi_h|away | [16:35] |
marclaporte has quit IRC (Read error: 60 (Operation timed out))
MacLeod has quit IRC () | [16:40] | |
.............. (idle for 1h5mn) | ||
SEWilco2 has quit IRC ("Leaving.")
SEWilco2 has joined #tikiwiki | [17:47] | |
PrezKennedy has joined #tikiwiki
PrezKennedyIII has quit IRC ("Leaving") | [18:00] | |
.............. (idle for 1h7mn) | ||
CIA-49 | tikiwiki: 03Jyhem * r20072 10/trunk/lib/imagegals/imagegallib.php: [ENH] Reindentation, no functional change | [19:07] |
*** | rlopez_ has joined #tikiwiki | [19:08] |
luminoso has quit IRC (Connection timed out)
luminoso has joined #tikiwiki | [19:13] | |
....... (idle for 33mn) | ||
Lucymoz has joined #tikiwiki
rlopez_ has quit IRC ("Leaving") | [19:46] | |
...... (idle for 26mn) | ||
shawn-ffbh has joined #tikiwiki | [20:13] | |
FrankP_german has quit IRC ("Nettalk6 - www.ntalk.de") | [20:22] | |
CIA-49 | tikiwiki: 03lindonb * r20073 10/trunk/lib/wiki-plugins/wikiplugin_sharethis.php: [MOD] Modified to match changes in ShareThis and fix small bug keeping rotateimage from working. | [20:27] |
tikiwiki: 03lindonb * r20074 10/branches/proposed/lib/wiki-plugins/wikiplugin_sharethis.php: [MOD] Modified to match changes in ShareThis and fix small bug keeping rotateimage from working. Same committed in trunk revision 20073. | [20:35] | |
........ (idle for 36mn) | ||
*** | Lucymoz has quit IRC (Read error: 110 (Connection timed out)) | [21:11] |
.............................. (idle for 2h28mn) | ||
franck_ has joined #tikiwiki | [23:39] | |
franck has quit IRC (Read error: 113 (No route to host)) | [23:50] |
←Prev date Next date→ Show only urls | (Click on time to select a line by its url) |