Facebook  Twitter 

SMFHacks.com

+-

SMFHacks.com

+- User Information

Welcome, Guest.
Please login or register.
 
 
 
Forgot your password?

+- Forum Stats

Members
Total Members: 4255
Latest: andreios
New This Month: 3
New This Week: 1
New Today: 0
Stats
Total Posts: 43259
Total Topics: 7518
Most Online Today: 282
Most Online Ever: 2482
(April 09, 2011, 07:02:45 pm)
Users Online
Members: 0
Guests: 290
Total: 290

Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - fondlyPiranha

Pages: [1] 2
1
Feature Requests / Re: pagination in category overview
« on: June 30, 2016, 03:11:50 am »
thanks for attention - i solved it now myself  it's proper running

2
Support / Re: low performance for logged in user <solved>
« on: June 30, 2016, 03:02:18 am »
ok thanks a lot for galleryPro and your great supportPro  ;)

the reason for the mentioned problem is the high amount of categories in our gallery

are where some solutions to do a workaround

for our gallery i've solved the problem myself - thank you for providing me on this way

3
Support / Re: low performance for logged in user
« on: June 29, 2016, 06:03:55 am »
These might be slow but hard to tell for me seems like it is part of some other mod.

SELECT name, description, image, code, prior, after, parse, trim, type, block_lvl, enable, display, view_source
FROM smf_personalized_bbc
WHERE display = 1


ORDER BY name
in .../Sources/PersonalizedBBC.php Zeile 190,welches 9.799E-5 Sekunden bei 157.90746498 Anfragen benötigte.

UPDATE smf_log_activity
SET
   hits = hits + 1
WHERE date = '2016-06-28'
in .../Sources/Subs.php Zeile 3063,welches 0.00017595 Sekunden bei 157.90775609 Anfragen benötigte.

SELECT name, description, image, code, prior, after, parse, trim, type, block_lvl, enable, display
FROM smf_personalized_bbc
ORDER BY name
in .../Sources/PersonalizedBBC.php Zeile 121,welches 7.319E-5 Sekunden bei 157.90868592 Anfragen benötigte.

SELECT id_button, name, href,
   target, link_type, button_order,
   level, id_parent, has_children
FROM smf_menu_items
ORDER BY button_order
in .../Sources/menu_source/resources/main.php Zeile 62,welches 8.702E-5 Sekunden bei 157.90974998 Anfragen benötigte.




Sorry but this 3 requests can't be the problem

this same requests are also executed in guest mode where is not  performance problems


4
Support / Re: low performance for logged in user
« on: June 29, 2016, 05:53:13 am »
ok now i will attach 2 files

this is the output of a request of the same gallery cat

1. as guest

2. as admin

in the second example it look like the function GetCatPermission from gallery2.php (which is not foreign code i think) is executed 3 times and the db request is done 3 times with the same parameters



5
Support / Re: low performance for logged in user
« on: June 28, 2016, 02:17:53 am »
Would need to see the queries run.
http://www.simplemachines.org/community/index.php?topic=269695.0


$db_show_debug=true line to your Settings.php




i've added the db_debug output

seems that the db queries are not the reason for the long execution time

is where any debugging tool to checking the executed code for performance problems?




6
Support / Re: low performance for logged in user
« on: June 25, 2016, 03:04:23 am »
ok thanks so i will first look at the debug output myself

the problem not only is while opening a category, also the opening  (and also saving) of some forms like "add new cat", "edit cat" "edit pic" and move pictures operation  are taking a lot of time so that often timeouts appearing

goes to about 180 seconds  (have changes max execution time to maximum 180 sec)

I expect a circulating process because each of this mentioned operations is significantly growing the server load


7
Support / low performance for logged in user
« on: June 23, 2016, 12:08:34 am »
Can you help me to understand

what is the reason, that a guest request (eg. open a single cat) is during 0,08 seconds (for 26 requests)
and the same cat opening as logged in user is during 100 seconds (for 30 requests)

which requests is the system performing that the loading time is so long

sometimes i become a timeout from server

is it possible to optimize the system, because it is very strong to manage

this problem is very critical while server load ballance is higher than 5%


8
Support / Re: Need Help - Bulk Upload Error
« on: October 18, 2015, 09:51:31 am »


here was the reason

the bulk upload feature works in my installation only stable  when the freichat plugin also is loaded

my server provider has disabled the freichat plugin for reason of massively overload - and from that moment the Bulk uploader has not work.

now i've implemented the SMF load_average system also for loading of the freichat plugin to prevent such massively overloads

so the problem is not resolved jet  but the reason was detected.

thanks a lot for attention

9
Support / Re: Need Help - Bulk Upload Error
« on: October 18, 2015, 02:10:13 am »
sorry but i doubt, because that is the code of quickSpoiler what is running since a year or longer parallel without any problems

10
Support / Re: Need Help - Bulk Upload Error
« on: October 17, 2015, 02:25:30 pm »
the site url is http:fake-scam.info

the problem occurs while i slept ;)

last BulkUpload a global moderator processed was 09:52

and the next upload failed - after that time the feature is not running

i've not installed any additional feature last year

i also checked the files on server, isn't any file what was changed last time

I've switched off now the bulk uploader


11
Support / Need Help - Bulk Upload Error
« on: October 17, 2015, 01:25:55 pm »
after running over 18 months now we have the problem that the bulk upload feature  doesn't work

Quote
Multiupload failed to load. An issue occured....

That problem appears in firefox and also in chrome / chromium Browser on windows since 09:00 this morning at all global moderator accounts

can't find the reason

Bulk upload rights are set for global moderators

possible a change in flash version?
or are possible changed directory premissions on server.

is anybody here  with the same problem?

on my machine (Kubuntu) the feature never runs before but now the same for global Moderators

any hints and help!?



12
Feature Requests / Re: pagination in category overview
« on: December 18, 2014, 09:09:01 am »
yes it is a gallery with a lot of albums and the collection is still growing, that the reason for my suggestion

13
Feature Requests / Re: pagination in category overview
« on: December 18, 2014, 08:51:27 am »

no, sorry i mean the overview site where are  displayed the sub categories

for example like this:
http://fake-scam.info/index.php?action=gallery;cat=54

14
Feature Requests / pagination in category overview
« on: December 18, 2014, 06:32:17 am »
I would be interested to become a option to activate a paginated mod for the category overview site.

i need it in for categories what have lot of subcategories and the preview display takes to much time and data download volume

15
thanks a lot - now it works properly

Pages: [1] 2

+- Recent Topics

No thumbnails on new uploads by SMFHacks
March 27, 2024, 02:10:41 pm

Display the Contact Page for guests by SMFHacks
March 27, 2024, 10:55:43 am

is it possible to add support for odysee.com by fvlog19
March 21, 2024, 08:47:51 am

Request for admin notification by davejo
March 10, 2024, 01:31:59 am

I need help with torrent upload by Ineedsmfhelp
March 09, 2024, 10:01:13 pm

an idea for new mod (( content type with different display )) by SMFHacks
February 27, 2024, 01:36:27 pm

[Mod] RSS Feed Poster by SMFHacks
February 27, 2024, 11:57:18 am

find duplicate pictures by fvlog19
February 14, 2024, 02:22:40 pm

Error uploading video. by SMFHacks
February 08, 2024, 02:04:16 pm

Gallery icon as last added image by fvlog19
February 01, 2024, 01:04:56 pm

Powered by EzPortal