Project Slow

This public forum is for user-to-user discussions of PHPMaker. Note that this is not support forum.
Post Reply
Aburajeh
User
Posts: 33

Project Slow

Post by Aburajeh »

my project generate by phpmaker 10 is done no any problem
but
same My project generate by phpmaker2017 is very slow and crash page every time how to solve that?


mobhar
User
Posts: 11660

Post by mobhar »

What do you mean by "very slow and crash page"? Have you already enabled the "Debug" mode from "Tools" -> "Advanced Settings"? Did you see any error message? Post more detail info for discussion.


Aburajeh
User
Posts: 33

Post by Aburajeh »

(mysqlt): SET NAMES 'utf8'
Error (0):

(mysqlt): SELECT COUNT(*) FROM userlevels WHERE userlevelid = -2
Error (0):

(mysqlt): SELECT userlevelid, userlevelname FROM userlevels
Error (0):

(mysqlt): SELECT COUNT(*) FROM userlevelpermissions WHERE userlevelid = -2
Error (0):

(mysqlt): SELECT tablename, userlevelid, permission FROM userlevelpermissions WHERE userlevelid IN (-2)
Error (0):

(mysqlt): SHOW COLUMNS FROM userlevelpermissions LIKE 'tablename'
Error (0):

(mysqlt): SELECT COUNT(*) FROM userlevelpermissions WHERE EXISTS(SELECT * FROM userlevelpermissions WHERE tablename NOT LIKE '{%')
Error (0):


Page processing time: 0.19823408126831 seconds


mobhar
User
Posts: 11660

Post by mobhar »

It seems that there is no error in your generated web application. Error (0) means no error happened.

Try to create a new project and then compare it with your old project.


Webmaster
User
Posts: 9425

Post by Webmaster »

Aburajeh wrote:
Page processing time: 0.19823408126831 seconds

Processing time is fast. If you are a registered user, you can send your project files and data to support, read:
http://www.hkvstore.com/phpmaker/support.asp


Post Reply