Benim php Script sunucusunda çok yavaş

0 Cevap php

i'm testing an app hosted at: app.promls.net, but there is some mistake on the script execution, on localhost takes only -> timer: 0.12875008583069 seconds. . in the execution when is just plain text that are created via php. and when content is created dinamically and cames from mysql database: timer: 0.44203495979309 seconds. /timer: 0.65762710571289 seconds. / timer: 0.48272085189819 seconds. the times are diferent on the server. takes like 8 seconds on execution.

does anyone could give me a recomendation of how test and optimize my php execution. i was optimizing the mysql database, cause some querys returns a tons of rows for a simple search, using describe and explain. but know i have finished, and i would like to explore some new options for php execution. i know that adding compression to html helps, but it only help on time of trasportation between server and final host when returns an html response. know i want to optimize php execution and if there are some tricks on mysql that could be implemented to help me improve the time response better.

not: i kullanımı php ve memcache veya cassandra için hiphop düşünce var. ama ben hiçbir faaliyetleri (kullanıcı eylemleri anlamına gelir) ve benim app üzerinde fazla bilgiye sahip çünkü o düşünüyor, sorunun yeniden sonuç değil sanırım.

şimdiden teşekkürler Ben herhangi bir yorum veya öneri için uygunum.

0 Cevap