Reduce/decrease the wordpress loading time.
Some time wordpress take more time to load & execution time is more compare to normal.
for decrease the loading time wordpress website or blog you have to set SHORTINIT.
If SHORTINT is set, wordpress reduces initializing to a minimum.
Some time wordpress take more time to load & execution time is more compare to normal.
for decrease the loading time wordpress website or blog you have to set SHORTINIT.
If SHORTINT is set, wordpress reduces initializing to a minimum.
- // reduce the loading time for wordpress, set shortinit.
- if ( SHORTINIT )
- return false;
or you can activating in wp-config.php file via define ( 'SHORTINIT' , TRUE); is done quickly.
now, your wordpress site take minimum time to loading.
No comments:
Post a Comment