PHP Classes

Sponsored

Recommend this page to a friend!

Articles to promote products and services of sponsors

  All package blogs All package blogs   Blog PHP Classes blog   Blog Sponsored   Post article Post article  
  60 - 51   50 - 41   40 - 31   30 - 21   20 - 11   10 - 1  

1108. How to Discover The Reasons Why Your Application Slowest Parts Are So Slow

Updated on: 2022-08-24

Posted on:

When you discover what parts of your applications are the slowest, you are in an excellent position to start making changes in your code that can significantly impact the application's performance.

Still, you need to understand why that code is so slow, so you can make the right changes to make the code run much faster. This article has some example code to show how to do it manually.

Going through a large section of code and finding the exact lines of slow code can take too much time.

A good profiling tool can help you find the exact lines of code that make the code so slow, so you can quickly determine why the code section is so slow.

Please read this short article to learn how to use the Scout Application Performance Monitoring tool to determine the specific lines of code of a Laravel or Symfony application that are causing the application to be so slow, so you can focus your optimization work on the code changes that really can make a difference after you optimize the code.


Blog More ...   Post a comment Post a comment   See comments See comments (0)   Trackbacks (0)

1107. How to Discover What PHP Code You Should Optimize First to Improve the Performance of a Real Web Application Using a Monitoring Tool

Updated on: 2022-08-19

Posted on:

A profiling tool can be handy to find the parts of your application code that are slow and that you need to optimize.

If there are many parts of your application that you need to optimize, the next decision is which parts you should work to optimize first.

Fortunately, some profiling tools can help you figure out which parts of your application you need to optimize first.

Please read this short article to learn how to use the Scout Application Performance Monitoring tool to determine which parts of a Laravel or Symfony application you should optimize to achieve the most significant performance improvements sooner.


Blog More ...   Post a comment Post a comment   See comments See comments (2)   Trackbacks (0)

1105. How to Use a PHP Application Profiling Tool to Determine What You Should Optimize First to Improve the Performance of a Laravel or Symfony Application Performance

Updated on: 2022-08-12

Posted on:

Many experienced developers have learned how to improve their coding habits to write code that will run faster.

If you have already written an application, it may be tough to determine if you have already registered the code in a way optimized to run at the highest speed.

Fortunately, some tools can help you figure out which parts of your applications are worth the effort of optimizing to achieve speed improvements.

Please read this short article to learn how to use the Scout Application Performance Monitoring tool to determine which parts of a Laravel or Symfony application are worth optimizing and how to use the Scout application tool for free, so you can see it in action without paying.


Blog More ...   Post a comment Post a comment   See comments See comments (0)   Trackbacks (0)

1101. 5 Best PHP Books for Beginners & Advanced Programmers

Updated on: 2022-07-01

Posted on:

Books are one of the most popular means of learning about any topic.

Suppose you are a developer willing to become better at any topic about PHP and related technologies. In that case, you certainly are interested to know about good books that others recommend to learn.

Read this short article to learn about some books recommended for beginner and advanced PHP programmers by Anastasiia Lastovetska, a technology writer at MLSDev.


Blog More ...   Post a comment Post a comment   See comments See comments (0)   Trackbacks (0)

1098. How to Get Easy to Understand PHP Performance Metrics to Quickly Improve Your PHP Application Performance

Updated on: 2022-06-21

Posted on:

Measuring the performance of an application is a complex subject. You need to learn many aspects so you can determine how to measure the performance values, so you can make good decisions on what you can do to change your application code, to make your code run faster in a way that is noticeable by the application users.

Visual tools can help you as an application developer to view and interpret the current performance values, so you can compare those values before and after you make code changes, so you can confirm that your application will really run faster after you make those code changes.

Read this short article to learn more about how to visualize the performance values of your Laravel or Symfony applications any time you want using the Scout APM tool for free.


Blog More ...   Post a comment Post a comment   See comments See comments (0)   Trackbacks (0)

1097. How to Find Slow Requests Using a PHP Performance Monitoring Tool with Laravel or Symfony Applications

Updated on: 2022-06-07

Posted on:

If you have a site and you notice that it is slow, that is an issue that may affect the user experience, and users may leave the site for that reason.

To solve the slowness problem, first, you need to find the causes that make the site slow before you can start fixing the performance issues.

Read this short article to learn more about how to find and fix slow requests served in your Laravel or Symfony applications using the Scout APM tool for free.


Blog More ...   Post a comment Post a comment   See comments See comments (0)   Trackbacks (0)

1096. How to Use a PHP Performance Monitoring Tool to Solve N+1 Queries Problem in Laravel or Symfony Applications

Updated on: 2022-06-07

Posted on:

Many PHP applications use an Object-Relational Mapping (ORM) approach to store and retrieve application objects using SQL to query relational databases.

N+1 Queries is the problem many applications have with using traditional approaches to implement Object-Relational Mapping (ORM). These approaches may cause performance loss if the developers still need to fix the application code to avoid this problem.

Read this short article to learn more about N+1 queries and how to find and fix performance issues caused by these queries in your Laravel or Symfony applications using the Scout APM tool for free.


Blog More ...   Post a comment Post a comment   See comments See comments (0)   Trackbacks (0)

1093. How to Make Your Laravel or Symfony PHP Applications Faster Using the Scout APM Tool for Free to Discover Optimization Opportunities

Updated on: 2022-06-07

Posted on:

The performance of your PHP applications is now more critical than ever before because the user experience has become an even more crucial factor in determining the quality of Web sites and applications.

Slow applications may lose visitors coming from search engines like Google because it considers performance one of the most critical factors in evaluating the user experience of Web sites and applications.

Read this short article to learn how to find and fix performance issues faster in your Laravel or Symfony applications using the Scout APM tool for free.


Blog More ...   Post a comment Post a comment   See comments See comments (0)   Trackbacks (0)

1068. How to Motivate Developers to Collaborate in Your PHP Projects - 29 Minutes of the Lately in PHP Podcast Episode 89 part 3

Updated on: 2021-10-11

Posted on:

Successful projects around Open Source technologies require a lot of collaboration between many developers.

Knowing how to motivate so many developers around a PHP-based project is one of the main topics commented on by Manuel Lemos and Mike Stowe of the NomadPHP fame in the third part of episode 89 of the Lately in PHP podcast.

Listen to the podcast, watch the video with manually edited subtitles in English, read the transcript to learn more about these exciting PHP community topics.


Blog More ...   Post a comment Post a comment   See comments See comments (0)   Trackbacks (0)

1065. How to Create Better PHP Admin Pages For Your Web Site

Updated on: 2021-09-08

Posted on:

Many Web sites need admin pages to manage data records stored in a database and perform common operations like listing, adding, updating, and deleting records.

The admin pages tend to follow the same pattern when it comes to functions and design. Therefore you can create these admin pages faster if automated tools can generate them.

Read this article on how the AutoBackOffice tool can help you create admin pages faster with all the features you need.


Blog More ...   Post a comment Post a comment   See comments See comments (1)   Trackbacks (0)

  60 - 51   50 - 41   40 - 31   30 - 21   20 - 11   10 - 1  
  All package blogs All package blogs   Blog PHP Classes blog   Blog Sponsored   Post article Post article