![]() |
mmmm...
I guess you didn't read my PM... |
Quote:
I'll send a followup PM to you. |
is it possible for me to beta test 2.0 ? :)
|
Version 2 uploaded with screenshots.
https://vborg.vbsupport.ru/showthread.php?p=528801 Among other new features, it includes forum support, including searching by forum and permission support. CarCdr |
I uploaded the file but, it doesn't load :( I gave it a good 10 minutes. Any ideas?
I have about 16,000 attachments and use 804 Mb. for attachments. Is this the problem? EDIT It finally loaded after a long, long while. Is that normal? Miguel |
16,000 attachments hey. Hmmm... the browser only makes two queries, one to get the count of attachments you have access to (i.e., MySQL "COUNT(*)) and the other to load a page worth of attachment information.
Also, it does not retrieve the actual content, so the rows retrieved are quite small. We have about 400 attachments and it loads very quickly. I'd like to add a debug parameter that you could use to get feedback on what is taking so long. That way, you could get back to me about where it is eating the time. |
Sure, just let me know what I need to do. It looks like a very useful tool. I f I could speed it up, I'd be a happy man :)
It said I had 772 Pages of attachments. If that matters. Thanks, Miguel |
Quote:
If this is the case, one alternative is to not to the page navigation stuff, thereby obviating the need to do the "count(*)" query. One would only retrieve the target page plus one extra to see if there is a next page. Other ideas folks? |
I have made some optimizations to attachment_browser to improve the speed of the queries.
Query #1: The 'COUNT(*)' query runs anywhere from 20% faster to 5 times faster (MySQL caching must explain this huge range.) This was by far the slower of the two queries. Query #2: The row retrieval query to get the rows for the target page runs about 9% faster, but that is not so important as it was the fast query anyway. PM me an e-mail and I'll send you the new version. Once we agree that things still work properly and you verify the performance increase, I will post the new version here. Cheers |
Hello,
Long time lurker, but decided to register since this modification interests me. My community has over 15,000 attachments with over 5.5Gb of data. I converted to file storage format to save on my server load. So I was wondering if this modification would work since I've done that? Also, is there a way to limit access to the mod itself? Like say, only grant access to a paid subscription member, moderator, or administrator specific? |
All times are GMT. The time now is 09:14 PM. |
Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|