
06-24-2007, 08:03 PM
|
 |
|
|
Join Date: Aug 2003
Location: Canada
Posts: 2,845
Благодарил(а): 0 раз(а)
Поблагодарили:
0 раз(а) в 0 сообщениях
|
|
Quote:
Originally Posted by vissa
So far so good -- thank you orban. Hopefully I'll see lower loads. I'm running the latest plugin install (from your first mod post -- not the experimental version) along with xcache.
I run the latest photopost vbgallery (2.2) (as well as vbseo, vbjournal and a few minor mods). The only thing so far I had to disable was forumhome and the gallery home. Without doing that, the latest 5 pictures would not show up on the forumhome nor the gallery home (that section was missing).
edit: I also had to disable "navbar" in order to get the links to work properly in the gallery (which is not within the forum folder).. I guess I could use absolute links if I really wanted to. Navbar seems pretty big -- big performance hit for disabling that?
How much of a hit am I taking by disabling forumhome? If it's big, do you think there is any way to still get those pictures to display without disabling the forumhome template? If I could get that working, I guess I could try your experimental version -- how much better is it?
Would this mod conflict in any way with the xcache datacache mod ( https://vborg.vbsupport.ru/showthread.php?t=141005) ? Is it a good idea to run them together?
Thanks again
-vissa
|
Quote:
Originally Posted by orban
"xcache datacache mod" caches the datastore with xcache, you can use them together without any problem
about the plugins...
if you know a bit of php you can replace the str_replaces on the templates with actual variables
str_replace('someting in the template', $new_stuff, $template)
->
add "$new_stuff" to the template and remove the str_replace
|
Im having the same problem as well
|