Raised This Month: $51 Target: $400
 12% 

Release Beta Webpanel 1.2.5 (improved loading times)


Post New Thread Reply   
 
Thread Tools Display Modes
PandaHero
Junior Member
Join Date: Feb 2013
Old 05-04-2014 , 19:47   Re: Beta Webpanel 1.2.5 (improved loading times)
Reply With Quote #11

Hi, I have 16,795 users at this moment (exact number as I pull up store_users in phpMyAdmin), the loading time is terrible whenever I want to go into the user tab. If I can test out the beta version too, that would be great
PandaHero is offline
aaron1234
Member
Join Date: Feb 2012
Old 05-05-2014 , 03:39   Re: Beta Webpanel 1.2.5 (improved loading times)
Reply With Quote #12

Quote:
Originally Posted by Arrow768 View Post
Oh ok. so even when you used the development one. The plugins version still says (1.1-alpha).
aaron1234 is offline
Arrow768
Veteran Member
Join Date: Nov 2011
Location: Austria
Old 05-06-2014 , 13:06   Re: Beta Webpanel 1.2.5 (improved loading times)
Reply With Quote #13

Quote:
Originally Posted by PandaHero View Post
Hi, I have 16,795 users at this moment (exact number as I pull up store_users in phpMyAdmin), the loading time is terrible whenever I want to go into the user tab. If I can test out the beta version too, that would be great
I have released a 1.2.5 3 days ago:
https://github.com/Arrow768/store-webpanel
__________________
Arrow768 is offline
PandaHero
Junior Member
Join Date: Feb 2013
Old 05-11-2014 , 16:21   Re: Beta Webpanel 1.2.5 (improved loading times)
Reply With Quote #14

There's a problem with 1.2.5, not sure if it is only just me.

When click on the ID of a player, the link is wrong.

It currently directs to index.php/users/edit730
instead of the correct version index.php/users/edit/730

So basically it is missing a slash.

Plus dashboard is taking very long to load, while loading issues in users and items are basically non-existent.

Edit:
I don't know why it was not working, in users.php, line 193, it was not adding the slash properly
Original code: $row[] = "<a href=\"".base_url("/index.php/users/edit/").$aRow[$aColumns[$i]]."\">".$aRow[$aColumns[$i]]."</a>";
My workaround: $row[] = "<a href=\"".base_url("/index.php/users/edit/")."/".$aRow[$aColumns[$i]]."\">".$aRow[$aColumns[$i]]."</a>";

Last edited by PandaHero; 05-11-2014 at 16:35.
PandaHero is offline
Arrow768
Veteran Member
Join Date: Nov 2011
Location: Austria
Old 05-12-2014 , 12:05   Re: Beta Webpanel 1.2.5 (improved loading times)
Reply With Quote #15

In 1.2.5 only the users table uses the serverside processing.
I dont think that its necesarry to add the serverside processing to the items table, becuase I do not think that there is anyone with more than a few 100 items.

The dashboard can take a long time to load, becuase getting the most popolar items / richest users is not done in a very efficient way.

I could reproduce the bug you have mentioned and will fix it in the next days
__________________
Arrow768 is offline
joneco
Junior Member
Join Date: Jul 2013
Old 05-17-2014 , 18:16   Re: Beta Webpanel 1.2.5 (improved loading times)
Reply With Quote #16

Hi guys,
i have a problem, it is a simple problem but i don't know the store-webpanel structure...

when i click in one user, i receive the wrong URL.
Quote:
..../index.php/users/edit730
the right link is ../edit/730.

how can i edit that? i was searching in lot of php files but i got lost.

thanks
joneco is offline
Arrow768
Veteran Member
Join Date: Nov 2011
Location: Austria
Old 05-17-2014 , 19:32   Re: Beta Webpanel 1.2.5 (improved loading times)
Reply With Quote #17

Quote:
Originally Posted by joneco View Post
when i click in one user, i receive the wrong URL.
the right link is ../edit/730.
how can i edit that? i was searching in lot of php files but i got lost.
Read before posting.
This problem has been mentioned and a fix has been suggested in this thread.
__________________

Last edited by Arrow768; 05-17-2014 at 19:33.
Arrow768 is offline
Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT -4. The time now is 01:10.


Powered by vBulletin®
Copyright ©2000 - 2024, vBulletin Solutions, Inc.
Theme made by Freecode